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

add some flag that allows to block users selecting an option while a query is in process @sebfz1 this PR is based on some changes I did for our project....

The latest release that GitHub knows about is 8.0.0-M9 - maybe time to mark the latest one? Did you know that you can automatically create a changelog in the "create...

We are currently in the process of introducing a strict CSP policy for script src (CspSettings -> `add(SCRIPT_SRC, NONCE)` as was introduced with Wicket 9. In our codebase we have...

CSS class "feedbackBorderERROR" is missing for FormComponentFeedbackBorder component in Wicket 9.x version. Wicket 8 uses just inline-style "style="color:red;", however wicket 9 uses CSS class "feedbackBorderERROR" that cannot be found.

Hello all, I'm using wicket-jquery 7 and I'm trying to do something that seems very simple: Use 2 datatables in the same page. ![Capture2](https://user-images.githubusercontent.com/4678807/97428423-a2719c80-191e-11eb-81dd-fab502970d40.png) In my case **dataTable** & **dataTable2**...

I have a Sortable in my page, which works seamlessly. What I want is to be able to drag an item from Sortable and drop it on Draggable. I can...

I have multiple droppable in my page. When I drag something to any of them, only the last one receives the payload. I have created a simple demo: https://github.com/VaclavC/Test-MultipleDroppables Here...

I tried adding the dependencies in my `pom.xml` like: com.googlecode.wicket-jquery-ui wicket-jquery-ui 8.0.0 provided com.googlecode.wicket-jquery-ui wicket-jquery-ui-theme-uilightness 8.0.0 But, my application does not start and I am getting the error: java.lang.NoClassDefFoundError: com/googlecode/wicket/jquery/ui/settings/JQueryUILibrarySettings...

Hello, I'am using com.googlecode.wicket.kendo.ui.form.NumberTextField in Wicket Form. I have AjaxFormSubmitBehavior on that form (catching "change" event). But it isn't fired right after value of field is changed, it is fired...