vxJS Builder
Essentials
- core.js 35.40kB, last modified 2010-09-04
- The core library, needed by all other scripts.
-
widget.js 7.47kB, last modified 2010-09-05
- Shared widget elements, i.e. shared.shadeTableRows(), shared.list(), shared.overlay().
-
xhr.js 6.78kB, last modified 2010-08-22
- provides XHR functionality, needed by all widgets, that facilitate server side ressources.
-
fx.js 8.83kB, last modified 2010-08-26
- A handful of simple effects, which can be combined and queued for some eye-candy.
-
dnd.js 6.40kB, last modified 2010-06-20
- Adds drag and drop functionality to your web application.
Widgets requiring XHR
-
autosuggest.js 5.48kB, last modified 2010-06-28
- The run-off-the-mill XHR smart suggest.
-
querypopup.js 5.53kB, last modified 2010-06-13
- A popup dialog to execute server side queries and access their results.
-
xhrtable.js 11.03kB, last modified 2010-06-13
- Table that allows editing of single rows. Retrieving and storing data and the needed form elements is again done with XHRs.
-
xhrform.js 10.41kB, last modified 2010-07-08
- A simple "widget" that collects form values and
sends them to the server via an asynchronous request.
The response contains either error messages and/or corrected field values, or commands to redirect to another page or submit the form "traditionally".
Other widgets (some with optional XHR or drag and drop support)
-
accordion.js 3.22kB, last modified 2010-07-20
- A simple "accordion" widget.
-
simpletabs.js 4.77kB, last modified 2010-08-18
- Adds simple tab panels to your page.
-
tree.js 10.20kB, last modified 2010-08-12
- Customizable tree widget.
Currently rewritten, lacks any useful documentation, yet.
-
sortable.js 4.32kB, last modified 2010-05-06
- A simple widget that - attached to a table - allows sorting by clicking on table heads. Several column formats can be defined.
-
autocompleteinput.js 1.76kB, last modified 2010-06-13
- Attached to an input field completes the field contents upon blur according to the defined format type.
-
calendar.js 11.15kB, last modified 2010-07-05
- Nothing new here: a (popup) calendar. However, pretty compact in size, flexible output format, optionally displays and outputs calendar weeks (European style), can load additional data via XHR.
-
scorebar.js 3.75kB, last modified 2010-06-13
- For all your voting needs.
-
slider.js 3.00kB, last modified 2010-07-24
- As the name implies: a simple and fast slider.
-
confirm.js 4.61kB, last modified 2010-09-06
- A basic confirm dialog box.
-
ddlist.js 2.30kB, last modified 2010-06-20
- A small widget build atop the drag and drop script. Allows reording of list elements.
-
simpleslideshow.js 5.31kB, last modified 2010-06-13
- A basic slideshow, can combined with other widgets to enhance functionality.
-
scrollable.js 4.72kB, last modified 2010-09-06
-
dropdowntree.js 3.58kB, last modified 2010-08-04
- Turns long and hard to navigate dropdown lists into a hierarchy of smaller ones.
The element name gets moved around, and the widget is completely transparent to form submission.
-
markdown.js 12.28kB, last modified 2010-05-06
- A rather blatant copy of John Frasers Showdown.js. Still: It's leaner and slightly faster.
join all selected files and minify them with jsMin