Re: Kendo DataTable - row click handler

2020-09-27 Thread Sebastien Briquet
Hi Manfred, I've implemented the change, please read my comment in the issue: https://github.com/sebfz1/wicket-jquery-ui/issues/320 I released wicket-jquery-ui-8.9.0, containing the change (caution: I also upgraded kendo-ui to 2020.3.915) Thanks and best regards, Sebastien

Re: Kendo DataTable - row click handler

2020-09-24 Thread Sebastien Briquet
Hi Manfred, You can pass select="row" as an option (options arg) IIRC. However I don't remember if the ajax call is implemented or not. Please let me know or open an issue in github, that should not be a problem to implement... Thanks and best regards, Sebastien > >

Re: Wicket Kendo UI - Grid/Chart datasources not cleaned up

2019-09-11 Thread Sebastien
Hi Manfred, Alternatively, you can have a look at KendoDestroyListener, Initializer, and classes implementing IDestroyable in Wicket jQuery UI... Thanks and best regards, Sebastien

Re: Wicket Kendo UI - Grid/Chart datasources not cleaned up

2019-09-09 Thread Sebastien
regards, Sebastien On Mon, Sep 9, 2019, 23:29 Manfred Bergmann wrote: > Hi Sebastian. > > OK, but I don't really see how reusing instances of a Kendo Grid really > works in a component based design where the parents of where the Grids are > placed are replaced on the page. > >

Re: Wicket Kendo UI - Grid/Chart datasources not cleaned up

2019-09-09 Thread Sebastien
Hi Manfred, The recommended way to refresh kendo ui components - those bound to a datasource - is to read from the datasource. See Chart#refresh, it should solve the problem. Thanks and best regards, Sébastien

Re: Notify Action to the Parent Class

2019-05-26 Thread Sebastien
it is reached with your payload. Thanks, Sebastien On Mon, May 27, 2019, 10:03 Sibgha Nazir wrote: > Hey, > > I tried what you mentioned. The condition is never satisfied. > > *if (event.getPayload() instanceof YourEvent) * > > On Sun, May 26, 2019 at 6:10 PM Francois Meil

Re: Kendo window adds up in DOM

2019-05-20 Thread Sebastien Briquet
a better look... Thanks in advance, Sebastien. On Mon, May 20, 2019 at 4:13 PM Bergmann Manfred wrote: > Hi. > > I have the following problem. > We have a Kendo `Window` which we use as confirmation window with form and > checkbox. > After the first successful submit (checkb

Re: Wicket recognized by ASF

2019-03-26 Thread Sebastien
Great!! :)

Re: Wicket-jquery-ui autocomplete running slow

2019-03-08 Thread Sebastien
Hi, in your browser devtool / network, that the timing says while calling getchoice ? On Sat, Mar 9, 2019, 06:59 Entropy wrote: > My project is using the wicket-jquery-ui AutoCompleteTextField. We're > returning a list that was prefetched and all we do in the getChoices is > create a sublist.

Re: Wicket and material theme

2019-03-05 Thread Sebastien
8 version, check on maven central for the latest version if you are interested (I think the readme is not up to date too). Hopefully the latest version will be released soon... Thanks, Sebastien

Re: Wicket-jquery-ui question

2019-02-18 Thread Sebastien Briquet
binding... Please have a look at the generated javascript in your page and try to isolate the defect... Thanks, Sebastien

Re: An open source git server written with Wicket

2019-01-07 Thread Sebastien Briquet
Very nice work, congrats !! You should add onedev.io repo to the demo though :) > Good point, haha! :)

Re: Custom type for

2018-06-29 Thread Sebastien Briquet
://github.com/sebfz1/wicket-jquery-ui/blob/wicket8.x /wicket-jquery-ui-core/src/main/java/com/googlecode/wicket/jquery/core/template/JQueryTemplateHeaderItem.java#L65 Hope this helps, Sebastien.

Re: Ajax and async task

