Skip to content

mehah/JQueryUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQueryUI

Plugin to use jQueryUI with jRender.

Example

	Dialog modal = new Dialog();			
	modal.dialog();
	
	modal.dialog(DialogOptions.title, "Message")
	     .dialog(DialogOptions.width, 600)
	     .dialog(DialogOptions.resizable, false)
	     .html("Welcome to jQueryUI for jRender.");

	modal.dialog(DialogMethods.open);

About

Component for JRender

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages