File |
Role |
Description |
add.php |
Example |
Adds a Person to the People Folder |
Common_Address.cls |
Class |
Extends the Ladder Item for an Address |
Common_Contact.cls |
Class |
Extends Ladders Folder for Contact Item |
Common_ContactMethod.cls |
Class |
Extends Ladders Item for a Contact Method |
Common_Contacts.cls |
Class |
Extends Ladders Folder for a series of Contacts |
Common_ContactType.cls |
Class |
Extends Ladders Item for a Contact Type |
Common_ContactTypes.cls |
Class |
Extends Ladders Folder to contain the Contact data |
Common_ContactTypes_Ref.cls |
Class |
Extends Ladders Reference to the Contact Types Folder. |
Common_Name.cls |
Class |
Extends Ladders Item for a Name |
Common_People.cls |
Class |
Extends Ladders Folder to contain the people created and a link to the ContactTypes Folder |
Common_Person.cls |
Class |
Extends Ladders Folder to contain all the elements of a Person |
CreateFolder.php |
Example |
Creates and initializes the folders needed to contain the People created and the Contact Types |
delete.php |
Example |
Deletes a Person from the People Folder |
edit.php |
Example |
Edits a Person from the People Folder |
install.php |
Example |
Installs the classes needed to manage People |
jquery_lite.js |
Data |
Provides simple JQuery Functionality |
list.php |
Example |
Draws the table of listing the peple in the People Folder |
new.php |
Example |
Draws a form to allow new People to be added to the People Folder |
Panel_Address.cls |
Class |
Draws an address panel |
Panel_Contact.cls |
Class |
Draws a Contact - which contains a Type and Method |
Panel_ContactMethod.cls |
Class |
Draws a Contact Method |
Panel_Contacts.cls |
Class |
Draw the series of Contacts for a Person |
Panel_ContactType.cls |
Class |
Draw the Contact Type data |
Panel_ContactTypes.cls |
Class |
Draws the Contact Type data based on data that is present in the ContactTypes Folder |
Panel_List6.cls |
Class |
Draws a list of elements in a table form |
Panel_Name.cls |
Class |
Draws a name element |
Panel_Panel.cls |
Class |
Contains the template classes for drawing Panels |
Panel_People.cls |
Class |
Draws a line in a list of people |
Panel_Person.cls |
Class |
Draws a Person |
ReadMe.txt |
Doc. |
Provides guidence to programmers |
styles.css |
Data |
The Person Styles |
trgrs_People.js |
Data |
JavaScript functions that determine what should be done when a link is selected |
update.php |
Example |
Updates the Person data captured by the Person Panel |
view.php |
Example |
View the Person data |