2018-06-20 Thread Sebastien Briquet
Hi Zbynek, Some times ago I did a quickstart for async calls with Websocket notification. Not exactly your use-case but it can give you some ideas... https://github.com/sebfz1/wicket-quickstart-cdi-async Best regards, Sebastien

Re: Nice article on Wicket 8 by the New Stack

2018-06-12 Thread Sebastien Briquet
Very nice! Thanks for sharing! :)

Re: Lazy loading of Wizard's steps

2018-05-29 Thread Sebastien Briquet
This might be configured on component, page or application level (ie: MyApplication.properties)

Re: Lazy loading of Wizard's steps

2018-05-28 Thread Sebastien
Hi, AFAIR this is possible with DynamicWizardStep

Fwd: [ANNOUNCE] CVE-2018-1325 - Wicket jQuery UI: XSS while displaying value in WYSIWYG editor

2018-04-20 Thread Sebastien Briquet
FYI. Thanks Maxim! :) -- Forwarded message -- From: Maxim Solodovnik Date: Wed, Apr 18, 2018 at 6:39 PM Subject: [ANNOUNCE] CVE-2018-1325 - Wicket jQuery UI: XSS while displaying value in WYSIWYG editor To: Openmeetings user-list

[ANNOUNCE] CVE-2017-15719 - Wicket jQuery UI: XSS in WYSIWYG Editor

2018-02-25 Thread Sebastien Briquet
CVE-2017-15719 - Wicket jQuery UI: XSS in WYSIWYG editor Severity: High Versions Affected: <= 6.28.0, <= 7.9.1, <= 8.0.0-M8 Artifacts Affected: - wicket-jquery-ui-plugins ( com.googlecode.wicket.jquery.ui.plugins.wysiwyg.WysiwygEditor) - wicket-kendo-ui

Re: Apache Wicket - Java Release train

2018-02-24 Thread Sebastien Briquet
could use "Helvetica", "Arial" and/or "Courier" font Hope this helps, Sebastien

[ANNOUNCE] Wicket jQuery UI 8.0.0-M9.1 released

2018-02-23 Thread Sebastien Briquet
Dear Wicket jQuery/Kendo UI users, Due to a bug discovered yesterday that affects several Kendo UI components on latest release (7.10.0 & 8.0.0-M9), I had to roll out a patch release : 8.0.0-M9.1 which is now available at maven central. Thanks & best regards, Sebastien. On Mon, Feb

[ANNOUNCE] Wicket jQuery UI 6.29.0 released

2018-02-23 Thread Sebastien Briquet
report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

[ANNOUNCE] Wicket jQuery UI 7.10.1 released

2018-02-23 Thread Sebastien Briquet
Dear Wicket jQuery/Kendo UI users, Due to a bug discovered yesterday that affects several Kendo UI components on latest release (7.10.0 & 8.0.0-M9), I had to roll out a patch release : 7.10.1 which is now available at maven central. Thanks & best regards, Sebastien. On Tue, Feb 20, 20

Re: Issues upgrading to Wicket 8.0.0-M9

2018-02-20 Thread Sebastien Briquet
Right, latest jQuery-ui release is September 14, 2016 :( On Tue, Feb 20, 2018 at 1:04 PM, Emond Papegaaij wrote: > On maandag 19 februari 2018 11:22:30 CET Thomas Heigl wrote: > > 1. Current WiQuery version is not compatible with M9 > > > > It still depends on

[ANNOUNCE] Wicket jQuery UI 7.10.0 released

2018-02-19 Thread Sebastien Briquet
report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

[ANNOUNCE] Wicket jQuery UI 8.0.0-M9 released

2018-02-19 Thread Sebastien Briquet
it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

Re: Resetting Kendo DataTable column sort

2018-02-19 Thread Sebastien Briquet
Hi, This is fixed. The backing ISortState should be a SingleSortState for this reset behavior to be supported. 8.0.0-M9 & 7.10.0 should be released tonight, with the fix. Thanks for having reported the issue! Sebastien.

Re: Resetting Kendo DataTable column sort

2018-02-16 Thread Sebastien Briquet
Hi, I will try to have a look at this over the week-end (which is already more than overbooked so no promises...) Best regards, Sebastien On Fri, Feb 16, 2018 at 4:47 PM, hkacoding <hka.cod...@gmail.com> wrote: > Hello, > > using wicket.kendo.ui.datatable.DataTable and with IS

Re: Hyderabad Java & Wicket Meetup: 24 January

2018-01-16 Thread Sebastien
Great, have a good time! :)

