Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebfz1/wicket-jquery-ui
jQuery UI & Kendo UI integration in Wicket
https://github.com/sebfz1/wicket-jquery-ui
Last synced: about 14 hours ago
JSON representation
jQuery UI & Kendo UI integration in Wicket
- Host: GitHub
- URL: https://github.com/sebfz1/wicket-jquery-ui
- Owner: sebfz1
- License: other
- Created: 2012-05-08T20:05:09.000Z (over 12 years ago)
- Default Branch: wicket9.x
- Last Pushed: 2023-09-07T08:27:10.000Z (over 1 year ago)
- Last Synced: 2025-01-04T16:16:10.231Z (8 days ago)
- Language: Java
- Homepage: http://www.7thweb.net/wicket-jquery-ui/
- Size: 52 MB
- Stars: 94
- Watchers: 16
- Forks: 58
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wicket-jquery-ui
**jQuery UI & Kendo UI integration in Wicket 7.x, Wicket 8.x & Wicket9.x**
[![TravisCI](https://travis-ci.org/sebfz1/wicket-jquery-ui.svg?branch=wicket9.x)](https://travis-ci.org/sebfz1/wicket-jquery-ui)## Getting started
In order to get started using this API, you may download appropriate jar(s) or set a maven dependency.### Download jar(s)
If you are not using maven, you need to download the core jar here:You may also download other jars as required (ie: `wicket-kendo-ui`).
Once done, just include the jar(s) in your project's build path.### Using Maven
```xml
com.googlecode.wicket-jquery-ui
wicket-jquery-ui
9.11.0```
```xmlcom.googlecode.wicket-jquery-ui
wicket-kendo-ui
9.11.0```
If the version you specified is *snapshot*, you might define this repository:
```xml
sonatype-snapshots
Sonatype Snapshots Repository
http://oss.sonatype.org/content/repositories/snapshots/
true
```
### Versions
wicket-jquery-uiWicketjQuery UI
9.11.09.11.01.13.2
9.9.19.9.11.12.1
9.9.09.9.11.12.1
9.8.09.8.01.12.1
9.7.09.7.01.12.1
9.6.09.6.01.12.1
9.5.09.5.01.12.1
9.3.09.3.01.12.1
9.2.19.2.01.12.1
9.2.09.2.01.12.1
9.2.09.2.01.12.1
9.1.09.1.01.12.1
9.0.09.0.01.12.1wicket-kendo-uiWicketKendo UI
9.11.09.11.02022.3.913 (ASFv2)
9.9.19.9.12022.2.510 (ASFv2)
9.8.09.7.02021.3.1207 (ASFv2)
9.7.09.7.02021.3.1207 (ASFv2)
9.6.09.6.02021.3.914 (ASFv2)
9.5.09.5.02021.3.914 (ASFv2)
9.3.19.3.12021.1.119 (ASFv2)
9.3.09.3.02021.1.119 (ASFv2)
9.2.19.2.12021.1.119 (ASFv2)
9.2.09.2.02020.3.915 (ASFv2)
9.1.09.1.02020.3.915 (ASFv2)
9.0.09.0.02020.3.915 (ASFv2)## Setting up the jQuery UI theme
### Using standard themes
To use wicket-jquery-ui with a standard theme, just add the corresponding theme dependency to your webapp pom```xml
com.googlecode.wicket-jquery-ui
wicket-jquery-ui-theme-uilightness
9.11.0```
### Using a custom theme
Please follow the instruction on [How to change resource references](https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bhowto%5D-change-resource-references)## Setting up the Kendo UI theme
### Using standard themes
To use wicket-kendo-ui with a standard theme, just add the corresponding theme dependency to your webapp pom```xml
com.googlecode.wicket-jquery-ui
wicket-kendo-ui-theme-default
9.11.0```
### Using a custom theme
Please follow the instruction on [How to change resource references](https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bhowto%5D-change-resource-references)## You are now ready to use wicket-jquery-ui!
Look at the samples provided in the demo site to get started with the code...