Re: [Geoserver-devel] Geofence drag and drop and JQuery version

2016-04-07 Thread nuno.oliveira
"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

Re: [Geoserver-devel] Geofence drag and drop and JQuery version

2016-04-07 Thread Andrea Aime
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

Re: [Geoserver-devel] Geofence drag and drop and JQuery version

2016-04-07 Thread Jody Garnett
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

Re: [Geoserver-devel] Geofence drag and drop and JQuery version

2016-04-06 Thread Chris Snider
] 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

Re: [Geoserver-devel] Geofence drag and drop and JQuery version

2016-04-06 Thread Nuno Oliveira
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

Re: [Geoserver-devel] Geofence drag and drop and JQuery version

2016-04-06 Thread Andrea Aime
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

[Geoserver-devel] Geofence drag and drop and JQuery version

2016-04-05 Thread nuno.oliveira
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