Re: WiQuery 6.x and JQuery UI draggable (auto-scroll) bug

2017-11-14 Thread Sebastien
Best regards, Sebastien. On Tue, Nov 14, 2017 at 2:08 PM, Rakesh A <iamrakes...@rediffmail.com> wrote: > Hi, > > We are using wiquery 6.13.0 to build some interactive UI. This includes > JQuery's UI draggable, droppable, etc. > jquery-ui-1.10.4 is used in wiquery-6.13.

[ANNOUNCE] Wicket jQuery UI 8.0.0-M8 released

2017-11-02 Thread Sebastien
*, feel free to ask in the forum: http://groups.google.com/group/wicket-jquery-ui/ If you notice an *issue*, please report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

Re: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Sebastien
nks & best regards, Sebastien.

Re: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Sebastien
this to continue investigating : "jquery ui selectmenu dialog not working" (seems to be a common issue) Please keep me up to date. I will try to continue investigating later this week... Good luck, Sebastien. On Wed, Oct 18, 2017 at 1:46 PM, Reiche, Andreas < andreas.rei...@lgln.nie

Re: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Sebastien
Hi, I cannot test the quickstart right now. By not working, do you mean it is a display issue, or a behavioral issue? In the firstcase, it is likely a css issue (please checkout the wicket-jquery-ui forum, I'm pretty sure the question was raised in there before...)

[ANNOUNCE] Wicket jQuery UI 6.28.0 Released

2017-10-07 Thread Sebastien
*, feel free to ask in the forum: http://groups.google.com/group/wicket-jquery-ui/ If you notice an *issue*, please report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

Re: Kendo UI - Datatable per row basis

2017-10-04 Thread Sebastien
w); // check if 'myprop' is set if (dataItem.myprop) { $(this).remove(); // or $(this).hide(), both work AFAIK } }); } Hope this helps, Sebastien. On Tue, Oct 3, 2017 at 10:44 PM, Manfred Bergmann <m...@software-by-mabe.com> wrote: > Hi. > > Is it possible, o

Re: Joda-time dependency

2017-09-26 Thread Sebastien
, Sebastien On Tue, Sep 26, 2017 at 2:15 PM, Sebastien <seb...@gmail.com> wrote: > > On Tue, Sep 26, 2017 at 12:38 PM, Martin Grigorov <mgrigo...@apache.org> > wrote: > >> On Tue, Sep 26, 2017 at 1:29 PM, Maxim Solodovnik <solomax...@gmail.com> >> w

Re: Joda-time dependency

2017-09-26 Thread Sebastien
On Tue, Sep 26, 2017 at 12:38 PM, Martin Grigorov wrote: > On Tue, Sep 26, 2017 at 1:29 PM, Maxim Solodovnik > wrote: > > > Hello Sven, > > > > I have updated WICKET-6105 description with your improvement and have > > started to work on it. > > > > I

[ANNOUNCE] Wicket jQuery UI 7.9.0 Released

2017-09-24 Thread Sebastien
Dear Wicket jQuery/Kendo UI users, Wicket jQuery UI 7.9.0 based on Apache Wicket 7.9.0 is now released! Changelog: https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-7.9.0 Maven dependencies: com.googlecode.wicket-jquery-ui wicket-jquery-ui 7.9.0

Re: Joda-time dependency

