linked_select Support forum linked_select Multiple dependent (linked) <select> tags Class that generates 2 form select elements linked together, so changes on primary select rebuild the list of values for secondary select. It is crossbrowser for IE 5.x,NS4.x & NS5+ (Gecko/NS6) Added adv. linked ...
Linked Select Support forum clinkedselect Create dynamically linked lists with select inputs This class is meant to create dynamically linked list with form select inputs that work as controls for choosing master and detail options. The class takes the definitions of lists options for primary select ...
Double Linked List Support forum linkedlist A double linked list similar to LinkedList in Java This package implements a double linked list similar to the one available in Java. It has functions for adding and removing objects and iterate through the list using iterators. An Iterator for the linked ...
Singly Linked List Support forum singlylinkedlist Manage singly linked lists of data values This class can be used to manage singly linked lists of data values. It can add elements to the list assigning data values of arbitrary types. The class can also traverse the list going to the next element ...
List Support forum sl-sortedlist Manage double-linked lists of sorted elements This package can be used to manage double-linked listed of elements that are automatically sorted. There is a class for managing the lists of elements of any type or class, and another for managing the list nodes of elements ...
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 ...
Double-Linked List Support forum doublelinklist Manage circular double-linked lists of objects This package can be used to manage circular double-linked lists of objects. There is one list class and a base node class. The list class provides functions for adding nodes, iterating over the node list ...
Linked List Support forum linkedlist Linked List A linked list is a data structure in which the objects are arranged in a linear order. Unlike a array, thought in which the linear order is determined by array indices, the order is determinded by a pointer in each object. Example License Linkedlist ...
ABG List Support forum abg-list Manage linked lists of values This class can be used to manage linked lists of values. It can add, delete, update and retrieve values from linked lists. Documentation Base class Test script Site Meter
Sorted List Support forum sortedlist Sort objects of a double linked list This is class extends the double linked list class by Oddleif Halvorsen to implement lists of objects that are sorted. It can sort the list element objects once they are added to the list. The sorting order is always ascending ...