![JAR search and dependency download from the Maven repository](/logo.png)
template.ajax.dojoRequire.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webwork Show documentation
Show all versions of webwork Show documentation
WebWork is a Java web-application development framework.
It is built specifically with developer productivity and
code simplicity in mind, providing robust support for building
reusable UI templates, such as form controls, UI themes,
internationalization, dynamic form parameter mapping to JavaBeans,
robust client and server side validation, and much more.
The newest version!
dojo.require("dojo.event.*"); // sophisticated AOP event handling
dojo.require("dojo.io.*"); // for Ajax requests
dojo.require("dojo.storage.*"); // a persistent local data cache
dojo.require("dojo.json"); // serialization to JSON
dojo.require("dojo.dnd.*"); // drag-and-drop
dojo.require("dojo.lfx.*"); // animations and eye candy
dojo.require("dojo.widget.*");
dojo.require("dojo.widget.Slider");
dojo.require("dojo.widget.HtmlWidget");
dojo.require("dojo.widget.Tree");
dojo.require("dojo.widget.TreeNode");
dojo.require("dojo.widget.TreeSelector");
dojo.require("dojo.event.topic.*");
dojo.require("dojo.widget.Editor2");// stable, portable HTML WYSIWYG
dojo.registerModulePath("webwork", "../webwork");
dojo.require("webwork.Util");
dojo.require("webwork.widget.Bind");
dojo.require("webwork.widget.BindDiv");
dojo.require("webwork.widget.BindAnchor");
dojo.require("webwork.widget.BindButton");
© 2015 - 2025 Weber Informatics LLC | Privacy Policy