2017-09-17 Thread Sebastien
Hi Maxim, Good catch! But this is the DateTextField part of wicket-extensions, not the one in wicket-datetime... https://github.com/apache/wicket/blob/master/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/DateTextField.java Best regards, Sebastien On Sun, Sep 17

Re: Joda-time dependency

2017-09-16 Thread Sebastien
Hi Maxim, wicket-jquery-ui do not relied on wicket-datetime. On wicket-jquery-ui < 8.x, java datetime are handled by org.threeten api (which is ISO to java8 datetime) Best regards, Sebastien On Sat, Sep 16, 2017 at 2:26 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > I'm usin

Wicket jQuery UI 8.0.0-M7 Released

2017-08-12 Thread Sebastien
fz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

Re: wicket-jquery-ui menu item with client handler

2017-07-12 Thread Sebastien
} Please refer to jQuery UI or Kendo UI doc for usage/arguments. Please also note that an ajax behavior is still bound to the component (but not used), that's ok if you have only one menu. But if you have dozen, you may consider having your own menu implementation... Thanks & best regards, Sebastien.

Re: wicket-jquery-ui menu item with client handler

2017-07-12 Thread Sebastien
Hi Maxim, A simple solution would be to specify your own "select" callback but you can't do it right now because the API is not designed to let you do that! ;) I will change this asap... Thanks & best regards, Sebastien. On Wed, Jul 12, 2017 at 2:39 AM, Maxim Solodovnik <sol

Re: wicket-jquery-ui menu item with client handler

2017-07-11 Thread Sebastien
. The only available ajax-behavior is "onselect" which triggers both menuItem#onClick(ART) and menu#onclick(ART, menuitem) I don't know if it helps, otherwise please give me more detail about your use-case... Thanks & best regards :) Sebastien On Tue, Jul 11, 2017 at 5:04 PM, Ma

Re: wicket-jquery-ui examples are down

2017-07-04 Thread Sebastien
Restarted, thanks Maxim !! On Tue, Jul 4, 2017 at 4:22 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello Sebastien, > > I'm getting 503 error while accessing > http://www.7thweb.net/wicket-jquery-ui/button/DefaultButtonPage > > and all other components :( &

Wicket jQuery UI 8.0.0-M6 Released

2017-05-21 Thread Sebastien
y-ui wicket-kendo-ui-theme-default 8.0.0-M6 *Questions / Issues:* If you have any *question*, feel free to ask in the forum: http://groups.google.com/group/wicket-jquery-ui/ If you notice an *issue*, please report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

Wicket jQuery UI 7.7.0 Released

2017-05-21 Thread Sebastien
sues:*If you have any *question*, feel free to ask in the forum: http://groups.google.com/group/wicket-jquery-ui/ If you notice an *issue*, please report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

Re: wicket-jquery-ui 8.0.0-M6

2017-05-21 Thread Sebastien
Hi Maxim, It's on its way to maven central! :) Best regards, Sebastien. On Sun, May 21, 2017 at 6:06 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello Sebastien, > > can you please release wicket-jquery-ui 8.0.0-M6? > > -- > WBR > Maxim aka solomax >

Re: Generic message when component feedback has error

2017-04-19 Thread Sebastien
Hi, Some leads: - session#error - component.send(BREATH, component.getPage(), MyErrorPayload(myMessage)) (typing from mobile, arguments might not be in the correct order) Hope this helps Sébastien On Apr 19, 2017 21:47, "Entropy" wrote: We're using component

Re: Invitation to join the Wicket Team

2017-04-13 Thread Sebastien
Welcome aboard Maxim ! :)

Re: Weird CSS warning in IE

2017-04-10 Thread Sebastien
Hi Maxim, I activated the developer tools in IE but I can't see this behavior from the demo site. Is there anything else to do or a special page to go? Thanks, Sebastien. On Sat, Apr 8, 2017 at 12:06 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Thanks a lot! > > On S

Re: Weird CSS warning in IE

2017-04-08 Thread Sebastien
Hi Maxim, I will check on monday with IE... Thanks & best regards, Sebastien.

Re: Constant for Jquery3

