jsObjects Collection - Version 2.4.1 By: Jonathan Wise 

About

Purpose

Requirements

Get jsObjects

Members
Type Member Description
Common jsUI-Global
   - Reference
Private and public extensions to Javascript that provide core functionality for all jsObjects, as well as enhancing Javascript functionality with simple solutions for common problems involved in dealing with XML and cross-browser programming.
Interface jsUI-Taskbar
   - Reference
   - Sample
A cross-browser functional, re-useable taskbar element that can be easily added to any web page. Supports multiple instances, programmatic creation, and skins.
Interface jsUI-Treeview
   - Reference
   - Sample
A cross-browser functional, re-useable treeview element that can be easily added to any web page. Supports multiple instances, programmatic creation, and skins. Can handle preloaded data, such as server-side population, or by-level data, such as a web service call.
Interface jsUI-Toolbar
   - Reference
   - Sample
A cross-browser functional, re-useable toolbar element that can be easily added to any web page. Supports multiple instances, programmatic creation, and skins. Buttons and seperators can be added with a single line of code.
Interface jsUI-Tabstrip
   - Reference
   - Sample
A cross-browser functional, re-useable tabstrip element that can be easily added to any web page. Supports multiple instances, programmatic creation, and skins. New tabs can be added with a single line of code.
Interface jsUI-Textbox
   - Reference
   - Sample
A cross-browser functional, re-useable textbox enhancer that validates and enforces datatypes in textboxes.
Interface jsUI-Grid
   - Reference
   - Sample
final beta
A grid that allows you to programmatically add columns, rows and cells that the user can interact with. The grid is cross-browser functional, and supports multiple instances.
Interface jsUI-HTMLEdit
   - Reference
   - Sample
pre-beta
A cross-browser functional, re-useable editor, using the iframe object. This handles all the differences between IE and Mozilla's designModes, and can load HTML from a web address, and return HTML (optionally encoded) for saving. Combined with other jsObjects you can make professional looking editors with some very simple code. This object contains only the programming interfaces, allowing you to add your own UI in whatever method you prefer.
Data Access jsDA-wsBind
   - Reference
   - Sample
A data access component that binds a JavaScript object to a webservice, allowing you to synchronously or asychronously call a webservice in JavaScript without needing to worry about creating the HTTP connections or messages. It drastically simplifies webservice interaction, and supports both IE and Mozilla.