This package can be used to generate Web form with linked select inputs.
It generates select inputs that switch their group of options dynamically when the linked select input value is changed.
The class uses AJAX to retrieve the new group of options from the server, so it can retrieve the option values from a database on the server side.
It can link an unlimited number of select inputs.
In the same file sc_classes.php there is an other class. Called sc_form_elements. Used partialy from sc_ajax_select_boxes. It is a nice form helper class. Adds select boxes, radio groups and check box groups. It is usual to have options on db and have to populate with them select boxes, or show a list of radio buttons or a list of checkboxes. The routine is to query the database and loop throu the selected rows and add elements to the form. sc_form_elements class comes to save time rewriting that peace of code again and again, but still have control over the form.
|
|
| Name: |
AJAXed list boxes |
| Base name: |
lsb |
| Description: |
Generate AJAXed linked select inputs |
| Version: |
0.5 |
| PHP version: |
4.1.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
3424 users |
| All time rank: |
877 |
| Week users: |
4 users |
| Week rank: |
680  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (62.5%) |
- |
Not sure (58.3%) |
- |
- |
Not sure (43.3%) |
1922 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|