2017-04-08 Thread Sebastien
regards, Sebastien. On Sat, Apr 8, 2017 at 11:18 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello All, > > Is there constant for jquery3 in wicket? > > -- > WBR > Maxim aka solomax >

Re: Jquery Plugins

2017-04-04 Thread Sebastien
Hi, If you would like to integrate a jquery plugin in wicket, wicket-jquery-ui can probably help you. You have an example here: https://github.com/sebfz1/wicket-jquery-ui/tree/master/wicket-jquery-ui-plugins/src/main/java/com/googlecode/wicket/jquery/ui/plugins/datepicker On Apr 4, 2017 17:18,

Re: [wicket-jquery-ui] Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-04-01 Thread Sebastien
As I primarily suspected, there is a JSON issue with the new library used in Wicket-8 https://github.com/openjson/openjson/issues/7 For the time being, I will deploy the version based on Wicket-7 so you can enjoy the chart (and be stunned! :p) Best regards, Sebastien On Sat, Apr 1, 2017 at 5:07

Re: Locale issue with kendoui local date time picker

2017-04-01 Thread Sebastien
/KendoDateTimeUtils.java#L53 SNAPSHOT is on its way. Thanks & best regards, Sebastien On Sat, Apr 1, 2017 at 7:00 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > I guess, maybe client side processing can be added? > i.e. value can be "normalized" before being accessible by

Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Sebastien
reaching a limitation and you fallback colombian to default es (I will deny having said that colombian is like spanish, okay?) Best regards (to Colombian people :)), Sebastien On Fri, Mar 31, 2017 at 1:41 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello Sebastien, > > I'm still

Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-03-31 Thread Sebastien
to kendo.all.min.js in the demo site... Thanks again & best regards, Sebastien. On Fri, Mar 31, 2017 at 8:10 AM, Sebastien <seb...@gmail.com> wrote: > Damned! Thanks to let me know maxim! > I will look at this tonight ! > > > On Mar 31, 2017 04:40, "Maxim Solodovnik

[ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-03-30 Thread Sebastien
Dear Wicket jQuery UI users, Wicket jQuery UI 8.0.0-M5 based on Apache Wicket 8.0.0-M5 is now released. *Changelog:* https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-8.0.0-M5 *Maven dependencies:* com.googlecode.wicket-jquery-ui wicket-jquery-ui 8.0.0-M5

Re: Kendo UI - How to programmatically select node from URL parameter

2017-03-27 Thread Sebastien
#L112 Best regards, Sebastien. On Mon, Mar 27, 2017 at 9:10 AM, Manfred Bergmann <m...@software-by-mabe.com> wrote: > Hi. > > Any idea how that could be accomplished? > It seems the tree nodes are actually not fully rendered yet in > onInitialize/onConfigure. > >

Re: As of Wicket 6.something, info messages now wiped out during redirect?

2017-03-26 Thread Sebastien
Hi, Yes, the message is lost. For such a use case, you have to use Session.get().info(), so your message remains available after the redirect. Best regards, Sebastien On Mar 27, 2017 03:19, "Trejkaz" <trej...@trypticon.org> wrote: > Hi all. > > Next problem in the

Re: Editable, closable and sortable tabs

2017-03-18 Thread Sebastien
Hi Maxim, I will try to think about this! Unfortunately I cannot do it right now, my week-end agenda is already full :/ Thanks & best regards, Sebastien.

Re: Kendo UI - ToolbarButton renders href="#" which removes existing URL fragment

2017-03-13 Thread Sebastien
)" + "}"; } }); } } There should be a way to have a generic Behavior, like NoHashSymbolOnButtonsDataBoundBehavior (yes, I'm pretty imaginative tonight) Please open en issue on github :) Best regards, Sebastien.

Re: Kendo UI - DataTable selection

