jwebmp-jquery-ui

star 5

jQuery UI widget library integration for JWebMP providing interactions (drag, drop, resizable) and widgets (accordion, tabs, datepicker). Use when building interactive jQuery-based UIs.

GuicedEE By GuicedEE schedule Updated 5/15/2026

name: jwebmp-jquery-ui description: jQuery UI widget library integration for JWebMP providing interactions (drag, drop, resizable) and widgets (accordion, tabs, datepicker). Use when building interactive jQuery-based UIs. metadata: short-description: jQuery UI

jQuery UI

Overview

Integration of jQuery UI into JWebMP with typed component model, CRTP API, dual rendering (HTML/JSON), and page configurators.

Quick Start

import com.jwebmp.plugins.jqueryui.jQuery;

// Create component
// Example usage depends on the specific jQuery UI library

Use Cases

  • jQuery UI widgets, drag and drop, resizable elements
  • Integrating with JWebMP Component model
  • Server-driven event handling
  • Feature-based functionality

Installation

<dependency>
  <groupId>com.jwebmp.plugins</groupId>
  <artifactId>jquery-ui</artifactId>
</dependency>

Version managed by JWebMP BOM.

References

  • Module: com.jwebmp.plugins.jqueryui
  • Java: 25+
  • License: Apache 2.0

See Also

  • jwebmp-core - JWebMP core component model
  • Other JWebMP plugins - Explore additional integrations
Install via CLI
npx skills add https://github.com/GuicedEE/ai-rules --skill jwebmp-jquery-ui
Repository Details
star Stars 5
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator