| 1. |
ResizeObjects
|
|
|
ResizeObjects is a set of Javascript functions that that enable a user to build a form and dynamically resize the form objects depending on the size of the browser window. It is copyrighted, and distributed under the GNU Public License.
|
| 2. |
Advanced Email Check
|
|
|
This is a script that closely examines the content of a form box to ensure that the user entered a valid email address. If not, the form submition is canceled, and the surfer prompted to re-enter a valid address.
|
| 3. |
Validate empty form fields and e-mail addresses
|
|
|
Checking that form fields have input is extremely important - having this performed before the form is submitted, client side, before its handled by anything at the backend such as an SQL or MS Access database, is vital and an additional factor in getting accurate input. This code contains functions to check null input and also to check if an email address follows a valid pattern.
|
| 4. |
FormCheck
|
|
|
FormCheck is a JavaScript form validation and control library. With FormCheck, its possible to check user inputs without writig a line of JavaScript code. Library includes type,length, max, min value control and can validate ip, date, e-mail address, text and numbers. It uses object attributes via Browser DOM.
|
| 5. |
Editable JavaScript TreeGrid
|
|
|
Description (1000): EJS TreeGrid is DHTML component written in pure JavaScript to display and edit data in table, grid, tree or grid with tree. It is client component and runs on client browser. It is compatible with the most of standard browsers. It does not require any installation or other components on client or server side. It has very small code (about 50 kB) due compression used. It communicates with server by standard HTML submit (POST) command. Bandwidth between server and client is reduced to minimum because all actions are performed on client side and from and to server are sent just pure data on submit. Supports among others: Various editing types and formats, dragging one or more rows (even among more grids), adding and deleting rows, sorting rows, resizing and moving columns, scrolling of parts of content - fixed and variable rows and columns, CSS styles, user script extension by events, user cfg in cookies, master-detail relationship, calculated cells like MS Excel, localization, ...
|
|