2017-02-20 Thread Sebastien
is straightforward, you will be get a snapshot shortly. Thanks & best regards, Sebastien On Sun, Feb 19, 2017 at 8:53 PM, Manfred Bergmann <m...@software-by-mabe.com> wrote: > Hi Sebastien. > > > Sebastien wrote > >> where "data.id" is a valid property to t

Re: Kendo UI - AjaxDropDownList, onChange

2017-02-19 Thread Sebastien
e"); // this will trigger change event I'm not sure it can be triggered like the regular (on)change event... Another option, maybe you can execute the OnChangeAjaxBehavior trough BaseWicketTester#executeBehavior(AbstractAjaxBehavior). Never tested, so hope this helps :) Sebastien. On Fri, Fe

Re: Kendo UI - DataTable selection

2017-02-19 Thread Sebastien
t CRUD operations). So, in short: use "id" and an IdPropertyColumn. Hope this helps, Sebastien. On Sun, Feb 19, 2017 at 12:43 PM, Martin Grigorov <martin.grigo...@gmail.com > wrote: > On Feb 19, 2017 10:35 AM, "Manfred Bergmann" <m...@software-by-mabe.com> >

Re: Generated IDs

2017-02-06 Thread Sebastien
Hi, You can also set the html id directly if you don't need it to be automatically generated ie: div wicket:id="myId" id="myId" Hope this helps, Sebastien. On Mon, Feb 6, 2017 at 4:58 PM, Entropy <blmulholl...@gmail.com> wrote: > Our test team wants to run selen

Re: Wicket tester and jquery-ui dialog

2017-01-23 Thread Sebastien
ers@wicket. Please tell me if/when you ended with something useful! :) Thanks & best regards, Sebastien. On Mon, Jan 23, 2017 at 4:54 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello Sebastien, > > I do remember were there some questions on the topic, but unfortu

Re: Drag/drop multiple items

2017-01-19 Thread Sebastien
ur case, I can try to help out. Best regards, Sebastien. [1] https://github.com/sebfz1/wicket-jquery-ui/blob/master/wicket-jquery-ui/src/main/java/com/googlecode/wicket/jquery/ui/interaction/selectable/SelectableDraggableFactory.java#L38

Re: Drag/drop multiple items

2017-01-19 Thread Sebastien
:) Sebastien.

Re: Reload TabbedPanel preserving active tab

2017-01-17 Thread Sebastien
an look at [1] Hope this helps, Sebastien. [1] https://github.com/sebfz1/wicket-jquery-ui/blob/master/wicket-jquery-ui/src/main/java/com/googlecode/wicket/jquery/ui/JQueryUIBehavior.java#L136 On Tue, Jan 17, 2017 at 11:50 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello Se

Fwd: Reload TabbedPanel preserving active tab

2017-01-14 Thread Sebastien
Transferring to users@, I did not realized I reply to you only Maxim... -- Forwarded message -- From: Maxim Solodovnik <solomax...@gmail.com> Date: Sat, Jan 14, 2017 at 5:13 PM Subject: Re: Reload TabbedPanel preserving active tab To: Sebastien <seb...@gmail.com>

Re: Reload TabbedPanel preserving active tab

2017-01-13 Thread Sebastien
Hi Maxim, good question! i think we can do it, i will have a look tomorrow... jquery or kendo ? best regards, sebastien On Jan 13, 2017 19:15, "Maxim Solodovnik" <solomax...@gmail.com> wrote: Hello Sebastien, Is there any option to update TabbedPanel preserving active tab?

Re: DropDownChoice models

2017-01-11 Thread Sebastien
Hi Zbynek, Maybe I missed something about your problem, but wouldn't this be enough? new ChoiceRenderer("name", "id") Best regards, Sebastien.

[ANNONCE] Wicket jQuery UI released: 6.26.0, 7.6.0 & 8.0.0-M3

2017-01-07 Thread Sebastien
it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien http://www.7thweb.net/wicket-jquery-ui

Re: [ANNOUNCE] WicketStuff 8.0.0-M3 Released

