wicket-jquery-ui icon indicating copy to clipboard operation
wicket-jquery-ui copied to clipboard

jQuery UI & Kendo UI integration in Wicket

Results 34 wicket-jquery-ui issues
Sort by recently updated
recently updated
newest added

Hey, at the moment you can only connect a single instance of _Sortable_ with another. N-way connections are not possible.

Seb, Just noticed this issue. Just to give the scenario; I have a page, with a tabbed panel. As the user selects tabs, I store the selected tab index. When...

not repro

hi Sebastien, Follow up on our previous conversation, I am looking forward for this feature for the next release Regards.

Some Kendo components make use of a hidden input field e.g. the ComboBox or the NumericTextBox. This prevents the Wicket JS code which saves/restores the focus during AJAX requests from...

For convenience to: ``` behavior.setOption("appendTo", Options.asString(JQueryWidget.getSelector(component))); ``` It probably applies to widget level (double-check in jquery-ui doc)

Source: http://apache-wicket.1842946.n4.nabble.com/Kendo-UI-ToolbarButton-renders-href-quot-quot-which-removes-existing-URL-fragment-tc4677304.html

Hi Sebastien, possibly I have a quite similar issue like in #88. You added a `prependJavascript()` to the `DialogBehavior.close(...)`. Since some weeks I'm working on a JQuery SelectMenu, I would...

Hi Sebastien, I found a minor bug in `KendoCultureHeaderItem`. Currently, developer must pay attention for order, in which HeaderItems be added to pages (when adding manually, not via `KendoCultureHeaderContributor`). (My...

Hi Sebastien, using `JQueryGlobalizeResourceReference` I can add the globalize.js to a page. Does this solution follow the idea of having a plain-javascript on page like this example? (see https://github.com/jquery/globalize/tree/master/examples/plain-javascript) Do...

Hi, while debugging the problem of https://github.com/sebfz1/wicket-jquery-ui/issues/239 I played a bit with the datasources and attempted to remove this method, which creates a manual ajax call in the SchedulerBehavior. (shorten...