"nuno.oliveira" nuno.olive...@geo-solutions.it,"Geoserver Developers"
geoserver-devel@lists.sourceforge.net
Date: Thu, 7 Apr 2016 09:25:29 +0200
Subject: Re: [Geoserver-devel] Geofence drag and drop and JQuery version
On Thu, Apr 7, 2016 at 9:10 AM, Jody Garnett wrote:
Thanks for the
On Thu, Apr 7, 2016 at 9:10 AM, Jody Garnett wrote:
> Thanks for the extensive research, do we actually make use of the
> inline-info functionality anywhere?
>
We do, Nuno provided that information in it's first mail:
-
This plugin is used to show tips to user directly in the in
Thanks for the extensive research, do we actually make use of the
inline-info functionality anywhere?
When I was experimenting with providing feedback the wicket documentation
indicated we could provide per field warnings - something I was unable to
get to work due to "how wicket was setup in geos
]
From: Nuno Oliveira [mailto:nuno.olive...@geo-solutions.it]
Sent: Wednesday, April 06, 2016 7:10 AM
To: Andrea Aime
Cc: Geoserver-devel
Subject: Re: [Geoserver-devel] Geofence drag and drop and JQuery version
Hi,
Thank you for the feedback Andrea.
HTML5 give us the placeholder attribute that
Hi,
Thank you for the feedback Andrea.
HTML5 give us the placeholder attribute that allow us to do the same thing as
the inline-info plugin JQuery plugin:
http://www.w3schools.com/tags/att_input_placeholder.asp
Basically when declaring an input field in wicket we have to provide the
placeholder
On Tue, Apr 5, 2016 at 7:35 PM, nuno.oliveira <
nuno.olive...@geo-solutions.it> wrote:
> I have tree possible solutions for this:
>
> - Check if apache wicket 7 provides the same functionality as the
> inline-info plugin out of the box.
> - Find a JQuery 1.11.3 plugin alternative.
> - Change this
Hi,
in GeoFence is possible to manage rules priority using drag and drop, this
functionality was implemented using the library wicket-dnd
(https://github.com/svenmeier/wicket-dnd).
After the Apache Wicket 7 upgrade the wicket-dnd library was also upgraded to a
version that supports Apache Wicket