2017-01-05 Thread Sebastien
Thanks a lot, Martin ! :) On Jan 5, 2017 23:22, "Martin Grigorov" wrote: WicketStuff core 8.0.0-M3 based on Apache Wicket 8.0.0-M3 is released and soon will be available at Maven Central! The changelog since 8.0.0-M2 is: Andrea Del Bene (21): Fix for pom version of

Re: Kendo UI ContextMenu (in TreeView?)

2016-12-21 Thread Sebastien
regards, Sebastien. On Wed, Dec 21, 2016 at 9:15 AM, Manfred Bergmann <m...@software-by-mabe.com> wrote: > OK, I got that solved by creating the ContextMenu subclass as a Java class. > > Now back to the original question. > > > So the context menu also works in the

Re: Kendo UI ContextMenu (in TreeView?)

2016-12-17 Thread Sebastien
Hi Manfred, Can you please prepare a quickstart (on github for instance) so I can have a look? Thanks in advance, Sebastien. On Sat, Dec 17, 2016 at 3:56 PM, Manfred Bergmann <m...@software-by-mabe.com> wrote: > Hi. > > I'm trying to implement a context menu. > Firs

Re: Kendo UI TreeView onSelect

2016-12-14 Thread Sebastien
Hi Mandred, There is a #isSelectEventEnabled method to override, returning true, for that event to be triggered. Hope this helps, Sebastien On Dec 14, 2016 22:13, "Manfred Bergmann" <m...@software-by-mabe.com> wrote: Hi. How can I get the selected node in a AjaxTreeView? I

Re: LDM reloaded several times

2016-11-30 Thread Sebastien
the behavior detach the model at the end of its request [1]... Not very nice but it works :) [1] https://github.com/sebfz1/wicket-quickstart-ldm/blob/master/src/main/java/quickstart/QuickstartPage2.java Thanks & best regards, Sebastien. On Fri, Nov 25, 2016 at 4:06 PM, Ernesto Reinaldo Barr

Re: LDM reloaded several times

2016-11-25 Thread Sebastien
Hi Martin On Fri, Nov 25, 2016 at 3:52 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi Sebastien, > > Seems to work as designed! :-) > Yes definitely! sorry to have had a doubt! :D > The Ajax request is in a second request cycle so it loads it again. > I guess

LDM reloaded several times

2016-11-25 Thread Sebastien
, it's just a wrong usage on my side. But as I started the discussion, I wanted to loop the loop! :) Thanks & best regards, Sebastien. [1] http://markmail.org/message/lmg2zrfuovn4fhgg [2] https://github.com/sebfz1/wicket-quickstart-ldm [3] https://github.com/sebfz1/wicket-quickstart-ldm/blob/master

Re: Drag & Drop in Kendo UI treeview

2016-11-23 Thread Sebastien
https://github.com/sebfz1/wicket-jquery-ui/issues/253

Re: Drag & Drop in Kendo UI treeview

2016-11-23 Thread Sebastien
Please can open an issue here and I will try to have a look asap. https://github.com/sebfz1/wicket-jquery-ui/issues Thanks & best regards, Sebastien On Wed, Nov 23, 2016 at 5:06 PM, Manfred Bergmann <m...@software-by-mabe.com> wrote: > Hi. > > So, my next question. :) > >

Re: JSON License and Apache Projects

2016-11-23 Thread Sebastien
Looking at https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/ajax/json/README The link https://github.com/douglascrockford/JSON-java redirects to https://github.com/stleary/JSON-java/ And, https://github.com/stleary/JSON-java/blob/master/LICENSE indicates

Re: Kendo UI AjaxtreeView testing for rendered nodes

2016-11-23 Thread Sebastien
/wrapper-element Hope this help, Sebastien On Wed, Nov 23, 2016 at 11:09 AM, Manfred Bergmann <m...@software-by-mabe.com> wrote: > Martin Grigorov-4 wrote > > On Wed, Nov 23, 2016 at 10:49 AM, Manfred Bergmann > > > mb@ > > > > > wrote: > > > >>

Re: Kendo UI - treeview in borderlayout

2016-11-21 Thread Sebastien
21, 2016 at 11:58 AM, Sebastien <seb...@gmail.com> wrote: > Hi Manfred, > > jQuery(...).kendoTreeView is not a function > > Kendo UI Tree View is part of the commercial version, you need to get > kendo.all.min.js from kendo site (for evalutation purpose) and change the > re

Re: Kendo UI - treeview in borderlayout

2016-11-21 Thread Sebastien
Hi Manfred, jQuery(...).kendoTreeView is not a function Kendo UI Tree View is part of the commercial version, you need to get kendo.all.min.js from kendo site (for evalutation purpose) and change the resource reference (see the wiki on github). Best regards, Sebastien On Mon, Nov 21, 2016

Re: Wicket vs JS frameworks.

2016-10-15 Thread Sebastien
Hi, > I believe that the browser it self became a real platform for > applications. > > Would be nice to have a material design implemented also in Wicket, like > > the React version, > > www.material-ui.com > > there is also Angular 1 > > material.angularjs.org > > and Angular 2 > >

Re: Kendo UI lock-in

2016-10-07 Thread Sebastien
also note that charts belong to the commercial license... Best regards, Sebastien.

Re: Your opinion on ShieldUI

2016-10-06 Thread Sebastien
> > > Sorry for those possibly dump questions. > I'm more the functional UI and backend developer. This styling and layout > should better be done by someone else. But I'd like to understand how it > works. > I personnaly use fundation for the layout part. It works well with kendo (at least), but

Re: Your opinion on ShieldUI

2016-10-06 Thread Sebastien
Hi, On Oct 6, 2016 15:22, "Manfred Bergmann" wrote: > > martin-g wrote > > On Oct 5, 2016 7:52 PM, "Manfred Bergmann" > > > mb@ > > > wrote: > >> > >> OK, thanks for you reply. > >> > >> What's the state of Wicket-Foundation? > >> I mean, is it mature enough for a

Re: Wicket 8.0

2016-09-15 Thread Sebastien
Hi, I'm already using M1 on 2 projects, and it works well! Of course, you should keep in mind that there could be some API breaks until the final release... Best regards, Sebastien

Re: Indicating dialog button don't stop

2016-09-12 Thread Sebastien
Hi Maxim, This is not intended that the dialog flickers... This is weird and I don't see any reason (and I don't see this on my side...) Can you run the "upload dialog" sample of wicket-jquery-ui-samples to see if you do repro it ? > git clone https://github.com/sebfz1/wicket-jquery-ui.git > cd

Re: Indicating dialog button don't stop

2016-09-11 Thread Sebastien
dev console) - look at the rendered source, also for the js commands in the widget initialization - clone wicket-jquery-ui and put some 'console.log' in the relevant javascript statements. - if still no clue, start from scratch in a quickstart... :/ Hope this helps, Sebastien

Re: “Duplicate” objects on a page

2016-08-10 Thread Sebastien
Hi Lon, You cannot have duplicate wicket:id Some options: - extract the onClick logic to a dedicated method - extends your button to a dedicated class so you have the onClick only once. Hope this helps, Sebastien. On Thu, Aug 11, 2016 at 1:40 AM, Lon Varscsak <lon.varsc...@gmail.com>

[ANNONCE] Wicket jQuery UI 7.4.0 released

2016-08-06 Thread Sebastien
://groups.google.com/group/wicket-jquery-ui/ If you notice an *issue*, please report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

[ANNONCE] Wicket jQuery UI 6.24.0 released

2016-08-06 Thread Sebastien
://groups.google.com/group/wicket-jquery-ui/ If you notice an *issue*, please report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

Re: Confirmation on drag

2016-08-05 Thread Sebastien
} }; } }; On Fri, Aug 5, 2016 at 3:16 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Browser native confirm is blocking and ugly :( > Is there any option to use jquery-ui confirm? > > WBR, Maxim > (from mo

  1   2   3   4   5   >