--- nfo/php/libs/com.newsblob.phphtmllib/doc/elementindex.html 2003/02/22 20:55:45 1.2 +++ nfo/php/libs/com.newsblob.phphtmllib/doc/elementindex.html 2003/09/24 13:03:57 1.3 @@ -1,1963 +1,13118 @@ - - - -
- -
-top -
| ||
$alternating_row_colors | in file DataList.inc, variable DataList::$alternating_row_colors Do we want to alternate the row colors? This helps to see each row easier. | |
ABBRtag | in file ALLTAGS.inc, class ABBRtag <ABBR> tag class | |
ACCESStag | in file WMLTAGS.inc, class ACCESStag <ACCESS> tag class | |
AccountForm | in file form1.php, class AccountForm This is the Class that handles the building of the Form itself. It creates the Form Elements inside the form_init_elements() method. | |
ACRONYMtag | in file ALLTAGS.inc, class ACRONYMtag <ACRONYM> tag class | |
actionbar_cell | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::actionbar_cell() this is the method that builds the contents for the middle actionbar td cell. | |
action_button | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::action_button() This function builds an action button that will modify the form action, to post to a different script to handle the data | |
ActiveTab | in file ActiveTab.inc, class ActiveTab This class is used for creating a tab panel of content where the tabs can be switched on the fly w/ JS, thereby eliminating a page turn to see the other tab's content. | |
ActiveTab | in file ActiveTab.inc, method ActiveTab::ActiveTab() This is the constructor for the ActiveTab object. | |
ActiveTabCSS | in file ActiveTab.inc, class ActiveTabCSS The CSSBuilder object for the ActiveTab widget | |
add | in file NavTable.inc, method NavTable::add() this function adds an entry to the navtable. | |
add | in file HTMLPageClass.inc, method HTMLPageClass::add() This function adds content to the <body> area of the page. | |
add | in file FooterNav.inc, method FooterNav::add() add an entry to the footer nav | |
add | in file ALLTAGS.inc, method TRtag::add() add content onto content stack adds content to tag as a FIFO. | |
add | in file CSSContainer.inc, method CSSContainer::add() Only allow the adding of CSSBuilder | |
add | in file ContainerClass.inc, method Container::add() add content onto content stack | |
add | in file XMLDocumentClass.inc, method XMLDocumentClass::add() we override this class to make sure we push all content inside the local _xml_obj tag | |
add | in file TextCSSNav.inc, method TextCSSNav::add() this function adds a clickable link. | |
add | in file ALLTAGS.inc, method OLtag::add() add content onto content stack adds content to tag as a FIFO. | |
add | in file VerticalCSSNavTable.inc, method VerticalCSSNavTable::add() this function adds a clickable link. | |
add | in file TextNav.inc, method TextNav::add() this function adds a clickable link. | |
ADDRESStag | in file ALLTAGS.inc, class ADDRESStag <ADDRESS> tag class | |
add_action | in file FormContent.inc, method FormContent::add_action() This function adds a form submit button with the appropriate action. | |
add_action_column | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::add_action_column() This function adds an action column. This adds a column of either checkboxes or radio buttons. | |
add_blank | in file TextNav.inc, method TextNav::add_blank() This lets you add a blank entry between 2 links | |
add_blank | in file TextCSSNav.inc, method TextCSSNav::add_blank() This lets you add a blank entry between 2 links | |
add_blank | in file NavTable.inc, method NavTable::add_blank() This lets you add a blank line between 2 links | |
add_cancel | in file FormContent.inc, method FormContent::add_cancel() build a cancel button with a url to go to | |
add_column | in file DataListSource.inc, method DataListSource::add_column() Add a column of data to manage | |
add_column_header | in file InfoTable.inc, method InfoTable::add_column_header() This function is used to set the column header text for each column | |
add_css_link | in file HTMLPageClass.inc, method HTMLPageClass::add_css_link() pushes a css external reference to the head area | |
add_data_row | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::add_data_row() This function adds a row of data | |
add_element | in file FormContent.inc, method FormContent::add_element() This method is used to add a form element | |
add_entry | in file CSSBuilder.inc, method CSSBuilder::add_entry() This function adds a new class entry | |
add_error | in file FormContent.inc, method FormContent::add_error() This method is used to create a new error element during the call to form_action(). This enables us to do error handling during a transaction into a DB. | |
add_form_block | in file StandardFormContent.inc, method StandardFormContent::add_form_block() This function is used to add a block of form fields inside a table to this form. | |
add_header_item | in file DataList.inc, method DataList::add_header_item() This function adds a header item to the column headers from a list of parameters. | |
add_heading | in file NavTable.inc, method NavTable::add_heading() This adds a new heading in the nav. | |
add_head_content | in file HTMLPageClass.inc, method HTMLPageClass::add_head_content() this adds content to the head tag of the page | |
add_head_css | in file HTMLPageClass.inc, method HTMLPageClass::add_head_css() this function adds raw css to the <head> tag. It will automatically be wrapped in a <style type="text/css"> | |
add_head_js | in file HTMLPageClass.inc, method HTMLPageClass::add_head_js() adds raw javascript to the head which will automatically get wrapped in a <script language="JavaScript"> tag. | |
add_hidden_action | in file FormContent.inc, method FormContent::add_hidden_action() This function adds a submit button that can have any label. It just makes the _form_action a hidden field. | |
add_hidden_element | in file FormContent.inc, method FormContent::add_hidden_element() This method is used to add a hidden form field | |
add_image_action | in file FormContent.inc, method FormContent::add_image_action() This function adds an action as an image to submit the form. | |
add_reference | in file ContainerClass.inc, method Container::add_reference() Add content onto content stack so you can change the item later. | |
add_reference | in file HTMLPageClass.inc, method HTMLPageClass::add_reference() Adds the content reference to the <body> tag for later use. | |
add_reference | in file ALLTAGS.inc, method TRtag::add_reference() add content onto content stack | |
add_reference | in file ALLTAGS.inc, method OLtag::add_reference() push content onto content stack | |
add_reference | in file XMLDocumentClass.inc, method XMLDocumentClass::add_reference() we override this class to make sure we push all content inside the local _xml_obj tag | |
add_row | in file ALLTAGS.inc, method TABLEtag::add_row() push 1 row (tr) of content. | |
add_row | in file InfoTable.inc, method InfoTable::add_row() This function is used to add a row to the table | |
add_tab | in file ActiveTab.inc, method ActiveTab::add_tab() Add a tab | |
add_text | in file VerticalCSSNavTable.inc, method VerticalCSSNavTable::add_text() this adds a text item in the nav | |
add_text | in file TextNav.inc, method TextNav::add_text() this adds a text item in the nav | |
add_text | in file NavTable.inc, method NavTable::add_text() this adds a text item in the nav | |
add_text | in file TextCSSNav.inc, method TextCSSNav::add_text() this adds a text item in the nav | |
add_xml_stylesheet_link | in file XMLDocumentClass.inc, method XMLDocumentClass::add_xml_stylesheet_link() This function is used to add a new xml-stylesheet tag to the top portion of the document. | |
adodbmysqllist | in file widget6.php, class adodbmysqllist This is a subclass of the pear mysql list object. | |
ADODBSQLDataListSource | in file ADODBSQLDataListSource.inc, method ADODBSQLDataListSource::ADODBSQLDataListSource() The constructor is used to pass in the PEAR DB object that has already been created and connected to the db. | |
ADODBSQLDataListSource | in file ADODBSQLDataListSource.inc, class ADODBSQLDataListSource This SQLDataListSource child class interacts with with the specific DB via the php ADODB DB abstraction objects. | |
advanced_search_disable | in file DataList.inc, method DataList::advanced_search_disable() Disable the advanced search | |
advanced_search_enable | in file DataList.inc, method DataList::advanced_search_enable() Enable the advanced search | |
advanced_search_where_clause | in file SQLDataListSource.inc, method SQLDataListSource::advanced_search_where_clause() This function is responsible for building the portion of the where clause for doing an advanced search. | |
allow_select_all | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::allow_select_all() Sets the flag for rendering the select all checkbox | |
ALTGLYGHDEFsvgtag | in file SVGTAGS.inc, class ALTGLYGHDEFsvgtag <altGlyphDef> SVG tag | |
ALTGLYGHITEMsvgtag | in file SVGTAGS.inc, class ALTGLYGHITEMsvgtag <altGlyphItem> SVG tag | |
ALTGLYGHsvgtag | in file SVGTAGS.inc, class ALTGLYGHsvgtag <altGlyph> SVG tag | |
ANCHORtag | in file WMLTAGS.inc, class ANCHORtag <ANCHOR> tag class | |
ANIMATECOLORsvgtag | in file SVGTAGS.inc, class ANIMATECOLORsvgtag <animateColor> SVG tag | |
ANIMATEMOTIONsvgtag | in file SVGTAGS.inc, class ANIMATEMOTIONsvgtag <animateMotion> SVG tag | |
ANIMATEsvgtag | in file SVGTAGS.inc, class ANIMATEsvgtag <animate> SVG tag | |
ANIMATETTRANSFORMsvgtag | in file SVGTAGS.inc, class ANIMATETTRANSFORMsvgtag <animateTransform> SVG tag | |
APPLETtag | in file ALLTAGS.inc, class APPLETtag <APPLET> tag class | |
AREAtag | in file ALLTAGS.inc, class AREAtag <AREA> tag class | |
array_hasempty | in file FormValidation.inc, method FormValidation::array_hasempty() This method checks to make sure an array doesn't have an empty element. | |
array_to_xml_tree | in file xml_utils.inc, function array_to_xml_tree() This function converts an array to an xml document. | |
Asvgtag | in file SVGTAGS.inc, class Asvgtag <a> SVG tag | |
Atag | in file ALLTAGS.inc, class Atag <A> tag class | |
ALLTAGS.inc | procedural page ALLTAGS.inc | |
ActiveTab.inc | procedural page ActiveTab.inc | |
ADODBSQLDataListSource.inc | procedural page ADODBSQLDataListSource.inc | |
-top -
| ||
BASEtag | in file ALLTAGS.inc, class BASEtag <BASE> tag class | |
BaseWidget | in file BaseWidget.inc, class BaseWidget this is the base widget class, that all widgets are based off of. It provides some basic members and methods | |
BDOtag | in file ALLTAGS.inc, class BDOtag <BDO> tag class | |
BIGtag | in file ALLTAGS.inc, class BIGtag <BIG> tag class | |
BLOCKQUOTEtag | in file ALLTAGS.inc, class BLOCKQUOTEtag <BLOCKQUOTE> tag class | |
BODYtag | in file ALLTAGS.inc, class BODYtag <BODY> tag class | |
body_content | in file PageWidget.inc, method PageWidget::body_content() This function is meant to be overridden by the child class. | |
body_content | in file example3.php, method MyLayoutPage::body_content() This builds the main content for the page. | |
BRtag | in file ALLTAGS.inc, class BRtag <BR> tag class | |
Btag | in file ALLTAGS.inc, class Btag <B> tag class | |
build_base_url | in file DataList.inc, method DataList::build_base_url() This builds the base url used by the column headers as well as the page tool links. | |
build_column_header | in file SimpleGUIDataList.inc, method SimpleGUIDataList::build_column_header() This function builds the object/text | |
build_column_header | in file ListAction.inc, method ListAction::build_column_header() This function builds the object/text | |
build_column_header | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::build_column_header() This function builds the object/text | |
build_column_item | in file widget6.php, method pearmysqllist::build_column_item() This is the basic function for letting us do a mapping between the column name in the header, to the value found in the DataListSource. | |
build_column_item | in file DataList.inc, method DataList::build_column_item() This is the basic function for letting us do a mapping between the column name in the header, to the value found in the DB. | |
build_column_url | in file DataList.inc, method DataList::build_column_url() This builds a url for a particular column header. | |
build_confirm_table | in file FormContent.inc, method FormContent::build_confirm_table() This method allows the child to ovveride the default confirm data. By default the form_confirm() will show ALL FormElements. This is prolly not good in case of a form where a password exists. | |
build_content | in file ActiveTab.inc, method ActiveTab::build_content() | |
build_copyright_header | in file FooterNav.inc, method FooterNav::build_copyright_header() render the copyright string | |
build_doctype | in file HTMLPageClass.inc, method HTMLPageClass::build_doctype() This function is used to build the DOCTYPE | |
build_filelist | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::build_filelist() build the list of images | |
build_form_block | in file StandardFormContent.inc, method StandardFormContent::build_form_block() this builds a fieldset and legend and adds the form table to it. | |
build_groupby_clause | in file SQLDataListSource.inc, method SQLDataListSource::build_groupby_clause() this builds the groupby clause of the query | |
build_gui | in file DataList.inc, method DataList::build_gui() This function is responsible for calling the child class's methods for building the GUI container. | |
build_img_td | in file TreeNav.inc, method TreeNav::build_img_td() build the image seperator td | |
build_img_td | in file TextNav.inc, method TextNav::build_img_td() build the image seperator td | |
build_innertable | in file TreeNav.inc, method TreeNav::build_innertable() build all of the idividual nav elements. | |
build_in_clause | in file ListAction.inc, method ListAction::build_in_clause() This method is used to build the portion | |
build_limit_clause | in file ADODBSQLDataListSource.inc, method ADODBSQLDataListSource::build_limit_clause() This function builds the limit clause portion of a DB query. | |
build_limit_clause | in file SQLDataListSource.inc, method SQLDataListSource::build_limit_clause() This function builds the limit clause portion of a DB query. | |
build_limit_clause | in file PEARSQLDataListSource.inc, method PEARSQLDataListSource::build_limit_clause() This function builds the limit clause portion of a DB query. | |
build_link_td | in file TreeNav.inc, method TreeNav::build_link_td() build the link td. | |
build_link_td | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::build_link_td() build the link td. | |
build_nav_td | in file TextNav.inc, method TextNav::build_nav_td() build a td for the link. | |
build_options | in file ListAction.inc, method ListAction::build_options() Build any additional custom options such as checkboxes, radiobuttons for special options for the action. | |
build_orderby_querystring | in file DataList.inc, method DataList::build_orderby_querystring() This builds a query string var for the orderby value. | |
build_order_clause | in file SQLDataListSource.inc, method SQLDataListSource::build_order_clause() This builds the db query ORDER BY clause used to sort the data from the DB. | |
build_page_control | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::build_page_control() | |
build_query | in file SQLDataListSource.inc, method SQLDataListSource::build_query() build the entire DB query | |
build_reverseorder_querystring | in file DataList.inc, method DataList::build_reverseorder_querystring() This builds a query string var for the reverseorder value. | |
build_searchfield_querystring | in file DataList.inc, method DataList::build_searchfield_querystring() This builds a query string var for the searchfield value. | |
build_searchvalue_querystring | in file DataList.inc, method DataList::build_searchvalue_querystring() This builds a query string var for the searchfield value. | |
build_search_clause | in file SQLDataListSource.inc, method SQLDataListSource::build_search_clause() This method builds the where clause. | |
build_spacergif_imgtag | in file misc_utils.inc, function build_spacergif_imgtag() This builds an IMG tag object that is used to show a spacer image. | |
build_spacer_td | in file TreeNav.inc, method TreeNav::build_spacer_td() build a spacer td. | |
build_state_vars_query_string | in file DataList.inc, method DataList::build_state_vars_query_string() this function is used to build a sub query string | |
build_tabs | in file ActiveTab.inc, method ActiveTab::build_tabs() | |
build_thumbnails | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::build_thumbnails() this function builds a cache dir of thumbnails, so we don't have to render thumbnails every time we hit the thumbnails page. | |
build_thumbnail_file | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::build_thumbnail_file() Builds a thumbnail version of a file, and writes it to disk. | |
build_thumb_table | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::build_thumb_table() function that will render the widget. | |
build_tool_link | in file DataList.inc, method DataList::build_tool_link() This function builds the 'tool' images that allow you to walk through the data list itself. | |
build_where_clause | in file SQLDataListSource.inc, method SQLDataListSource::build_where_clause() This builds the where clause for the query | |
build_wrapper_table | in file FooterNav.inc, method FooterNav::build_wrapper_table() builds the wrapper table | |
BUTTONtag | in file ALLTAGS.inc, class BUTTONtag <BUTTON> tag class | |
BaseWidget.inc | procedural page BaseWidget.inc | |
-top -
| ||
can_validate | in file FormProcessor.inc, method FormProcessor::can_validate() This method lets us turn on/off the ability to do validation for the form | |
CAPTIONtag | in file ALLTAGS.inc, class CAPTIONtag <CAPTION> tag class This element defines a table caption. | |
CARDtag | in file WMLTAGS.inc, class CARDtag <CARD> tag class | |
CDATAtag | in file XMLTAGS.inc, method CDATAtag::CDATAtag() | |
CDATAtag | in file XMLTAGS.inc, class CDATAtag A simple wrapper for standard XML | |
cdata_wrapper | in file misc_utils.inc, function cdata_wrapper() This function is used to wrap | |
CENTERtag | in file ALLTAGS.inc, class CENTERtag <CENTER> tag class. | |
child_add_row_cell | in file ListAction.inc, method ListAction::child_add_row_cell() | |
child_add_row_cell | in file SimpleGUIDataList.inc, method SimpleGUIDataList::child_add_row_cell() | |
child_add_row_cell | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::child_add_row_cell() | |
child_add_row_cell | in file DataList.inc, method DataList::child_add_row_cell() This method is supposed to be written by the child class to add the cell data to the current row in the UI | |
child_build_column_header | in file DataList.inc, method DataList::child_build_column_header() This method is supposed to be written by the child class to build and add the column title to the UI | |
child_build_column_header | in file SimpleGUIDataList.inc, method SimpleGUIDataList::child_build_column_header() | |
child_build_column_header | in file ListAction.inc, method ListAction::child_build_column_header() | |
child_build_column_header | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::child_build_column_header() | |
child_build_search_table | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::child_build_search_table() This builds the table that holds the search capability. | |
child_build_search_table | in file DataList.inc, method DataList::child_build_search_table() This function builds the search block that lives above the results | |
child_get_gui | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::child_get_gui() | |
child_get_gui | in file SimpleGUIDataList.inc, method SimpleGUIDataList::child_get_gui() | |
child_get_gui | in file DataList.inc, method DataList::child_get_gui() This function is called after all of the data has been added to the UI object. It just returns the container that is the entire UI for the DataList | |
child_get_gui | in file ListAction.inc, method ListAction::child_get_gui() | |
CIRCLEsvgtag | in file SVGTAGS.inc, class CIRCLEsvgtag <circle> SVG tag | |
CITEtag | in file ALLTAGS.inc, class CITEtag <CITE> tag class | |
CLIPPATHsvgtag | in file SVGTAGS.inc, class CLIPPATHsvgtag <clipPath> SVG tag | |
cmp | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::cmp() | |
CODEtag | in file ALLTAGS.inc, class CODEtag <CODE> tag class | |
COLGROUPtag | in file ALLTAGS.inc, class COLGROUPtag <COLGROUP> tag class | |
COLORPROFILEsvgtag | in file SVGTAGS.inc, class COLORPROFILEsvgtag <color-profile> SVG tag | |
COLtag | in file ALLTAGS.inc, class COLtag <COL> tag class | |
confirm_action | in file StandardFormContent.inc, method StandardFormContent::confirm_action() This method is responsible for handling the confirmation page's Confirm action. | |
confirm_action | in file form2.php, method StandardAccountForm::confirm_action() This method will get called after all validation has passed, and the confirmation has been accepted. | |
container | in file misc_utils.inc, function container() This function creates a new container widget and stuffs all the args into it. | |
Container | in file ContainerClass.inc, method Container::Container() The constructor. | |
Container | in file ContainerClass.inc, class Container This class is nothing more then a | |
ContainerClass.inc | procedural page ContainerClass.inc | |
ContainerWidget | in file ContainerWidget.inc, class ContainerWidget This is just to maintain compatibility with the 1.1.0 release of phphtmllib | |
content_block | in file form1.php, method Form1Page::content_block() | |
content_block | in file example3.php, method MyLayoutPage::content_block() this function returns the contents of the right block. It is already wrapped in a TD | |
content_block | in file form2.php, method Form2Page::content_block() | |
count | in file SQLDataListSource.inc, method SQLDataListSource::count() find the number of rows to be returned from a query from a table and where clause | |
count | in file PEARSQLDataListSource.inc, method PEARSQLDataListSource::count() find the number of rows to be returned from a query from a table and where clause | |
count | in file ADODBSQLDataListSource.inc, method ADODBSQLDataListSource::count() find the number of rows to be returned from a query from a table and where clause | |
count_content | in file ContainerClass.inc, method Container::count_content() counts the number of content objects | |
create_element_name | in file FormElement.inc, method FormElement::create_element_name() This function creates element name | |
create_element_name | in file FEListBox.inc, method FEMultiListBox::create_element_name() This function creates element name used in the form based on the text label or any other parameters | |
CSSBuilder | in file CSSBuilder.inc, class CSSBuilder This class is a widget for constructing and rendering css. It exports API's for adding classes, ids and their attributes. | |
CSSBuilder | in file CSSBuilder.inc, method CSSBuilder::CSSBuilder() The CSSBuilder constructor | |
CSSContainer | in file CSSContainer.inc, class CSSContainer This class is a container for CSSBuilder objects. It is meant to make the theming of many CSSBuilder objects easy to manage. | |
css_container.inc | procedural page css_container.inc | |
CSVFILEDataListSource | in file CSVFILEDataListSource.inc, class CSVFILEDataListSource This DataListSource child class gets the data from a CSV (comma seperated values) file on disk. | |
CSVFILEDataListSource | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::CSVFILEDataListSource() The constructor. | |
csvfilelist | in file widget7.php, class csvfilelist This class shows how to use the data coming | |
CURSORsvgtag | in file SVGTAGS.inc, class CURSORsvgtag <cursor> SVG tag | |
ContainerWidget.inc | procedural page ContainerWidget.inc | |
CSSBuilder.inc | procedural page CSSBuilder.inc | |
CSSContainer.inc | procedural page CSSContainer.inc | |
CSVFILEDataListSource.inc | procedural page CSVFILEDataListSource.inc | |
-top -
| ||
$dtd | in file XMLDocumentClass.inc, variable XMLDocumentClass::$dtd Holds the url of dtd | |
darkbluetheme.php | procedural page darkbluetheme.php | |
DataList | in file DataList.inc, class DataList This object is the base class that can be | |
DataList | in file DataList.inc, method DataList::DataList() The constructor | |
DataListSource | in file DataListSource.inc, class DataListSource This is the base class for managing data for the DataList class. This abstracts away the underlying data layer from the DataList, so the data can come from multiple sources. | |
DataListSource | in file DataListSource.inc, method DataListSource::DataListSource() The constructor | |
data_prefetch | in file DataList.inc, method DataList::data_prefetch() This function is used to set up any | |
DB_HOSTNAME | in file db_defines.inc, constant DB_HOSTNAME ************************ db_defines.inc | |
DB_NAME | in file db_defines.inc, constant DB_NAME | |
DB_PASSWORD | in file db_defines.inc, constant DB_PASSWORD | |
DB_USERNAME | in file db_defines.inc, constant DB_USERNAME | |
DDtag | in file ALLTAGS.inc, class DDtag <DD> tag class | |
DEBUG | in file example3.php, constant DEBUG | |
DefaultGUIDatalist | in file DefaultGUIDataList.inc, class DefaultGUIDatalist This class is the Default phpHtmlLib GUI interface child of the DataList class. This child simply does the job of rendering the html/layout for a DataList. | |
DefaultGUIDataListCSS | in file DefaultGUIDataList.inc, class DefaultGUIDataListCSS This class defines the css used by the FooterNav Object. | |
defines.inc | procedural page defines.inc | |
DEFINITIONSRCsvgtag | in file SVGTAGS.inc, class DEFINITIONSRCsvgtag <definition-src> SVG tag | |
DEFSsvgtag | in file SVGTAGS.inc, class DEFSsvgtag <defs> SVG tag | |
DELtag | in file ALLTAGS.inc, class DELtag <DEL> tag class | |
DESCsvgtag | in file SVGTAGS.inc, class DESCsvgtag <desc> SVG tag | |
DFNtag | in file ALLTAGS.inc, class DFNtag <DFN> tag class | |
DIVtag | in file ALLTAGS.inc, class DIVtag <DIV> tag class | |
div_build_spacergif_tag | in file divtag_utils.inc, function div_build_spacergif_tag() Render a div w/ a spacer give as its content. | |
div_font8 | in file font_utils.inc, function div_font8() Build a DIVtag object with css class of .font8. | |
div_font8bold | in file font_utils.inc, function div_font8bold() Build a DIVtag object with css class of .font8bold. | |
div_font10 | in file font_utils.inc, function div_font10() Build a DIVtag object with css class of .font10. | |
div_font10bold | in file font_utils.inc, function div_font10bold() Build a DIVtag object with css class of .font10bold. | |
div_font12 | in file font_utils.inc, function div_font12() Build a DIVtag object with css class of .font12. | |
div_font12bold | in file font_utils.inc, function div_font12bold() Build a DIVtag object with css class of .font12bold. | |
div_font14 | in file font_utils.inc, function div_font14() Build a DIVtag object with css class of .font14. | |
div_font14bold | in file font_utils.inc, function div_font14bold() Build a DIVtag object with css class of .font14bold. | |
DLtag | in file ALLTAGS.inc, class DLtag <DL> tag class | |
DOCTYPEtag | in file XMLTAGS.inc, class DOCTYPEtag <!DOCTYPE> tag class | |
DOCTYPEtag | in file XMLTAGS.inc, method DOCTYPEtag::DOCTYPEtag() | |
DOtag | in file WMLTAGS.inc, class DOtag <DO> tag class | |
do_prequery | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::do_prequery() The prequery. We use this to read the file | |
do_prequery | in file DataListSource.inc, method DataListSource::do_prequery() This is a method that should be defined by the child class to do any pre-query type of things. | |
do_prequery | in file SQLDataListSource.inc, method SQLDataListSource::do_prequery() | |
do_query | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::do_query() This function does the query | |
do_query | in file SQLDataListSource.inc, method SQLDataListSource::do_query() Do the query to the DB and pull in all of the records locally. | |
do_query | in file DataListSource.inc, method DataListSource::do_query() This is the function that does the data fetching, and sorting if needed. | |
do_query | in file PEARSQLDataListSource.inc, method PEARSQLDataListSource::do_query() | |
do_query | in file ADODBSQLDataListSource.inc, method ADODBSQLDataListSource::do_query() | |
do_validation | in file FormProcessor.inc, method FormProcessor::do_validation() This method walks the FormContent's visible elements | |
DTtag | in file ALLTAGS.inc, class DTtag <DT> tag class | |
dump_http_header | in file XMLDocumentClass.inc, method XMLDocumentClass::dump_http_header() This function is used to output the http header for this document. | |
db_defines.inc | procedural page db_defines.inc | |
divtag_utils.inc | procedural page divtag_utils.inc | |
DataListSource.inc | procedural page DataListSource.inc | |
DataList.inc | procedural page DataList.inc | |
DefaultGUIDataList.inc | procedural page DefaultGUIDataList.inc | |
-top -
| ||
$error_array | in file FormErrors.inc, variable FormErrors::$error_array error array from the FormValidation class. | |
element_form | in file FormContent.inc, method FormContent::element_form() This method returns the actual form object that renders the form field. | |
element_label | in file FormContent.inc, method FormContent::element_label() This method returns the label object for a visible form element. | |
ELLIPSEsvgtag | in file SVGTAGS.inc, class ELLIPSEsvgtag <ellipse> SVG tag | |
EMtag | in file ALLTAGS.inc, class EMtag <EM> tag class | |
enable_debug | in file PageWidget.inc, method PageWidget::enable_debug() This sets the debug option for the HTMLPageClass | |
example1.php | procedural page example1.php | |
example2.php | procedural page example2.php | |
example3.php | procedural page example3.php | |
example4.php | procedural page example4.php | |
example5.php | procedural page example5.php | |
example6.php | procedural page example6.php | |
example7.php | procedural page example7.php | |
example1.php | procedural page example1.php | |
-top -
| ||
form1.php | procedural page form1.php | |
form2.php | procedural page form2.php | |
FEBLENDsvgtag | in file SVGTAGS.inc, class FEBLENDsvgtag <feBlend> SVG tag | |
FEBoxElement | in file FEBoxElement.inc, method FEBoxElement::FEBoxElement() The constructor | |
FEBoxElement | in file FEBoxElement.inc, class FEBoxElement This is the Box FormElement which builds a DIV with a width and a height. It is a base class for more complicated FormElements. | |
FEButton | in file FEButton.inc, class FEButton This is the button FormElement which builds a input field of type="button". It has no validation method. | |
FEButton | in file FEButton.inc, method FEButton::FEButton() The constructor | |
FECheckBox | in file FECheckBox.inc, class FECheckBox This is the CheckBox FormElement which builds a input field of type="checkbox". It has no validation method. | |
FECheckBox | in file FECheckBox.inc, method FECheckBox::FECheckBox() The constructor | |
FECheckBoxList | in file FECheckBox.inc, class FECheckBoxList This is the CheckBoxList FormElement which builds a list of checkboxes inside a scrollable DIV. | |
FECOLORMATRIXsvgtag | in file SVGTAGS.inc, class FECOLORMATRIXsvgtag <feColorMatrix> SVG tag | |
FECOMPONENTTANSFERsvgtag | in file SVGTAGS.inc, class FECOMPONENTTANSFERsvgtag <feComponentTransfer> SVG tag | |
FECOMPOSITEsvgtag | in file SVGTAGS.inc, class FECOMPOSITEsvgtag <feComposite> SVG tag | |
FEConfirmPassword | in file FEPassword.inc, class FEConfirmPassword This is the ConfirmPassword FormElement which builds a input field of type="password". It requires the caller to add a FEPassword object to this class to have something to compare during validation time. | |
FECONVOLVEMATRIXsvgtag | in file SVGTAGS.inc, class FECONVOLVEMATRIXsvgtag <feConvolveMatrix> SVG tag | |
FEDataList | in file FEDataList.inc, method FEDataList::FEDataList() The constructor | |
FEDataList | in file FEDataList.inc, class FEDataList This is the DataList FormElement which builds a a complex FEBoxElement. It has no validation method. | |
FEDIFFUSELIGHTINGsvgtag | in file SVGTAGS.inc, class FEDIFFUSELIGHTINGsvgtag <feDiffuseLighting> SVG tag | |
FEDISPLACEMENTMAPsvgtag | in file SVGTAGS.inc, class FEDISPLACEMENTMAPsvgtag <feDisplacementMap> SVG tag | |
FEDISTANTLIGHTsvgtag | in file SVGTAGS.inc, class FEDISTANTLIGHTsvgtag <feDistantLight> SVG tag | |
FEDomainName | in file FEText.inc, class FEDomainName This is the DomainName FormElement which builds a text input field. | |
FEEmail | in file FEText.inc, class FEEmail This is the Email FormElement which builds a text input field. | |
FEEmailMany | in file FEText.inc, class FEEmailMany This is the EmailMany FormElement which builds a text input field. This allows for multiple email addresses in 1 text input field seperated by commas. | |
FEError | in file misc.inc, method FEError::FEError() The constructor | |
FEError | in file misc.inc, class FEError This is a way of providing an Error to the FormProcessor. | |
FEFLOODsvgtag | in file SVGTAGS.inc, class FEFLOODsvgtag <feFlood> SVG tag | |
FEFUNCAsvgtag | in file SVGTAGS.inc, class FEFUNCAsvgtag <feFuncA> SVG tag | |
FEFUNCBsvgtag | in file SVGTAGS.inc, class FEFUNCBsvgtag <feFuncB> SVG tag | |
FEFUNCGsvgtag | in file SVGTAGS.inc, class FEFUNCGsvgtag <feFuncG> SVG tag | |
FEFUNCRsvgtag | in file SVGTAGS.inc, class FEFUNCRsvgtag <feFuncR> SVG tag | |
FEGAUSSIANBLURsvgtag | in file SVGTAGS.inc, class FEGAUSSIANBLURsvgtag <feGaussianBlur> SVG tag | |
FEHidden | in file misc.inc, method FEHidden::FEHidden() | |
FEHidden | in file misc.inc, class FEHidden This is the Hidden FormElement which builds a input field of type="hidden". It has no validation method. | |
FEIMAGEsvgtag | in file SVGTAGS.inc, class FEIMAGEsvgtag <feImage> SVG tag | |
FEIPAddress | in file FEText.inc, class FEIPAddress This is the Ip Address FormElement which builds a text input field. | |
FEListBox | in file FEListBox.inc, class FEListBox This is the ListBox FormElement which builds a select field with all of its options. | |
FEMERGENODEsvgtag | in file SVGTAGS.inc, class FEMERGENODEsvgtag <feMergeNode> SVG tag | |
FEMERGEsvgtag | in file SVGTAGS.inc, class FEMERGEsvgtag <feMerge> SVG tag | |
FEMORPHOLOGYsvgtag | in file SVGTAGS.inc, class FEMORPHOLOGYsvgtag <feMorphology> SVG tag | |
FEMultiListBox | in file FEListBox.inc, class FEMultiListBox This is the MultiListBox FormElement which builds a select field with all of its options. It enables the ability to have multiple selections. | |
FEName | in file FEText.inc, class FEName This is the Name FormElement which builds a text input field, and validates against the is_name() method. | |
FENumberFloat | in file FEText.inc, class FENumberFloat This is the float FormElement which builds a text input field. | |
FENumberPrice | in file FEText.inc, class FENumberPrice This is the Price FormElement which builds a text input field. | |
FEOFFSETsvgtag | in file SVGTAGS.inc, class FEOFFSETsvgtag <feOffset> SVG svgtag | |
FEPassword | in file FEPassword.inc, class FEPassword This is the Password FormElement which builds a input field of type="password". It validates the data as is_password(). | |
FEPOINTLIGHTsvgtag | in file SVGTAGS.inc, class FEPOINTLIGHTsvgtag <fePointLight> SVG tag | |
FERadioGroup | in file FERadioGroup.inc, class FERadioGroup This is the Radio Button Group FormElement which builds a List of Radio buttons that can be used in any style of layout. | |
FERadioGroup | in file FERadioGroup.inc, method FERadioGroup::FERadioGroup() The constructor | |
FESPECTACULARLIGHTINGsvgtag | in file SVGTAGS.inc, class FESPECTACULARLIGHTINGsvgtag <feSpecularLighting> SVG tag | |
FESPOTLIGHTsvgtag | in file SVGTAGS.inc, class FESPOTLIGHTsvgtag <feSpotLight> SVG tag | |
FESubmitButton | in file FEButton.inc, method FESubmitButton::FESubmitButton() The constructor | |
FESubmitButton | in file FEButton.inc, class FESubmitButton This is the SubmitButton FormElement which builds a input field of type="submit". It has no validation method. | |
FEText | in file FEText.inc, method FEText::FEText() The constructor | |
FEText | in file FEText.inc, class FEText This is the Text FormElement which builds a text input field. It has no validation method. | |
FETextArea | in file FETextArea.inc, class FETextArea This is the TextArea FormElement which builds a textarea field. It has no validation method. | |
FETILEsvgtag | in file SVGTAGS.inc, class FETILEsvgtag <feTile> SVG tag | |
FETURBULENCEsvgtag | in file SVGTAGS.inc, class FETURBULENCEsvgtag <feTurbulence> SVG tag | |
FEUrl | in file FEText.inc, class FEUrl This is the URL FormElement which builds a text input field. | |
FEUrlStrict | in file FEText.inc, class FEUrlStrict This is the URLStrict FormElement which builds a text input field. | |
FEYesNoRadioGroup | in file FERadioGroup.inc, class FEYesNoRadioGroup This is the Yes/No Radio Button Group FormElement. | |
FEYesNoRadioGroup | in file FERadioGroup.inc, method FEYesNoRadioGroup::FEYesNoRadioGroup() The constructor | |
FIELDSETtag | in file ALLTAGS.inc, class FIELDSETtag <FIELDSET> tag class | |
FILTERsvgtag | in file SVGTAGS.inc, class FILTERsvgtag <filter> SVG tag | |
filter_column_string | in file DataList.inc, method DataList::filter_column_string() This does some magic filtering on the data that we display in a column. This helps to prevent nast data that may have html tags in it. | |
FONTFACEFORMATsvgtag | in file SVGTAGS.inc, class FONTFACEFORMATsvgtag <font-face-format> SVG tag | |
FONTFACENAMEsvgtag | in file SVGTAGS.inc, class FONTFACENAMEsvgtag <font-face-name> SVG tag | |
FONTFACESRCsvgtag | in file SVGTAGS.inc, class FONTFACESRCsvgtag <font-face-src> SVG tag | |
FONTFACEsvgtag | in file SVGTAGS.inc, class FONTFACEsvgtag <font-face> SVG tag | |
FONTFACEURIsvgtag | in file SVGTAGS.inc, class FONTFACEURIsvgtag <font-face-uri> SVG tag | |
FONTsvgtag | in file SVGTAGS.inc, class FONTsvgtag <font> SVG tag | |
FONTtag | in file ALLTAGS.inc, class FONTtag <FONT> tag class | |
FooterNav | in file FooterNav.inc, method FooterNav::FooterNav() Constructore for this class. | |
FooterNav | in file FooterNav.inc, class FooterNav Use this class to render footer navigation that is displayed at the bottom of a page. | |
FooterNavCSS | in file FooterNav.inc, class FooterNavCSS This class defines the css used by the FooterNav Object. | |
footer_block | in file example3.php, method MyLayoutPage::footer_block() This function is responsible for building the footer block for every page. | |
FOREIGNOBJECTsvgtag | in file SVGTAGS.inc, class FOREIGNOBJECTsvgtag <foreignObject> SVG tag | |
form | in file StandardFormContent.inc, method StandardFormContent::form() this builds the main wrapper for the form fields and ads the Save and Cancel buttons | |
form | in file form1.php, method AccountForm::form() This is the method that builds the layout of where the FormElements will live. You can lay it out any way you like. | |
form | in file FormContent.inc, method FormContent::form() This method builds the html form. | |
Form1Page | in file form1.php, class Form1Page A simple Page Layout object child. | |
Form2Page | in file form2.php, class Form2Page A simple Page Layout object child. | |
FormContent | in file FormContent.inc, class FormContent This class is used to build and render the form. | |
FormContent | in file FormContent.inc, method FormContent::FormContent() | |
FormElement | in file FormElement.inc, method FormElement::FormElement() The constructor | |
FormElement | in file FormElement.inc, class FormElement This is the base FormElement object. It can be single form field such as a text input field, or a complex object. | |
FormErrors | in file FormErrors.inc, class FormErrors This file holds the error codes and error messages associated with those codes for English | |
FormProcessor | in file FormProcessor.inc, method FormProcessor::FormProcessor() The constructor for the FormProcessor | |
FormProcessor | in file FormProcessor.inc, class FormProcessor This is the main engine for the processing | |
FORMtag | in file ALLTAGS.inc, class FORMtag FORMtag <FORM> tag | |
FormValidation | in file FormValidation.inc, class FormValidation This is the base validation class that contains some basic FormElement validation methods. | |
FORM_ACTION | in file FormProcessor.inc, constant FORM_ACTION This file contains the FormProcessor class. | |
form_action | in file FormContent.inc, method FormContent::form_action() This method handles the | |
form_action | in file StandardFormContent.inc, method StandardFormContent::form_action() This method handles the form action. | |
form_action | in file form1.php, method AccountForm::form_action() This method is called ONLY after ALL validation has passed. This is the method that allows you to do something with the data, say insert/update records in the DB. | |
form_active_checkbox | in file form_utils.inc, function form_active_checkbox() build/render an input tag of type CHECKBOX with onClick javaScript selection | |
form_active_radio | in file form_utils.inc, function form_active_radio() build/render an set of radio buttons with onClick javaScript selection | |
form_backend_validation | in file form1.php, method AccountForm::form_backend_validation() This method gets called after the FormElement data has passed the validation. This enables you to validate the data against some backend mechanism, say a DB. | |
form_backend_validation | in file FormContent.inc, method FormContent::form_backend_validation() This method is called after the FormElements | |
form_backend_validation | in file form2.php, method StandardAccountForm::form_backend_validation() This method gets called after the FormElement data has passed the validation, and has been confirmed. This enables you to validate the data against some backend mechanism, say a DB. | |
form_button | in file form_utils.inc, function form_button() build/render an input tag of type button | |
form_checkbox | in file form_utils.inc, function form_checkbox() build/render an input tag of type CHECKBOX | |
form_close | in file form_utils.inc, function form_close() render a form close tag | |
form_confirm | in file StandardFormContent.inc, method StandardFormContent::form_confirm() This function is used to show an intermediary confirmation page. Use this function to show a confirmation of the data that was submitted by the user. | |
form_confirm | in file FormContent.inc, method FormContent::form_confirm() This function is used to show an intermediary confirmation page. Use this function to show a confirmation of the data that was submitted by the user. | |
FORM_CONFIRM | in file FormProcessor.inc, constant FORM_CONFIRM | |
form_content | in file StandardFormContent.inc, method StandardFormContent::form_content() Child class MUST override this to provide the form fields | |
form_content | in file form2.php, method StandardAccountForm::form_content() This method is called by the StandardFormContent object to allow you to build the 'blocks' of fields you want to display. Each form block will live inside a fieldset tag with the a title. | |
form_content_buttons | in file StandardFormContent.inc, method StandardFormContent::form_content_buttons() This function is used to build the standard buttons for a form. | |
form_errors | in file FormContent.inc, method FormContent::form_errors() This function is used to render the error table for the form. The error data comes from the FormProcessor or the FormValidation. | |
form_file | in file form_utils.inc, function form_file() build/render an html tag of file | |
FormContent.inc | procedural page FormContent.inc | |
FormElement.inc | procedural page FormElement.inc | |
FormErrors.inc | procedural page FormErrors.inc | |
FormProcessor.inc | procedural page FormProcessor.inc | |
FormValidation.inc | procedural page FormValidation.inc | |
FEBoxElement.inc | procedural page FEBoxElement.inc | |
FEButton.inc | procedural page FEButton.inc | |
FECheckBox.inc | procedural page FECheckBox.inc | |
FEDataList.inc | procedural page FEDataList.inc | |
FEListBox.inc | procedural page FEListBox.inc | |
FEPassword.inc | procedural page FEPassword.inc | |
FERadioGroup.inc | procedural page FERadioGroup.inc | |
FETextArea.inc | procedural page FETextArea.inc | |
FEText.inc | procedural page FEText.inc | |
form_hidden | in file form_utils.inc, function form_hidden() build/render an input tag of type hidden | |
form_image | in file form_utils.inc, function form_image() build/render an input tag of type image | |
form_init_data | in file FormContent.inc, method FormContent::form_init_data() This method is called by the | |
form_init_data | in file form1.php, method AccountForm::form_init_data() This method is called only the first time the form page is hit. This enables u to query a DB and pre populate the FormElement objects with data. | |
form_init_data | in file form2.php, method StandardAccountForm::form_init_data() This method is called only the first time the form page is hit. | |
form_init_elements | in file form2.php, method StandardAccountForm::form_init_elements() This method gets called EVERY time the object is | |
form_init_elements | in file FormContent.inc, method FormContent::form_init_elements() This method is what is called to build the list of FormElements that will be used by this form. | |
form_init_elements | in file form1.php, method AccountForm::form_init_elements() This method gets called EVERY time the object is created. It is used to build all of the FormElement objects used in this Form. | |
form_open | in file form_utils.inc, function form_open() render an form open tag only. | |
form_password | in file form_utils.inc, function form_password() build/render an input tag of type password | |
form_radio | in file form_utils.inc, function form_radio() build/render an input tag of type radio | |
form_select | in file form_utils.inc, function form_select() Build a select tag with all of its option tags | |
form_submit | in file form_utils.inc, function form_submit() build/render an input tag of type submit | |
form_success | in file FormContent.inc, method FormContent::form_success() This method is called when the form_action() was successfull, and the form wants to render some kind of message | |
form_text | in file form_utils.inc, function form_text() build/render an input tag of type text | |
form_textarea | in file form_utils.inc, function form_textarea() build a textarea tag with name and attributes. | |
FORM_VISITED | in file FormProcessor.inc, constant FORM_VISITED | |
frameset | in file PageWidget.inc, method PageWidget::frameset() This function is used to save | |
FRAMESETtag | in file ALLTAGS.inc, class FRAMESETtag <FRAMESET> tag class | |
FRAMEtag | in file ALLTAGS.inc, class FRAMEtag <FRAME> tag class | |
font_utils.inc | procedural page font_utils.inc | |
form_utils.inc | procedural page form_utils.inc | |
frame_utils.inc | procedural page frame_utils.inc | |
FooterNav.inc | procedural page FooterNav.inc | |
-top -
| ||
getdirlist | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::getdirlist() | |
get_action | in file FormContent.inc, method FormContent::get_action() Get the current status of the action. | |
get_align | in file BaseWidget.inc, method BaseWidget::get_align() This gets the alignment value for the outer table | |
get_attribute | in file FormElement.inc, method FormElement::get_attribute() return a single attribute | |
get_cancel_url | in file ListAction.inc, method ListAction::get_cancel_url() this returns the current cancel url | |
get_cellpadding | in file InfoTable.inc, method InfoTable::get_cellpadding() This gets the current value of the cellpadding | |
get_cellspacing | in file InfoTable.inc, method InfoTable::get_cellspacing() This gets the current value of the cellspacing | |
get_count_column | in file SQLDataListSource.inc, method SQLDataListSource::get_count_column() this returns the current count column | |
get_css | in file BaseWidget.inc, method BaseWidget::get_css() This function provides the mechanism to build and return the css needed by this widget | |
get_current_page | in file DataList.inc, method DataList::get_current_page() This function returns the current page that the item list is on. | |
get_data_index | in file DataListSource.inc, method DataListSource::get_data_index() This function returns the data_index value and increments it | |
get_data_source | in file widget6.php, method adodbmysqllist::get_data_source() This function is called automatically by the DataList constructor. It must be extended by the child class to actually set the DataListSource object. | |
get_data_source | in file widget6.php, method pearmysqllist::get_data_source() This function is called automatically by the DataList constructor. It must be extended by the child class to actually set the DataListSource object. | |
get_data_source | in file widget7.php, method csvfilelist::get_data_source() | |
get_data_source | in file DataList.inc, method DataList::get_data_source() This function is called automatically by the DataList constructor. It must be extended by the child class to actually set the DataListSource object. | |
get_db_tables | in file SQLDataListSource.inc, method SQLDataListSource::get_db_tables() returns the table(s) used in the query | |
get_db_values | in file SQLDataListSource.inc, method SQLDataListSource::get_db_values() This function returns the values we need to search for in the sql query | |
get_default_checked_items | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::get_default_checked_items() This function returns the array of default checked items to be marked as checked in the checkbox action column | |
get_default_css | in file FormContent.inc, method FormContent::get_default_css() This function returns the default css class used for NON error text. | |
get_default_num_rows | in file DataList.inc, method DataList::get_default_num_rows() This function gets the current default number of rows to display setting. | |
get_doctype_source | in file XMLDocumentClass.inc, method XMLDocumentClass::get_doctype_source() This function returns the current DOCTYPE tag's source attribute | |
get_element | in file FEListBox.inc, method FEMultiListBox::get_element() This function builds and returns the form element object | |
get_element | in file FEListBox.inc, method FEListBox::get_element() This function builds and returns the form element object | |
get_element | in file FECheckBox.inc, method FECheckBoxList::get_element() This function builds and returns the form element object | |
get_element | in file FECheckBox.inc, method FECheckBox::get_element() This function builds and returns the form element object | |
get_element | in file FEButton.inc, method FESubmitButton::get_element() This function builds and returns the form element object | |
get_element | in file FEButton.inc, method FEButton::get_element() This function builds and returns the form element object | |
get_element | in file FormContent.inc, method FormContent::get_element() This method returns the FormElement based on the label. | |
get_element | in file misc.inc, method FEHidden::get_element() | |
get_element | in file FormElement.inc, method FormElement::get_element() This function builds and returns the form element object | |
get_element | in file FEText.inc, method FEText::get_element() This function builds and returns the form element object | |
get_element | in file FERadioGroup.inc, method FERadioGroup::get_element() This function builds and returns the form element object | |
get_element | in file FEPassword.inc, method FEPassword::get_element() This function builds and returns the form element object | |
get_element | in file FETextArea.inc, method FETextArea::get_element() This function builds and returns the form element object | |
get_element_name | in file FormElement.inc, method FormElement::get_element_name() Returns the element name to be used in the form | |
get_element_value | in file FormContent.inc, method FormContent::get_element_value() This method is used to get the value for a non hidden element | |
get_encoding | in file XMLDocumentClass.inc, method XMLDocumentClass::get_encoding() This function gets the current encoding type | |
get_error_code | in file FormValidation.inc, method FormValidation::get_error_code() This method returns the error code from the last validation error found. | |
get_error_message | in file FormValidation.inc, method FormValidation::get_error_message() This method returns the error message from the last validation error found. | |
get_error_message | in file FormElement.inc, method FormElement::get_error_message() Returns the current error message if any | |
get_error_msg | in file FormErrors.inc, method FormErrors::get_error_msg() This returns the appropriate error message based on the error #. | |
get_form_action | in file DataList.inc, method DataList::get_form_action() This function is used to get the form action | |
get_form_method | in file DataList.inc, method DataList::get_form_method() This function is used to get the form method | |
get_form_name | in file DataList.inc, method DataList::get_form_name() This function is used to get the form name | |
get_form_render | in file DataList.inc, method DataList::get_form_render() Return the state of the form render | |
get_form_target | in file DataList.inc, method DataList::get_form_target() This function is used to get the form target | |
get_global_prefix | in file DataList.inc, method DataList::get_global_prefix() returns the current variable prefix string being used. | |
get_hidden_element_value | in file FormContent.inc, method FormContent::get_hidden_element_value() This method is used to get the value for a hidden element | |
get_html_attributes | in file HTMLPageClass.inc, method HTMLPageClass::get_html_attributes() This function returns the attributes to be used for the <html> tag. | |
get_http_content_type | in file XMLDocumentClass.inc, method XMLDocumentClass::get_http_content_type() This function returns the current value of the http header content type | |
get_image_path | in file DataList.inc, method DataList::get_image_path() This function returns the path to the images used in this class | |
get_indent_flag | in file ContainerClass.inc, method Container::get_indent_flag() This flag gets the current value of the indent flag | |
get_init_value | in file FormElement.inc, method FormElement::get_init_value() This returns the initial value of the element | |
get_javascript | in file ActiveTab.inc, method ActiveTab::get_javascript() This function MUST be called AFTER ALL content has been added, in order for the js to work properly | |
get_javascript | in file BaseWidget.inc, method BaseWidget::get_javascript() Function for returning the raw javascript that is required for this widget. | |
get_label | in file FormElement.inc, method FormElement::get_label() This function builds and returns a label object based on the label text and error conditions | |
get_label_text | in file FormElement.inc, method FormElement::get_label_text() This function will return the elements label text | |
get_last_page | in file DataList.inc, method DataList::get_last_page() This calculates the last page # for this list of items | |
get_limit | in file DataListSource.inc, method DataListSource::get_limit() This function gets the current value of the limit value | |
get_max_rows | in file DataList.inc, method DataList::get_max_rows() This returns the Maximum # of rows to display when in expand mode | |
get_next_data_row | in file SQLDataListSource.inc, method SQLDataListSource::get_next_data_row() This function gets the next data row from the query() | |
get_next_data_row | in file DataListSource.inc, method DataListSource::get_next_data_row() This function gets the next data row from the query() | |
get_next_data_row | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::get_next_data_row() This function returns the next row of valid data. | |
get_next_data_row | in file PEARSQLDataListSource.inc, method PEARSQLDataListSource::get_next_data_row() This function gets the next data row from the query() | |
get_next_data_row | in file ADODBSQLDataListSource.inc, method ADODBSQLDataListSource::get_next_data_row() This function gets the next data row from the query() | |
get_not_found_message | in file DataListSource.inc, method DataListSource::get_not_found_message() This function is used to get the message displayed when no data is found | |
get_num_pages | in file DataList.inc, method DataList::get_num_pages() This function returns the # of pages that are available for this list of items. | |
get_offset | in file DataListSource.inc, method DataListSource::get_offset() This function returns the value of the offset | |
get_orderby | in file DataListSource.inc, method DataListSource::get_orderby() This function returns the value of the orderby | |
get_page_info | in file DataList.inc, method DataList::get_page_info() This function builds the string that describes the current page out of n pages the list is showing | |
get_required_fields_text | in file FormContent.inc, method FormContent::get_required_fields_text() This returns the required field text | |
get_required_symbol | in file FormElement.inc, method FormElement::get_required_symbol() This function return the symbol used to denote a required field | |
get_reverseorder | in file DataListSource.inc, method DataListSource::get_reverseorder() This function returns the value of the reverseorder | |
get_root_attributes | in file XMLDocumentClass.inc, method XMLDocumentClass::get_root_attributes() This function is used to get the root xml tag's attributes | |
get_root_name | in file XMLDocumentClass.inc, method XMLDocumentClass::get_root_name() This function gets the document name | |
get_searchby | in file DataListSource.inc, method DataListSource::get_searchby() This function returns the value of the searchby | |
get_searchby_value | in file DataListSource.inc, method DataListSource::get_searchby_value() This function returns the value of the search value | |
get_search_type | in file DataListSource.inc, method DataListSource::get_search_type() this function returns the current search type for the DataList query | |
get_simplesearch_modifier | in file DataListSource.inc, method DataListSource::get_simplesearch_modifier() This function returns the value of the search value | |
get_simple_search_modifier | in file DataList.inc, method DataList::get_simple_search_modifier() gets the value of the search modifier flag. | |
get_subtitle | in file VerticalCSSNavTable.inc, method VerticalCSSNavTable::get_subtitle() This function returns the current subtitle. | |
get_supported_image_formats | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::get_supported_image_formats() This tests to see what type of gd lib image format this server supports. | |
get_tag | in file XMLTagClass.inc, method XMLTagClass::get_tag() This returns the tag declared for this class. | |
get_tag_name | in file XMLTagClass.inc, method XMLTagClass::get_tag_name() This method gets the name of the tag | |
get_title | in file BaseWidget.inc, method BaseWidget::get_title() Function for accessing the title of this widget | |
get_title | in file PageWidget.inc, method PageWidget::get_title() gets the current title of the page. | |
get_title_text_align | in file InfoTable.inc, method InfoTable::get_title_text_align() this function lets gets the default css class for the title | |
get_total_rows | in file DataListSource.inc, method DataListSource::get_total_rows() This returns the total number of rows in our entire data set | |
get_value | in file FormElement.inc, method FormElement::get_value() This function will return the elements value | |
get_value_text | in file FECheckBox.inc, method FECheckBox::get_value_text() This provides a method | |
get_value_text | in file FEDataList.inc, method FEDataList::get_value_text() This provides a method | |
get_value_text | in file FERadioGroup.inc, method FERadioGroup::get_value_text() This provides a method | |
get_value_text | in file FormElement.inc, method FormElement::get_value_text() This provides a method | |
get_vertical_cellborder | in file InfoTable.inc, method InfoTable::get_vertical_cellborder() this function lets gets the default css class for the title | |
get_width | in file BaseWidget.inc, method BaseWidget::get_width() Function for getting the current widget width setting. | |
GLYPHREFsvgtag | in file SVGTAGS.inc, class GLYPHREFsvgtag <glyphRef> SVG tag | |
GLYPHsvgtag | in file SVGTAGS.inc, class GLYPHsvgtag <glyph> SVG tag | |
GOtag | in file WMLTAGS.inc, class GOtag <GO> tag class | |
Gsvgtag | in file SVGTAGS.inc, class Gsvgtag <g> SVG tag | |
gui_init | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::gui_init() | |
gui_init | in file SimpleGUIDataList.inc, method SimpleGUIDataList::gui_init() Initialize the gui layout | |
gui_init | in file DataList.inc, method DataList::gui_init() A subclass can override this function to setup the class variables after the constructor. The constructor automatically calls this function. | |
gui_init | in file ListAction.inc, method ListAction::gui_init() Initialize the gui layout | |
-top -
| ||
H1tag | in file ALLTAGS.inc, class H1tag <H1> tag class | |
H2tag | in file ALLTAGS.inc, class H2tag <H2> tag class | |
H3tag | in file ALLTAGS.inc, class H3tag <H3> tag class | |
H4tag | in file ALLTAGS.inc, class H4tag <H4> tag class | |
H5tag | in file ALLTAGS.inc, class H5tag <H5> tag class | |
H6tag | in file ALLTAGS.inc, class H6tag <H6> tag class | |
has_confirm | in file FormContent.inc, method FormContent::has_confirm() This gets the value of the confirmation flag. | |
has_error | in file FormElement.inc, method FormElement::has_error() Returns the current error state | |
header_block | in file example3.php, method MyLayoutPage::header_block() This function is responsible for building the header block that lives at the top of every page. | |
HEADtag | in file ALLTAGS.inc, class HEADtag <HEAD> tag class | |
head_content | in file PageWidget.inc, method PageWidget::head_content() This function is used to build addition head content that isn't built by the HTMLPageClass parent class by default. | |
head_javascript | in file PageWidget.inc, method PageWidget::head_javascript() This function is called to build any JavaScript that is needed in the <HEAD> portion of a document. | |
hidden_background | in file ActiveTab.inc, method ActiveTab::hidden_background() Thie method is used to change the hidden tab's | |
HKERNsvgtag | in file SVGTAGS.inc, class HKERNsvgtag <hkern> SVG tag | |
HRtag | in file ALLTAGS.inc, class HRtag <HR> tag class | |
HTML | in file defines.inc, constant HTML | |
HTMLPageClass | in file HTMLPageClass.inc, method HTMLPageClass::HTMLPageClass() Class Constructor | |
HTMLPageClass | in file HTMLPageClass.inc, class HTMLPageClass class the constructs and renders an entire HTML/XHTML document. | |
HTMLtag | in file ALLTAGS.inc, class HTMLtag <HTML> tag class. | |
HTMLTagClass | in file HTMLTagClass.inc, class HTMLTagClass Base class for all HTML Tag classes. | |
HTMLTagClass | in file HTMLTagClass.inc, method HTMLTagClass::HTMLTagClass() Class Constructor | |
HTMLTagClass.inc | procedural page HTMLTagClass.inc | |
html_a | in file html_utils.inc, function html_a() build an href with content and attributes. | |
html_abbr | in file html_utils.inc, function html_abbr() build an <ABBR> tag with content. | |
html_acronym | in file html_utils.inc, function html_acronym() build an <ACRONYM> tag with content. | |
html_address | in file html_utils.inc, function html_address() build an <ADDRESS> tag with content. | |
html_applet | in file html_utils.inc, function html_applet() build an <APPLET> tag with content. | |
html_area | in file html_utils.inc, function html_area() build an <AREA> tag with content. | |
html_b | in file html_utils.inc, function html_b() build a bold | |
html_base | in file html_utils.inc, function html_base() build a <base> tag. | |
html_bdo | in file html_utils.inc, function html_bdo() build a <bdo> tag. | |
html_big | in file html_utils.inc, function html_big() build a <big> tag with content. | |
html_blockquote | in file html_utils.inc, function html_blockquote() build a <blockquote> tag with content. | |
html_body | in file html_utils.inc, function html_body() build a <body> tag with content. | |
html_br | in file html_utils.inc, function html_br() builds n # of tags. | |
html_button | in file html_utils.inc, function html_button() build a <button> tag with content. | |
html_caption | in file html_utils.inc, function html_caption() build a <caption> tag with content. | |
html_center | in file html_utils.inc, function html_center() build a <center> tag with some content. | |
html_cite | in file html_utils.inc, function html_cite() build a <cite> tag with some content. | |
html_code | in file html_utils.inc, function html_code() build a | |
html_col | in file html_utils.inc, function html_col() build a <col> tag | |
html_colgroup | in file html_utils.inc, function html_colgroup() build a <colgroup> tag. | |
html_comment | in file html_utils.inc, function html_comment() render an html comment string | |
html_dd | in file html_utils.inc, function html_dd() build a <dd> tag with some content. | |
html_del | in file html_utils.inc, function html_del() build a <del> tag with some content. | |
html_dfn | in file html_utils.inc, function html_dfn() build a <dfn> tag with some content. | |
html_div | in file divtag_utils.inc, function html_div() build a new div tag with content | |
html_div_center | in file divtag_utils.inc, function html_div_center() build a new div tag with default attributes of "align=center" | |
html_div_small | in file divtag_utils.inc, function html_div_small() This builds the 1px font size DIVtag object, which can be used anywhere | |
html_dl | in file html_utils.inc, function html_dl() build a <dl> tag with some content. | |
html_dt | in file html_utils.inc, function html_dt() build a <dt> tag with some content. | |
html_em | in file html_utils.inc, function html_em() build a <em> tag with some content. | |
html_fieldset | in file html_utils.inc, function html_fieldset() build a <fieldset> tag with some content. | |
html_form | in file form_utils.inc, function html_form() render an form open tag only. | |
html_frame | in file frame_utils.inc, function html_frame() This function is used to build a FRAMEtag object with some common attributes already set. | |
html_frameset | in file frame_utils.inc, function html_frameset() This function is used to build a FRAMESETtag object with the most common attributes. | |
html_h1 | in file html_utils.inc, function html_h1() build an H1 tag object with content. | |
html_h2 | in file html_utils.inc, function html_h2() build an H2 tag object with content. | |
html_h3 | in file html_utils.inc, function html_h3() build an H3 tag object with content. | |
html_h4 | in file html_utils.inc, function html_h4() build an H4 tag object with content. | |
html_h5 | in file html_utils.inc, function html_h5() build an H5 tag object with content. | |
html_h6 | in file html_utils.inc, function html_h6() build an H6 tag object with content. | |
html_head | in file html_utils.inc, function html_head() build an <head> tag object with content. | |
html_hr | in file html_utils.inc, function html_hr() build an <hr> tag object. | |
html_html | in file html_utils.inc, function html_html() build an <html> tag object. | |
html_i | in file html_utils.inc, function html_i() build a <i> tag with some content. | |
html_iframe | in file html_utils.inc, function html_iframe() build a <irame> tag with some content. | |
html_img | in file html_utils.inc, function html_img() Build an <img> tag. | |
html_img_href | in file html_utils.inc, function html_img_href() build an hlink for an image. | |
html_input | in file html_utils.inc, function html_input() This builds an <input> object NOTE: This wrapper automatically calls htmlspecialchars() on the value attribute's data. | |
html_ins | in file html_utils.inc, function html_ins() build a <ins> tag with some content. | |
html_kbd | in file html_utils.inc, function html_kbd() build a <kbd> tag with some content. | |
html_label | in file html_utils.inc, function html_label() build a <label> tag with some content. | |
html_legend | in file html_utils.inc, function html_legend() build a <legend> tag with some content. | |
html_li | in file html_utils.inc, function html_li() build a <LI> tag with some content.. | |
html_link | in file html_utils.inc, function html_link() build a <LINK> tag with some content.. | |
html_map | in file html_utils.inc, function html_map() build a <map> tag with some content. | |
html_meta | in file html_utils.inc, function html_meta() build a <meta> tag.. | |
html_noframes | in file html_utils.inc, function html_noframes() build a <noframes> tag with some content.. | |
html_noscript | in file html_utils.inc, function html_noscript() build a <noscript> tag with some content.. | |
html_object | in file html_utils.inc, function html_object() build a <object> tag with some content.. | |
html_ol | in file html_utils.inc, function html_ol() build a <OL> tag with some content.. | |
html_optgroup | in file html_utils.inc, function html_optgroup() build a <OPTGROUP> tag with some content.. | |
html_option | in file html_utils.inc, function html_option() build a <OPTION> tag with some content.. | |
html_p | in file html_utils.inc, function html_p() build a <p> tag. | |
html_param | in file html_utils.inc, function html_param() build a <param> tag. | |
html_pre | in file html_utils.inc, function html_pre() build a | |
html_q | in file html_utils.inc, function html_q() build a <q> tag with some content.. | |
html_samp | in file html_utils.inc, function html_samp() build a <samp> tag with some content.. | |
html_script | in file html_utils.inc, function html_script() build a <script> tag with some content.. | |
html_small | in file html_utils.inc, function html_small() build a small <small> tag with content. | |
html_span | in file html_utils.inc, function html_span() build a bold <span> tag with content. | |
html_strong | in file html_utils.inc, function html_strong() build a <strong> tag with some content.. | |
html_style | in file html_utils.inc, function html_style() build a <style> tag with some content. | |
html_sub | in file html_utils.inc, function html_sub() build a <sub> tag with some content.. | |
html_sup | in file html_utils.inc, function html_sup() build a <sup> tag with some content.. | |
html_table | in file html_utils.inc, function html_table() Build a TABLEtag object with some of the attributes set | |
html_tbody | in file html_utils.inc, function html_tbody() build a <tbody> tag with some content.. | |
html_td | in file html_utils.inc, function html_td() build an td tag object with content. | |
html_tfoot | in file html_utils.inc, function html_tfoot() build a <tfoot> tag with content. | |
html_th | in file html_utils.inc, function html_th() build a <th>$header</th> tag. | |
html_thead | in file html_utils.inc, function html_thead() build a <thhead> tag. | |
html_title | in file html_utils.inc, function html_title() build a <title> tag with some content. | |
html_tr | in file html_utils.inc, function html_tr() build a <tr> tag and contents | |
html_tt | in file html_utils.inc, function html_tt() build a <tt> tag and contents | |
html_u | in file html_utils.inc, function html_u() build a <u> tag and contents | |
html_ul | in file html_utils.inc, function html_ul() build a <UL> tag with content wrapped in an <LI> tag. | |
html_var | in file html_utils.inc, function html_var() build a <var> tag and contents | |
html_xmp | in file html_utils.inc, function html_xmp() build a <xmp> tag with some content.. | |
html_utils.inc | procedural page html_utils.inc | |
HTMLPageClass.inc | procedural page HTMLPageClass.inc | |
-top -
| ||
$indent_flag | in file CSSBuilder.inc, variable CSSBuilder::$indent_flag Flag for pretty (indented) output | |
IFRAMEtag | in file ALLTAGS.inc, class IFRAMEtag <IFRAME> tag class | |
IMAGEsvgtag | in file SVGTAGS.inc, class IMAGEsvgtag <image> SVG tag | |
ImageThumbnailWidget | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::ImageThumbnailWidget() Constructor for this class It just sets the width for the widget. | |
ImageThumbnailWidget | in file ImageThumbnailWidget.inc, class ImageThumbnailWidget This widget creates a N by x visual table of thumbnails. | |
ImageThumbnailWidgetCSS | in file ImageThumbnailWidget.inc, class ImageThumbnailWidgetCSS This class defines the css used by the FooterNav Object. | |
IMGtag | in file ALLTAGS.inc, class IMGtag <IMG> tag class | |
INDENT_LEFT_JUSTIFY | in file defines.inc, constant INDENT_LEFT_JUSTIFY | |
INDENT_NICE | in file defines.inc, constant INDENT_NICE Some defines to tell the class what style of indenting of the output the user wants. | |
InfoTable | in file InfoTable.inc, class InfoTable This is a widget class that can build and render data in a nicely formated table with a title, column headers and data | |
InfoTable | in file InfoTable.inc, method InfoTable::InfoTable() The constructor | |
InfoTableCSS | in file InfoTable.inc, class InfoTableCSS This class defines the css used by the FooterNav Object. | |
INPUTtag | in file ALLTAGS.inc, class INPUTtag INPUTtag <INPUT> tag | |
INStag | in file ALLTAGS.inc, class INStag <INS> tag class | |
is_action_checked | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::is_action_checked() This function is provided to give the child class the ability to precheck/select a particular column. | |
is_action_enabled | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::is_action_enabled() This function is provided to give the child class the ability to enable/disable a particular checkbox. | |
is_advanced_search_enabled | in file DataList.inc, method DataList::is_advanced_search_enabled() This returns the status of the advanced search flag. | |
is_alphanum | in file FormValidation.inc, method FormValidation::is_alphanum() This function checks if the given string contains alphabetical characters or numbers. | |
is_alphanumstring | in file FormValidation.inc, method FormValidation::is_alphanumstring() This method validates a string as containing only letters and numbers | |
is_ccexp | in file FormValidation.inc, method FormValidation::is_ccexp() This tests a string as a valid credit card expiration date. | |
is_companyname | in file FormValidation.inc, method FormValidation::is_companyname() This validates a string as a valid Company name. | |
is_confirm_password | in file FormValidation.inc, method FormValidation::is_confirm_password() This makes sure that 2 password strings are exactly alike. | |
is_countrycode | in file FormValidation.inc, method FormValidation::is_countrycode() This validates a string as a valid "country code" which is a 2 alphanumerical character string | |
is_date | in file FormValidation.inc, method FormValidation::is_date() This validates a atring as a valid date format You can provide a seperator string that seperates the fields | |
is_dateday | in file FormValidation.inc, method FormValidation::is_dateday() This validates a string as a valid day of a month It has to be greater then 0 and less then 31 | |
is_datemonth | in file FormValidation.inc, method FormValidation::is_datemonth() This validates a string as a valid month of the year between 1 and 12 inclusive is_datemonth - checks whether its a proper month | |
is_datetime | in file FormValidation.inc, method FormValidation::is_datetime() This validates an array of values as a valid date time | |
is_dateyear | in file FormValidation.inc, method FormValidation::is_dateyear() See if the year is within 1800 and 3000 | |
is_disabled | in file FormElement.inc, method FormElement::is_disabled() Returns the elements disabled state | |
is_domainname | in file FormValidation.inc, method FormValidation::is_domainname() This method validates a string for a valid hostname for a machine. | |
is_email | in file FormValidation.inc, method FormValidation::is_email() This function validates a single email address. | |
is_firstname | in file FormValidation.inc, method FormValidation::is_firstname() This is just a wrapper for | |
is_float | in file FormValidation.inc, method FormValidation::is_float() This method validates a string as a valid float formatted number. x.xx | |
is_higherzeronumber | in file FormValidation.inc, method FormValidation::is_higherzeronumber() This method validates a string as a number greater then 0. | |
is_host | in file FormValidation.inc, method FormValidation::is_host() no comment | |
is_hostemail | in file FormValidation.inc, method FormValidation::is_hostemail() This method tests a string as a valid hostname value or a valid email string | |
is_hostip | in file FormValidation.inc, method FormValidation::is_hostip() This method tries to validate a string as a valid IP address or a hostname | |
is_hostlist | in file FormValidation.inc, method FormValidation::is_hostlist() no comment | |
is_hostname | in file FormValidation.inc, method FormValidation::is_hostname() This is just a wrapper for is_domainname | |
is_ip | in file FormValidation.inc, method FormValidation::is_ip() This validates a string as an IP address This should work with either IPv4 or IPv6 | |
is_lastname | in file FormValidation.inc, method FormValidation::is_lastname() This is just a wrapper for | |
is_last_page | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::is_last_page() Is thie offset for the last page? | |
is_leapyear | in file FormValidation.inc, method FormValidation::is_leapyear() This method validates a string as a leap year. | |
is_manyemails | in file FormValidation.inc, method FormValidation::is_manyemails() This function tests a string that may contain many email addresses seperated by commas | |
is_money | in file FormValidation.inc, method FormValidation::is_money() This method tests a string to make sure it is in a valid money format. | |
is_name | in file FormValidation.inc, method FormValidation::is_name() This validates a string as a valid proper name. | |
is_notempty | in file FormValidation.inc, method FormValidation::is_notempty() This function makes sure the data is not empty | |
is_num | in file FormValidation.inc, method FormValidation::is_num() This function checks if the given string contains numerical digit characters. | |
is_number | in file FormValidation.inc, method FormValidation::is_number() This tests a string to make sure it is a valid number. | |
is_partial_domainname | in file FormValidation.inc, method FormValidation::is_partial_domainname() This method validates a string for a valid partial hostname for a machine. | |
is_partial_ip | in file FormValidation.inc, method FormValidation::is_partial_ip() This validates a string as a portion of an IP address. | |
is_password | in file FormValidation.inc, method FormValidation::is_password() This tries to validate a string as a password It can't be empty and has to be less then VALIDATE_MAXSIZE characters in length | |
is_path | in file FormValidation.inc, method FormValidation::is_path() This method validates a string as a path to a file. | |
is_price | in file FormValidation.inc, method FormValidation::is_price() This method tries to validate a string as a valid price. It can't be zero (a la free!) | |
is_range | in file FormValidation.inc, method FormValidation::is_range() is_range | |
is_required | in file FormElement.inc, method FormElement::is_required() Returns whether this elements final value cannot be empty | |
is_search_enabled | in file DataList.inc, method DataList::is_search_enabled() get the status of the search ability. | |
is_standalone_hostname | in file FormValidation.inc, method FormValidation::is_standalone_hostname() this method tests to see if this is a valid hostname value minus the domain name portion. | |
is_strict_url | in file FormValidation.inc, method FormValidation::is_strict_url() This method validates a strict url. | |
is_time | in file FormValidation.inc, method FormValidation::is_time() This validates an array of fields as a valid time of the day | |
is_title | in file FormValidation.inc, method FormValidation::is_title() Validate if the string is a good candidate to become an Title | |
is_url | in file FormValidation.inc, method FormValidation::is_url() This method validates a string as a valid url It inclues the prefix, hostname/ip, port number and path. | |
is_urlpath | in file FormValidation.inc, method FormValidation::is_urlpath() This method validates a string as a valid url path to a file | |
is_username | in file FormValidation.inc, method FormValidation::is_username() This method tests to see if a string value | |
is_valid_domain | in file FormValidation.inc, method FormValidation::is_valid_domain() Validate domain Will check if a domain is valid | |
is_within_range | in file FormValidation.inc, method FormValidation::is_within_range() This method makes sure a value lies within a given range of values. | |
is_zero_onehundred | in file FormValidation.inc, method FormValidation::is_zero_onehundred() This validates a string as a valid number between 0 and 100 | |
is_zip | in file FormValidation.inc, method FormValidation::is_zip() This validates a string as a valid zipcode | |
Itag | in file ALLTAGS.inc, class Itag <I> tag class | |
items_per_page | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::items_per_page() Calculate the # of items on a page. | |
item_index | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::item_index() Calculate the item # for the offset. | |
InfoTable.php | procedural page InfoTable.php | |
ImageThumbnailWidget.inc | procedural page ImageThumbnailWidget.inc | |
InfoTable.inc | procedural page InfoTable.inc | |
-top -
| ||
join_clauses | in file SQLDataListSource.inc, method SQLDataListSource::join_clauses() | |
-top -
| ||
KBDtag | in file ALLTAGS.inc, class KBDtag <KBD> tag class | |
-top -
| ||
local_includes.inc | procedural page local_includes.inc | |
LABELtag | in file ALLTAGS.inc, class LABELtag <LABEL> tag class | |
LeftBlockPage | in file example4.php, class LeftBlockPage | |
left_block | in file example3.php, method MyLayoutPage::left_block() this function returns the contents of the left block. It is already wrapped in a TD | |
left_block | in file example4.php, method LeftBlockPage::left_block() this function returns the contents of the left block. It is already wrapped in a TD | |
LEGENDtag | in file ALLTAGS.inc, class LEGENDtag <LEGEND> tag class | |
LINEARGRADIENTsvgtag | in file SVGTAGS.inc, class LINEARGRADIENTsvgtag <linearGradient> SVG tag | |
LINEsvgtag | in file SVGTAGS.inc, class LINEsvgtag <line> SVG tag | |
LINKtag | in file ALLTAGS.inc, class LINKtag <LINK> tag class | |
ListAction | in file ListAction.inc, class ListAction A class for showing a list of items to preform an action on | |
LItag | in file ALLTAGS.inc, class LItag <LI> tag class | |
ListAction.inc | procedural page ListAction.inc | |
-top -
| ||
MyLayoutPage.inc | procedural page MyLayoutPage.inc | |
misc.inc | procedural page misc.inc | |
mailto | in file html_utils.inc, function mailto() build a mailto url link . | |
main_block | in file example3.php, method MyLayoutPage::main_block() We override this method to automatically break up the main block into a left block and a right block | |
MAPtag | in file ALLTAGS.inc, class MAPtag <MAP> tag class | |
MARKERsvgtag | in file SVGTAGS.inc, class MARKERsvgtag <maker> SVG tag | |
MASKsvgtag | in file SVGTAGS.inc, class MASKsvgtag <mask> SVG tag | |
METADATAsvgtag | in file SVGTAGS.inc, class METADATAsvgtag <metadata> SVG tag | |
METAtag | in file ALLTAGS.inc, class METAtag <META> tag class | |
MISSINGGLYPHsvgtag | in file SVGTAGS.inc, class MISSINGGLYPHsvgtag <missing-glyph> SVG tag | |
MPATHsvgtag | in file SVGTAGS.inc, class MPATHsvgtag <mpath> SVG tag | |
MyLayoutPage | in file example3.php, class MyLayoutPage This class is used to build content for an entire page. It uses the HTMLPageClass widget from phphtmllib to render the final output. | |
MyLayoutPage | in file example3.php, method MyLayoutPage::MyLayoutPage() This is the constructor. | |
misc_utils.inc | procedural page misc_utils.inc | |
-top -
| ||
NavTable | in file NavTable.inc, class NavTable This builds a navigational table widget that has a title, any # of subtitles and then navigational links. | |
NavTable | in file NavTable.inc, method NavTable::NavTable() the constructor for this class. | |
NavTableCSS | in file NavTable.inc, class NavTableCSS This class defines the css used by the FooterNav Object. | |
NOBRtag | in file ALLTAGS.inc, class NOBRtag <NOBR> tag class | |
NOFRAMEStag | in file ALLTAGS.inc, class NOFRAMEStag <NOFRAMES> tag class | |
NOOPtag | in file WMLTAGS.inc, class NOOPtag <NOOP> tag class | |
NOSCRIPTtag | in file ALLTAGS.inc, class NOSCRIPTtag <NOSCRIPT> tag class | |
NOT_SEARCHABLE | in file DataList.inc, constant NOT_SEARCHABLE | |
NOT_SORTABLE | in file DataList.inc, constant NOT_SORTABLE | |
numrows | in file DataList.inc, method DataList::numrows() This function returns the number of rows that the query found. | |
num_items_on_page | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::num_items_on_page() Calculate the # of items to on a particular page. | |
num_pages | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::num_pages() Calculate the number of | |
NavTable.php | procedural page NavTable.php | |
NavTable.inc | procedural page NavTable.inc | |
-top -
| ||
OBJECTtag | in file ALLTAGS.inc, class OBJECTtag <OBJECT> tag class | |
offset | in file DataList.inc, method DataList::offset() This function returns the current value of the offset variable. This is an offset into the query return data set. | |
offset | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::offset() Get the current value of the offset var | |
OLtag | in file ALLTAGS.inc, class OLtag <OL> tag class | |
onBlur | in file FormElement.inc, method FormElement::onBlur() This function return the javaScript code for an onBlur event | |
onClick | in file FormElement.inc, method FormElement::onClick() This function return the javaScript code for an onClick event | |
onClick | in file FEButton.inc, method FESubmitButton::onClick() This function return the javaScript code for an onSubmit event | |
onClick | in file FEButton.inc, method FEButton::onClick() This function return the javaScript code for an onClick event | |
ONEVENTtag | in file WMLTAGS.inc, class ONEVENTtag <ONEVENT> tag class | |
onFocus | in file FormElement.inc, method FormElement::onFocus() This function return the javaScript code for an onFocus event | |
onSubmit | in file FormElement.inc, method FormElement::onSubmit() This function return the javaScript code for an onSubmit event | |
OPTGROUPtag | in file ALLTAGS.inc, class OPTGROUPtag <OPTGROUP> tag class | |
OPTIONtag | in file ALLTAGS.inc, class OPTIONtag <OPTION> tag class | |
orderby | in file DataList.inc, method DataList::orderby() This function returns the value of the current orderby variable. | |
-top -
| ||
PageWidget | in file PageWidget.inc, class PageWidget This class is used to build content for an entire page. It uses the HTMLPageClass widget from phphtmllib to render the final output. | |
PageWidget | in file PageWidget.inc, method PageWidget::PageWidget() Constructor: | |
PARAMtag | in file ALLTAGS.inc, class PARAMtag <PARAM> tag class | |
password | in file FEPassword.inc, method FEConfirmPassword::password() use this function to add the FEPassword object that we want to confirm. | |
PATHsvgtag | in file SVGTAGS.inc, class PATHsvgtag <path> SVG tag | |
PATTERNsvgtag | in file SVGTAGS.inc, class PATTERNsvgtag <pattern> SVG tag | |
pearmysqllist | in file widget6.php, class pearmysqllist This is an example that shows how to use a PEAR db object as the source for the data to show. | |
PEARSQLDataListSource | in file PEARSQLDataListSource.inc, class PEARSQLDataListSource This SQLDataListSource child class interacts with with the specific DB via the php PEAR DB abstraction objects. | |
PEARSQLDataListSource | in file PEARSQLDataListSource.inc, method PEARSQLDataListSource::PEARSQLDataListSource() The constructor is used to pass in the PEAR DB object that has already been created and connected to the db. | |
phphtmllib_get_version | in file version.inc, function phphtmllib_get_version() get the current version of the phphtmllib libraries. | |
PHPHTMLLIB_VERSION | in file version.inc, constant PHPHTMLLIB_VERSION This is the version of the libs | |
POLYGONsvgtag | in file SVGTAGS.inc, class POLYGONsvgtag <polygon> SVG tag | |
POLYLINEsvgtag | in file SVGTAGS.inc, class POLYLINEsvgtag <polyline> SVG tag | |
POSTFIELDtag | in file WMLTAGS.inc, class POSTFIELDtag <POSTFIELD> tag class | |
PREtag | in file ALLTAGS.inc, class PREtag <PRE> tag class | |
PREVtag | in file WMLTAGS.inc, class PREVtag <PREV> tag class | |
pre_confirm | in file FormContent.inc, method FormContent::pre_confirm() This method allows this class to do any data munging prior to the form_confirm method being called @ render time. | |
Ptag | in file ALLTAGS.inc, class Ptag <P> tag class | |
push | in file TreeNav.inc, method TreeNav::push() | |
push | in file TextNav.inc, method TextNav::push() depricated version of add() | |
push | in file TextCSSNav.inc, method TextCSSNav::push() depricated version of add() | |
push | in file NavTable.inc, method NavTable::push() depricated version of add() | |
push | in file ContainerClass.inc, method Container::push() Same as add(). | |
push | in file HTMLPageClass.inc, method HTMLPageClass::push() Same as add() | |
push | in file FooterNav.inc, method FooterNav::push() add an entry to the footer nav. | |
push | in file ALLTAGS.inc, method TRtag::push() Same ass add() | |
push | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::push() | |
push | in file XMLDocumentClass.inc, method XMLDocumentClass::push() Same as add(). | |
push_args | in file misc_utils.inc, function push_args() This function pushes an array of keys into an HTMLTagObject | |
push_blank | in file TreeNav.inc, method TreeNav::push_blank() | |
push_blank | in file TextCSSNav.inc, method TextCSSNav::push_blank() depricated version of add_blank() | |
push_blank | in file NavTable.inc, method NavTable::push_blank() depricated version of add_blank() | |
push_blank | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::push_blank() | |
push_blank | in file TextNav.inc, method TextNav::push_blank() depricated version of add_blank() | |
push_css_link | in file HTMLPageClass.inc, method HTMLPageClass::push_css_link() Same ass add_css_link() | |
push_heading | in file NavTable.inc, method NavTable::push_heading() depricated version of add_heading() | |
push_head_content | in file HTMLPageClass.inc, method HTMLPageClass::push_head_content() Same ass add_head_content() | |
push_head_js | in file HTMLPageClass.inc, method HTMLPageClass::push_head_js() Same ass add_head_js() | |
push_js_link | in file HTMLPageClass.inc, method HTMLPageClass::push_js_link() pushes an link to an externally referenced javascript file, which will get rendered in the head. | |
push_reference | in file XMLDocumentClass.inc, method XMLDocumentClass::push_reference() Same as add_reference NOTE : only exists for compatibility with 1.1.x | |
push_reference | in file HTMLPageClass.inc, method HTMLPageClass::push_reference() Same as add() | |
push_reference | in file ALLTAGS.inc, method TRtag::push_reference() Same ass add_reference() | |
push_reference | in file ContainerClass.inc, method Container::push_reference() Same as add_reference NOTE : only exists for compatibility with 1.1.x | |
push_row | in file ALLTAGS.inc, method TABLEtag::push_row() Same ass add_row() | |
push_text | in file NavTable.inc, method NavTable::push_text() depricated version of add_text() | |
push_text | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::push_text() | |
push_text | in file TreeNav.inc, method TreeNav::push_text() | |
push_text | in file TextCSSNav.inc, method TextCSSNav::push_text() depricated version of add_text() | |
push_text | in file TextNav.inc, method TextNav::push_text() depricated version of add_text() | |
PEARSQLDataListSource.inc | procedural page PEARSQLDataListSource.inc | |
PageWidget.inc | procedural page PageWidget.inc | |
-top -
| ||
Qtag | in file ALLTAGS.inc, class Qtag <Q> tag class | |
query | in file DataListSource.inc, method DataListSource::query() The main Query function. | |
-top -
| ||
$root_name | in file XMLDocumentClass.inc, variable XMLDocumentClass::$root_name Holds the name of the root xml | |
RADIALGRADIENTsvgtag | in file SVGTAGS.inc, class RADIALGRADIENTsvgtag <radialGradient> SVG tag | |
RECTsvgtag | in file SVGTAGS.inc, class RECTsvgtag <rect> SVG tag | |
REFRESHtag | in file WMLTAGS.inc, class REFRESHtag <REFRESH> tag class | |
render | in file RoundTitleTable.inc, method RoundTitleTable::render() Render the Navtable and its content. | |
render | in file HTMLTagClass.inc, method HTMLTagClass::render() Renders the tag, attributes, content and close tag. | |
render | in file ActiveTab.inc, method ActiveTab::render() | |
render | in file NavTable.inc, method NavTable::render() Render the Navtable and its content. | |
render | in file InfoTable.inc, method InfoTable::render() This function renders the object. | |
render | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::render() Render the entire widget. this includes the page offset links, as well as the thumbnails. | |
render | in file TextCSSNav.inc, method TextCSSNav::render() function that will render the widget. | |
render | in file XMLDocumentClass.inc, method XMLDocumentClass::render() function that will render the XML Document. | |
render | in file XMLTagClass.inc, method XMLTagClass::render() This function is responsible for rendering the tag and its contents | |
render | in file VerticalCSSNavTable.inc, method VerticalCSSNavTable::render() function that will render the widget. | |
render | in file TreeNav.inc, method TreeNav::render() function that will render the widget. | |
render | in file TextNav.inc, method TextNav::render() function that will render the widget. | |
render | in file HTMLPageClass.inc, method HTMLPageClass::render() render the page. | |
render | in file PageWidget.inc, method PageWidget::render() This is the function that renders the HTML for this widget. | |
render | in file FooterNav.inc, method FooterNav::render() render the code for this widget. | |
render | in file DataList.inc, method DataList::render() This function renders the final | |
render | in file CSSBuilder.inc, method CSSBuilder::render() The render method for compatibility with the rest of the phphtmllib api | |
render | in file FormProcessor.inc, method FormProcessor::render() This method is called to render the form's html | |
render | in file ContainerClass.inc, method Container::render() This function is compatible with the rest of the phpHtmllib API spec. | |
render_confirm | in file FormProcessor.inc, method FormProcessor::render_confirm() This function renders the confirmation page. This page sits in between the front end form, and the action handler. | |
render_error | in file FormProcessor.inc, method FormProcessor::render_error() This renders the error table and then the form with the fields | |
render_form | in file FormProcessor.inc, method FormProcessor::render_form() This renders the form | |
reset_attributes | in file XMLTagClass.inc, method XMLTagClass::reset_attributes() clear all attributes and start with new attributes | |
reset_content | in file XMLDocumentClass.inc, method XMLDocumentClass::reset_content() we override this class to make sure we push all content inside the local _xml_obj tag | |
reset_content | in file ContainerClass.inc, method Container::reset_content() destroy existing content and start with new content. | |
reverseorder | in file DataList.inc, method DataList::reverseorder() This function returns the current value of the reverse order member variable. | |
RoundTitleTable | in file RoundTitleTable.inc, class RoundTitleTable This builds a table widget that has a nice rounded title, a subtitle area and any amount of data. | |
RoundTitleTable | in file RoundTitleTable.inc, method RoundTitleTable::RoundTitleTable() the constructor for this class. | |
RoundTitleTableCSS | in file RoundTitleTable.inc, class RoundTitleTableCSS This class defines the css used by the RoundTitleTable Object. | |
rows_per_page | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::rows_per_page() Calculates the # of rows per page possible. | |
RoundTitleTable.inc | procedural page RoundTitleTable.inc | |
-top -
| ||
StandardFormContent.inc | procedural page StandardFormContent.inc | |
SAMPtag | in file ALLTAGS.inc, class SAMPtag <SAMP> tag class | |
save_checked_items | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::save_checked_items() set the flag to tell the object to | |
SCRIPTsvgtag | in file SVGTAGS.inc, class SCRIPTsvgtag <script> SVG tag | |
SCRIPTtag | in file ALLTAGS.inc, class SCRIPTtag <SCRIPT> tag class | |
SEARCHABLE | in file DataList.inc, constant SEARCHABLE | |
SEARCH_ALL | in file DataList.inc, constant SEARCH_ALL | |
SEARCH_BEGINS_WITH | in file DataList.inc, constant SEARCH_BEGINS_WITH | |
SEARCH_CONTAINS | in file DataList.inc, constant SEARCH_CONTAINS | |
search_disable | in file DataList.inc, method DataList::search_disable() Disable the search ability. | |
search_enable | in file DataList.inc, method DataList::search_enable() Enable the search ability. | |
SEARCH_ENDS_WITH | in file DataList.inc, constant SEARCH_ENDS_WITH | |
SEARCH_EXACT | in file DataList.inc, constant SEARCH_EXACT | |
search_field | in file DataList.inc, method DataList::search_field() returns the current value of the search field name | |
search_type | in file DataList.inc, method DataList::search_type() returns the type of search being used | |
search_value | in file DataList.inc, method DataList::search_value() returns the current value of te search field value. | |
search_value_filter | in file SQLDataListSource.inc, method SQLDataListSource::search_value_filter() This function does the variable cleaning that is required to use a search value in a sql query | |
search_value_filter | in file DataList.inc, method DataList::search_value_filter() This function is used to make safe any query string value that is used | |
selected_background | in file ActiveTab.inc, method ActiveTab::selected_background() Thie method is used to change the selected tab's | |
SELECTtag | in file ALLTAGS.inc, class SELECTtag <SELECT> tag class | |
SETsvgtag | in file SVGTAGS.inc, class SETsvgtag <set> SVG tag | |
setup_columns | in file DataList.inc, method DataList::setup_columns() | |
setup_db_options | in file SQLDataListSource.inc, method SQLDataListSource::setup_db_options() Set which DB options to use for this list. | |
setup_order | in file SQLDataListSource.inc, method SQLDataListSource::setup_order() This function builds the orderby clause for the DB query. | |
SETVARtag | in file WMLTAGS.inc, class SETVARtag <SETVAR> tag class | |
set_action | in file FormContent.inc, method FormContent::set_action() Save the action for the form | |
set_actionbar | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::set_actionbar() This allows the caller to turn on/off the rendering of the bottom action bar row | |
set_action_message | in file FormContent.inc, method FormContent::set_action_message() This sets the action message. | |
set_action_name | in file ListAction.inc, method ListAction::set_action_name() Set the name of the action | |
set_align | in file ListAction.inc, method ListAction::set_align() this function is used to set the overall alignment of the widget | |
set_align | in file BaseWidget.inc, method BaseWidget::set_align() This function sets the align attribute for the outer table. | |
set_align | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::set_align() this function is used to set the overall alignment of the widget | |
set_attribute | in file FormElement.inc, method FormElement::set_attribute() add a single attribute (name="value") | |
set_body_attributes | in file HTMLPageClass.inc, method HTMLPageClass::set_body_attributes() set attributes of body tag | |
set_cancel_action | in file FormContent.inc, method FormContent::set_cancel_action() This method sets the javasript action | |
set_cancel_url | in file ListAction.inc, method ListAction::set_cancel_url() This sets the url to post to when a cancel/no action is clicked | |
set_cellpadding | in file InfoTable.inc, method InfoTable::set_cellpadding() This sets the cellpadding attribute for this object. | |
set_cellspacing | in file InfoTable.inc, method InfoTable::set_cellspacing() This sets the cellspacing attribute for this object. | |
set_cell_attributes | in file ALLTAGS.inc, method TABLEtag::set_cell_attributes() update the attributes of a particular element or td. | |
set_cell_content | in file ALLTAGS.inc, method TABLEtag::set_cell_content() | |
set_charset | in file HTMLPageClass.inc, method HTMLPageClass::set_charset() set the character set | |
set_class | in file HTMLTagClass.inc, method HTMLTagClass::set_class() This function is a shorthand helper to setting the class attribute on a tag. | |
set_class | in file WMLTAGS.inc, method WMLTagClass::set_class() This function is a shorthand helper to setting the class attribute on a tag. | |
set_class | in file SVGTAGS.inc, method SVGTagClass::set_class() This function is a shorthand helper to setting the 'class' attribute on a tag. | |
set_collapse | in file ContainerClass.inc, method Container::set_collapse() This function turns on the collapse flag | |
set_collapse | in file XMLTagClass.inc, method XMLTagClass::set_collapse() This function turns on the collapse flag | |
set_cols | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::set_cols() set how many columns the user wants to display per row of thumbnails. | |
set_company_name | in file FooterNav.inc, method FooterNav::set_company_name() set the company name for the copyright statement. | |
set_confirm | in file FormContent.inc, method FormContent::set_confirm() This sets the $this->_has_confirmation | |
set_copyright_flag | in file FooterNav.inc, method FooterNav::set_copyright_flag() set/unset the flag to tell us to render the copyright string | |
set_count_column | in file SQLDataListSource.inc, method SQLDataListSource::set_count_column() This function changes the counted column. | |
set_data_source | in file DataList.inc, method DataList::set_data_source() This function is used to set the DataListSource object for this instance | |
set_date_string | in file FooterNav.inc, method FooterNav::set_date_string() set the date string for the copyright. | |
set_db_groupby_clause | in file SQLDataListSource.inc, method SQLDataListSource::set_db_groupby_clause() Sets the groupby clause for the query | |
set_db_object | in file PEARSQLDataListSource.inc, method PEARSQLDataListSource::set_db_object() Set the DB object we will use to talk to the DB. | |
set_db_object | in file ADODBSQLDataListSource.inc, method ADODBSQLDataListSource::set_db_object() Set the DB object we will use to talk to the DB. | |
set_db_tables | in file SQLDataListSource.inc, method SQLDataListSource::set_db_tables() Set the tables from the DB you want to select on. | |
set_db_values | in file SQLDataListSource.inc, method SQLDataListSource::set_db_values() Set the values we want to select from the db. | |
set_db_where_clause | in file SQLDataListSource.inc, method SQLDataListSource::set_db_where_clause() Set the user portion of the where clause. | |
set_default_checked_items | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::set_default_checked_items() This function is used to set the default list | |
set_default_col_attributes | in file ALLTAGS.inc, method TABLEtag::set_default_col_attributes() Sets the default attributes for <td>'s that are added to the table. If there are any attributes set for the <td> it won't use the defaults. | |
set_default_css | in file FormContent.inc, method FormContent::set_default_css() This function is used to set the | |
set_default_num_rows | in file DataList.inc, method DataList::set_default_num_rows() This function sets the default # of rows per page to display. By default its 10. | |
set_default_row_attributes | in file ALLTAGS.inc, method TABLEtag::set_default_row_attributes() Sets the default attributes for <tr>'s that are added to the table. If there are any attributes set for the <tr> it won't use the defaults. | |
set_default_td_attributes | in file ALLTAGS.inc, method TRtag::set_default_td_attributes() Sets the default attributes for <td>'s that are added to the table. If there are any attributes set for the <td> it won't use the defaults. | |
set_disabled | in file FormElement.inc, method FormElement::set_disabled() Sets the disabled element flag | |
set_doctype_link | in file XMLDocumentClass.inc, method XMLDocumentClass::set_doctype_link() This method is used to set the link attributes | |
set_doctype_source | in file XMLDocumentClass.inc, method XMLDocumentClass::set_doctype_source() this function is used to change the DOCTYPE tag's source attribute. By default it is set to SYSTEM. | |
set_element_value | in file FormContent.inc, method FormContent::set_element_value() This method is used to set the value for a non hidden element | |
set_encoding | in file XMLDocumentClass.inc, method XMLDocumentClass::set_encoding() set the character set | |
set_error_css | in file FormContent.inc, method FormContent::set_error_css() This function is used to set the css class that is used on text when an error on that field is detected. | |
set_error_message | in file FormElement.inc, method FormElement::set_error_message() Defines error message text and sets the error flag to true | |
set_filedir | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::set_filedir() Set the full path on disk where the images live. | |
set_form_action | in file DataList.inc, method DataList::set_form_action() Sets the form action | |
set_form_method | in file DataList.inc, method DataList::set_form_method() This function is used to set the form method | |
set_form_name | in file FormContent.inc, method FormContent::set_form_name() ************************** | |
set_form_name | in file DataList.inc, method DataList::set_form_name() This function is used to set the form name | |
set_form_render | in file DataList.inc, method DataList::set_form_render() Sets whether to the output into a form | |
set_form_target | in file DataList.inc, method DataList::set_form_target() This function is used to set the form target | |
set_form_title | in file StandardFormContent.inc, method StandardFormContent::set_form_title() this method sets the form title which is used to wrap the entire form | |
set_form_width | in file FormContent.inc, method FormContent::set_form_width() this method sets the form name | |
set_frameset | in file HTMLPageClass.inc, method HTMLPageClass::set_frameset() This function is used to set the FRAMSETtag object for this page. This automatically sets the output for this page object to be a frameset. | |
set_global_prefix | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::set_global_prefix() This function sets a prefix for all variables that are used in the item list table on a page. This allows you to have multiple itemlists on a single html page. | |
set_global_prefix | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::set_global_prefix() This function sets a prefix for all variables that are used in the item list table on a page. This allows you to have multiple itemlists on a single html page. | |
set_global_prefix | in file DataList.inc, method DataList::set_global_prefix() This function sets a prefix for all variables that are used in the item list table on a page. This allows you to have multiple itemlists on a single html page. | |
set_header_flag | in file CSSBuilder.inc, method CSSBuilder::set_header_flag() This is used to set/update the header flag. | |
set_hidden_element_value | in file FormContent.inc, method FormContent::set_hidden_element_value() This method is used to set the value for a hidden element | |
set_html_attributes | in file HTMLPageClass.inc, method HTMLPageClass::set_html_attributes() This function sets the attributes for the <html> tag | |
set_http_content_type | in file XMLDocumentClass.inc, method XMLDocumentClass::set_http_content_type() This function is used to set the http header content-type for output to browsers | |
set_id | in file SVGTAGS.inc, method SVGTagClass::set_id() This function is a shorthand helper to setting the id attribute on a tag. | |
set_id | in file HTMLTagClass.inc, method HTMLTagClass::set_id() This function is a shorthand helper to setting the id attribute on a tag. | |
set_id | in file WMLTAGS.inc, method WMLTagClass::set_id() This function is a shorthand helper to setting the id attribute on a tag. | |
set_image_path | in file DataList.inc, method DataList::set_image_path() This function returns the path to the images used in this class | |
set_indent_flag | in file ContainerClass.inc, method Container::set_indent_flag() function to set the indent flag | |
set_item_name | in file ListAction.inc, method ListAction::set_item_name() Set the name of the deleted items | |
set_label_text | in file FormElement.inc, method FormElement::set_label_text() This function will set the label for the element | |
set_legalnotice_url | in file FooterNav.inc, method FooterNav::set_legalnotice_url() set the legal notice url. | |
set_limit | in file DataListSource.inc, method DataListSource::set_limit() This function is used to set | |
set_maxthumbs_per_page | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::set_maxthumbs_per_page() set how many thumbnails to display per page. | |
set_max_rows | in file DataList.inc, method DataList::set_max_rows() This sets the maximum # of rows to display when in expand mode | |
set_newline_after_closetag | in file XMLTagClass.inc, method XMLTagClass::set_newline_after_closetag() set the newline_after_content flag | |
set_newline_after_opentag | in file XMLTagClass.inc, method XMLTagClass::set_newline_after_opentag() set the newline_after_opentag flag | |
set_not_found_message | in file DataListSource.inc, method DataListSource::set_not_found_message() This function is used to set the message displayed when no data is found | |
set_not_found_message | in file DataList.inc, method DataList::set_not_found_message() This function is used to set the message displayed when no data is found | |
set_numrows | in file DataList.inc, method DataList::set_numrows() This function sets the # of rows to display per page. | |
set_offset | in file DataList.inc, method DataList::set_offset() This function is used to set/change the offset for this list. | |
set_offset | in file DataListSource.inc, method DataListSource::set_offset() This sets the offset value and resets the index into the data array (in non DB children) | |
set_orderby | in file DataListSource.inc, method DataListSource::set_orderby() This sets the orderby column name. | |
set_prefix | in file TextCSSNav.inc, method TextCSSNav::set_prefix() This method is used to set the prefix for | |
set_privacypolicy_url | in file FooterNav.inc, method FooterNav::set_privacypolicy_url() sets the Privacy policy url. | |
set_refresh | in file HTMLPageClass.inc, method HTMLPageClass::set_refresh() Automatically set a page meta tag refresh | |
set_render_form_after_success | in file FormProcessor.inc, method FormProcessor::set_render_form_after_success() This function turns on the ability to | |
set_required | in file FormElement.inc, method FormElement::set_required() This function set the elements required state | |
set_reverseorder | in file DataList.inc, method DataList::set_reverseorder() This function sets the reverse order flag to a new value. | |
set_reverseorder | in file DataListSource.inc, method DataListSource::set_reverseorder() This sets the flag that tells us the direction in which to order the orderby column. | |
set_root_attribute | in file XMLDocumentClass.inc, method XMLDocumentClass::set_root_attribute() This sets 1 root tag attribute value pair | |
set_root_attributes | in file XMLDocumentClass.inc, method XMLDocumentClass::set_root_attributes() This function is used to set the root xml tag's attributes | |
set_root_name | in file XMLDocumentClass.inc, method XMLDocumentClass::set_root_name() Set the document name and the root tag's name. | |
set_row_attributes | in file ALLTAGS.inc, method TABLEtag::set_row_attributes() update the attributes of a particular row or tr. | |
set_save_vars | in file DataList.inc, method DataList::set_save_vars() This function sets the save variables that the user/child wants to automatically propogate | |
set_save_vars_Flag | in file ListAction.inc, method ListAction::set_save_vars_Flag() This method sets the flag that tells us to automatically add hidden form fields for all the GET/POST vars passed in to us. | |
set_searchby | in file DataListSource.inc, method DataListSource::set_searchby() This sets the column that we want to search from. | |
set_searchby_value | in file DataListSource.inc, method DataListSource::set_searchby_value() This sets the data that we want to search for. | |
set_search_type | in file DataList.inc, method DataList::set_search_type() This function sets the search type | |
set_search_type | in file DataListSource.inc, method DataListSource::set_search_type() This function sets the search type (simple or advanced) | |
set_selected | in file TreeNav.inc, method TreeNav::set_selected() Set this text as the selected item | |
set_show_results | in file DataList.inc, method DataList::set_show_results() This function is used to set the value of the _show_results_flag | |
set_simplesearch_modifier | in file DataListSource.inc, method DataListSource::set_simplesearch_modifier() This sets the simple search modifier | |
set_simple_search_modifier | in file DataList.inc, method DataList::set_simple_search_modifier() Set the simple search modifyer flag. | |
set_stripslashes | in file FormContent.inc, method FormContent::set_stripslashes() This sets the stripslashes flag for this object. | |
set_style | in file SVGTAGS.inc, method SVGTagClass::set_style() This function is a shorthand helper to setting the 'style' attribute on a tag. | |
set_style | in file HTMLTagClass.inc, method HTMLTagClass::set_style() This function is a shorthand helper to setting the style attribute on a tag. | |
set_style_attribute | in file FormElement.inc, method FormElement::set_style_attribute() Sets elements css attribute | |
set_subtitle | in file RoundTitleTable.inc, method RoundTitleTable::set_subtitle() | |
set_subtitle | in file NavTable.inc, method NavTable::set_subtitle() | |
set_subtitle | in file VerticalCSSNavTable.inc, method VerticalCSSNavTable::set_subtitle() This sets the subtitle | |
set_tag_attribute | in file XMLTagClass.inc, method XMLTagClass::set_tag_attribute() add a single attribute (name="value") | |
set_tag_attributes | in file XMLTagClass.inc, method XMLTagClass::set_tag_attributes() add multiple attributes (name="value") | |
set_tag_name | in file XMLTagClass.inc, method XMLTagClass::set_tag_name() This method sets the name of the tag | |
set_text_debug | in file HTMLPageClass.inc, method HTMLPageClass::set_text_debug() set the $_text_debug flag | |
set_thumbnail_dimensions | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::set_thumbnail_dimensions() Sets all thumnail dimensions. | |
set_thumbnail_script | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::set_thumbnail_script() Set the url for the thumbnail generation script. | |
set_title | in file BaseWidget.inc, method BaseWidget::set_title() Set the title for the widget. | |
set_title | in file FormElement.inc, method FormElement::set_title() Sets elements title text | |
set_title | in file HTMLPageClass.inc, method HTMLPageClass::set_title() set the title of the page output. | |
set_title_text_align | in file InfoTable.inc, method InfoTable::set_title_text_align() this function lets you change the text alignment of the text in the title | |
set_total_rows | in file DataListSource.inc, method DataListSource::set_total_rows() This is used to set the total # of rows we have in our data set | |
set_transform | in file SVGTAGS.inc, method SVGTagClass::set_transform() This function is used to set the 'transform' attribute of a tag. | |
set_urldir | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::set_urldir() Set the base url path where the files live on the web site. | |
set_value | in file FormElement.inc, method FormElement::set_value() This function will set the initial value for the element | |
set_vertical_cellborder | in file InfoTable.inc, method InfoTable::set_vertical_cellborder() this function sets the flag to tell the object to render (or not) the vertical cell borders | |
set_webmaster_email | in file FooterNav.inc, method FooterNav::set_webmaster_email() sets the Webmaster email address if this is set we show the mailto for this email | |
set_width | in file BaseWidget.inc, method BaseWidget::set_width() Set the width for the widget. | |
set_xmlbase | in file SVGTAGS.inc, method SVGTagClass::set_xmlbase() This method is used for setting the SVG common tag attribute of xml:base | |
set_xmllang | in file SVGTAGS.inc, method SVGTagClass::set_xmllang() This method is used for setting the SVG common tag attribute of xml:lang | |
set_xmlspace | in file SVGTAGS.inc, method SVGTagClass::set_xmlspace() This method is used for setting the SVG common tag attribute of xml:space | |
showall | in file DataList.inc, method DataList::showall() returns the current value of the showall flag. This tells us if they want the entire list of data back from the DB. | |
show_actionbar | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::show_actionbar() This function gets the current value of the show actionbar flag setting. | |
show_character_encoding | in file XMLDocumentClass.inc, method XMLDocumentClass::show_character_encoding() method to update the flag that lets us know to show/render the character encoding string in the xml tag or not | |
show_http_header | in file XMLDocumentClass.inc, method XMLDocumentClass::show_http_header() this function is used to set the flag that tells this class to automatically output the content type in the http header | |
SimpleGUIDataList | in file SimpleGUIDataList.inc, class SimpleGUIDataList This object is the base class that can be | |
simple_search_modifier_value | in file DataList.inc, method DataList::simple_search_modifier_value() returns the current value of the simple search modifier | |
simple_search_where_clause | in file SQLDataListSource.inc, method SQLDataListSource::simple_search_where_clause() this builds the search clause | |
SMALLtag | in file ALLTAGS.inc, class SMALLtag <SMALL> tag class | |
sort | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::sort() | |
sort | in file DataListSource.inc, method DataListSource::sort() A generic method API that can be used at the bottom half of the do_query() method to sort data that is stored locally. This is only needed when the source is a non database. | |
SORTABLE | in file DataList.inc, constant SORTABLE Some global defines used | |
SPANtag | in file ALLTAGS.inc, class SPANtag <SPAN> tag class | |
span_font8 | in file font_utils.inc, function span_font8() Build a SPANtag object with css class of .font8. | |
span_font8bold | in file font_utils.inc, function span_font8bold() Build a SPANtag object with css class of .font8bold. | |
span_font10 | in file font_utils.inc, function span_font10() Build a SPANtag object with css class of .font10. | |
span_font10bold | in file font_utils.inc, function span_font10bold() Build a SPANtag object with css class of .font10bold. | |
span_font12 | in file font_utils.inc, function span_font12() Build a SPANtag object with css class of .font12. | |
span_font12bold | in file font_utils.inc, function span_font12bold() Build a SPANtag object with css class of .font12bold. | |
span_font14 | in file font_utils.inc, function span_font14() Build a SPANtag object with css class of .font14. | |
span_font14bold | in file font_utils.inc, function span_font14bold() Build a SPANtag object with css class of .font14bold. | |
SQLDataListSource | in file SQLDataListSource.inc, class SQLDataListSource | |
sql_varchar_filter | in file SQLDataListSource.inc, method SQLDataListSource::sql_varchar_filter() Clean up the string so it can work in a db | |
Stag | in file ALLTAGS.inc, class Stag <S> tag class | |
StandardAccountForm | in file form2.php, class StandardAccountForm A simple Page Layout object child. | |
StandardFormContent | in file StandardFormContent.inc, class StandardFormContent This is a child of the FormContent class to provide a 'standard' look and feel for forms. | |
StandardFormContent | in file StandardFormContent.inc, method StandardFormContent::StandardFormContent() | |
STOPsvgtag | in file SVGTAGS.inc, class STOPsvgtag <stop> SVG tag | |
strip_offset | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::strip_offset() This function strips the offset | |
STRONGtag | in file ALLTAGS.inc, class STRONGtag <STRONG> tag class | |
STYLEsvgtag | in file SVGTAGS.inc, class STYLEsvgtag <style> SVG tag | |
STYLEtag | in file ALLTAGS.inc, class STYLEtag <STYLE> tag class | |
SUBtag | in file ALLTAGS.inc, class SUBtag <SUB> tag class | |
SUPtag | in file ALLTAGS.inc, class SUPtag <SUP> tag class | |
SVGDocumentClass | in file SVGDocumentClass.inc, method SVGDocumentClass::SVGDocumentClass() The constructor to building a SVG document. | |
SVGDocumentClass | in file SVGDocumentClass.inc, class SVGDocumentClass This class lets you build a complete SVG document. | |
SVGsvgtag | in file SVGTAGS.inc, class SVGsvgtag <svg> SVG tag | |
SVGTagClass | in file SVGTAGS.inc, method SVGTagClass::SVGTagClass() The SVGTagClass constructor | |
SVGTagClass | in file SVGTAGS.inc, class SVGTagClass This overrides the WMLTagClass to define some methods that set some commonly used SVG tag attributes. | |
svg_a | in file svg_utils.inc, function svg_a() This function is used to build an SVG <a> tag | |
svg_animate | in file svg_utils.inc, function svg_animate() This function is used to build an SVG <animate> tag | |
svg_circle | in file svg_utils.inc, function svg_circle() This function is used to build an SVG <circle> tag and its common attributes | |
svg_desc | in file svg_utils.inc, function svg_desc() This function is used for building an SVG <desc> tag | |
svg_ellipse | in file svg_utils.inc, function svg_ellipse() This function is used to build an SVG <ellipse> tag and its common attributes | |
svg_font | in file svg_utils.inc, function svg_font() this function builds an SVG <font> tag | |
svg_g | in file svg_utils.inc, function svg_g() This function builds an SVG <g> tag | |
svg_line | in file svg_utils.inc, function svg_line() This function is used for building an SVG <line> tag | |
svg_marker | in file svg_utils.inc, function svg_marker() This function is used for building an SVG <marker> tag | |
svg_polygon | in file svg_utils.inc, function svg_polygon() This function is used for building an SVG <polygon> tag | |
svg_polyline | in file svg_utils.inc, function svg_polyline() This function is used for building an SVG <polyline> tag | |
svg_rect | in file svg_utils.inc, function svg_rect() This function is used to build an SVG <rect> tag and its common attributes | |
svg_script | in file svg_utils.inc, function svg_script() This function creates a <script> tag and wraps the javascript in the appropriate <![CDATA[ JAVASCRIPT ]]> that is required for svg. | |
svg_style | in file svg_utils.inc, function svg_style() This function creates a <script> tag and wraps the javascript in the appropriate <![CDATA[ JAVASCRIPT ]]> that is required for svg. | |
svg_text | in file svg_utils.inc, function svg_text() This function is used to build an SVG <text> tag | |
svg_textpath | in file svg_utils.inc, function svg_textpath() This function is used to build an SVG <textpath> tag. | |
svg_tref | in file svg_utils.inc, function svg_tref() This function is used to build an SVG <tref> tag | |
svg_tspan | in file svg_utils.inc, function svg_tspan() This function is used to build an SVG <tref> tag. | |
SWITCHsvgtag | in file SVGTAGS.inc, class SWITCHsvgtag <switch> SVG tag | |
SXVALIDATE_MAX_HOSTNAME_ELEMENT_LENGTH | in file FormValidation.inc, constant SXVALIDATE_MAX_HOSTNAME_ELEMENT_LENGTH | |
SYMBOLsvgtag | in file SVGTAGS.inc, class SYMBOLsvgtag <symbol> SVG tag | |
SVGTAGS.inc | procedural page SVGTAGS.inc | |
svg_utils.inc | procedural page svg_utils.inc | |
SimpleGUIDataList.inc | procedural page SimpleGUIDataList.inc | |
SQLDataListSource.inc | procedural page SQLDataListSource.inc | |
SVGDocumentClass.inc | procedural page SVGDocumentClass.inc | |
-top -
| ||
$title | in file BaseWidget.inc, variable BaseWidget::$title The title of the table. | |
TABLEtag | in file ALLTAGS.inc, class TABLEtag <TABLE> tag class | |
TBODYtag | in file ALLTAGS.inc, class TBODYtag <TBODY> class. | |
TDtag | in file ALLTAGS.inc, class TDtag Table data <TD> class. | |
TEMPLATEtag | in file WMLTAGS.inc, class TEMPLATEtag <TEMPLATE> tag class | |
test_maxthumbs_per_page | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::test_maxthumbs_per_page() Make sure the maxthumbsperpage isn't > then total items. | |
TEXTAREAtag | in file ALLTAGS.inc, class TEXTAREAtag <TEXTAREA> tag class | |
TextCSSNav | in file TextCSSNav.inc, method TextCSSNav::TextCSSNav() Constructor for this class It just sets the width for the widget. | |
TextCSSNav | in file TextCSSNav.inc, class TextCSSNav This class builds a simple text navigational widget. | |
TextCSSNavCSS | in file TextCSSNav.inc, class TextCSSNavCSS This class defines the css used by the FooterNav Object. | |
TextNav | in file TextNav.inc, class TextNav This class builds a simple text navigational widget. | |
TextNav | in file TextNav.inc, method TextNav::TextNav() Constructor for this class It just sets the width for the widget. | |
TextNavCSS | in file TextNav.inc, class TextNavCSS This class defines the css used by the TextNav Object. | |
TEXTPATHsvgtag | in file SVGTAGS.inc, class TEXTPATHsvgtag <textpath> SVG tag | |
TEXTsvgtag | in file SVGTAGS.inc, class TEXTsvgtag <text> SVG tag | |
TFOOTtag | in file ALLTAGS.inc, class TFOOTtag <TFOOT> tag class | |
THEADtag | in file ALLTAGS.inc, class THEADtag Table Header <THEAD> class. | |
THtag | in file ALLTAGS.inc, class THtag Table Header <TH> class. | |
TIMERtag | in file WMLTAGS.inc, class TIMERtag <TIMER> tag class | |
TITLEsvgtag | in file SVGTAGS.inc, class TITLEsvgtag <title> SVG tag | |
TITLEtag | in file ALLTAGS.inc, class TITLEtag <TITLE> tag class | |
total_items | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::total_items() returns the total # of items we have to display. | |
TreeNav | in file TreeNav.inc, method TreeNav::TreeNav() Constructor for this class It just sets the width for the widget. | |
TreeNav | in file TreeNav.inc, class TreeNav This class tries to build a tree navigational widget. | |
TREFsvgtag | in file SVGTAGS.inc, class TREFsvgtag <tref> SVG tag | |
TRtag | in file ALLTAGS.inc, class TRtag Table Row <TR> class. | |
TSPANsvgtag | in file SVGTAGS.inc, class TSPANsvgtag <tspan> SVG tag | |
TTtag | in file ALLTAGS.inc, class TTtag <TT> tag class | |
TextNav.php | procedural page TextNav.php | |
TreeNav.php | procedural page TreeNav.php | |
TextCSSNav.inc | procedural page TextCSSNav.inc | |
TextNav.inc | procedural page TextNav.inc | |
TreeNav.inc | procedural page TreeNav.inc | |
-top -
| ||
ULtag | in file ALLTAGS.inc, class ULtag <UL> tag class | |
update_all_values | in file CSSBuilder.inc, method CSSBuilder::update_all_values() This function is a macro for walking the entire | |
update_all_values | in file CSSContainer.inc, method CSSContainer::update_all_values() This walks all of the CSSBuilder objects and calls their respective update_all_values method. | |
update_properties | in file CSSBuilder.inc, method CSSBuilder::update_properties() This function updates a css property value for a specific class/id | |
update_property | in file CSSBuilder.inc, method CSSBuilder::update_property() This function updates a css property value for a specific class/id | |
user_setup | in file TextCSSNav.inc, method TextCSSNavCSS::user_setup() | |
user_setup | in file RoundTitleTable.inc, method RoundTitleTableCSS::user_setup() | |
user_setup | in file TextNav.inc, method TextNavCSS::user_setup() | |
user_setup | in file VerticalCSSNavTable.inc, method VerticalCSSNavTableCSS::user_setup() | |
user_setup | in file widget6.php, method pearmysqllist::user_setup() This method is used to setup the options for the DataList object's display. | |
user_setup | in file widget7.php, method csvfilelist::user_setup() | |
user_setup | in file NavTable.inc, method NavTableCSS::user_setup() | |
user_setup | in file FooterNav.inc, method FooterNavCSS::user_setup() | |
user_setup | in file DataList.inc, method DataList::user_setup() A subclass can override this function to setup the class variables after the constructor. The constructor automatically calls this function. | |
user_setup | in file CSSBuilder.inc, method CSSBuilder::user_setup() Call the child class' setup function | |
user_setup | in file DefaultGUIDataList.inc, method DefaultGUIDataListCSS::user_setup() | |
user_setup | in file ActiveTab.inc, method ActiveTabCSS::user_setup() | |
user_setup | in file InfoTable.inc, method InfoTableCSS::user_setup() | |
user_setup | in file ImageThumbnailWidget.inc, method ImageThumbnailWidgetCSS::user_setup() | |
USEsvgtag | in file SVGTAGS.inc, class USEsvgtag <use> SVG tag | |
Utag | in file ALLTAGS.inc, class Utag <U> tag class | |
-top -
| ||
VALID | in file FormValidation.inc, constant VALID | |
validate | in file FEText.inc, method FENumberFloat::validate() This method validates the data for this Form Element. | |
validate | in file FEText.inc, method FEName::validate() This method validates the data for this Form Element. | |
validate | in file FEText.inc, method FENumberPrice::validate() This method validates the data for this Form Element. | |
validate | in file FEText.inc, method FEUrl::validate() This method validates the data for this Form Element. | |
validate | in file FormElement.inc, method FormElement::validate() This function performs the actual validation It is called only if the validation is required by this element | |
validate | in file FEText.inc, method FEIPAddress::validate() This method validates the data for this Form Element. | |
validate | in file FEText.inc, method FEUrlStrict::validate() This method validates the data for this Form Element. | |
validate | in file FEPassword.inc, method FEConfirmPassword::validate() This function performs the actual validation It is called only if the validation is required by this element | |
validate | in file FEDataList.inc, method FEDataList::validate() This function is responsible for performing complete | |
validate | in file FEText.inc, method FEEmailMany::validate() This method validates the data for this Form Element. | |
validate | in file FEPassword.inc, method FEPassword::validate() This function performs the actual validation It is called only if the validation is required by this element | |
validate | in file FEText.inc, method FEEmail::validate() This method validates the data for this Form Element. | |
validate | in file FEText.inc, method FEDomainName::validate() This method validates the data for this Form Element. | |
VALIDATE_EMAIL_LENGTH | in file FormValidation.inc, constant VALIDATE_EMAIL_LENGTH | |
VALIDATE_MAXSIZE | in file FormValidation.inc, constant VALIDATE_MAXSIZE $Id: elementindex.html,v 1.2 2003/02/22 20:55:45 jonen Exp $ | |
VALIDATE_MAX_HOSTNAME_LENGTH | in file FormValidation.inc, constant VALIDATE_MAX_HOSTNAME_LENGTH | |
VARtag | in file ALLTAGS.inc, class VARtag <VAR> tag class | |
version.inc | procedural page version.inc | |
VerticalCSSNavTable | in file VerticalCSSNavTable.inc, class VerticalCSSNavTable This class builds a nice table that conains clickable cells. | |
VerticalCSSNavTable | in file VerticalCSSNavTable.inc, method VerticalCSSNavTable::VerticalCSSNavTable() Constructor for this class It just sets the width for the widget. | |
VerticalCSSNavTableCSS | in file VerticalCSSNavTable.inc, class VerticalCSSNavTableCSS This class defines the css used by the VerticalCSSNavTable Object. | |
VIEWsvgtag | in file SVGTAGS.inc, class VIEWsvgtag <view> SVG tag | |
VKERNsvgtag | in file SVGTAGS.inc, class VKERNsvgtag <vkern> SVG tag | |
VerticalCSSNavTable.inc | procedural page VerticalCSSNavTable.inc | |
-top -
| ||
$width | in file BaseWidget.inc, variable BaseWidget::$width the width of the widget | |
widget1.php | procedural page widget1.php | |
widget2.php | procedural page widget2.php | |
widget3.php | procedural page widget3.php | |
widget4.php | procedural page widget4.php | |
widget5.php | procedural page widget5.php | |
widget6.php | procedural page widget6.php | |
widget7.php | procedural page widget7.php | |
widget8.php | procedural page widget8.php | |
widget9.php | procedural page widget9.php | |
widget100.php | procedural page widget100.php | |
widget101.php | procedural page widget101.php | |
WMLTAGS.inc | procedural page WMLTAGS.inc | |
wml_utils.inc | procedural page wml_utils.inc | |
WMLDocumentClass.inc | procedural page WMLDocumentClass.inc | |
WMLDocumentClass | in file WMLDocumentClass.inc, method WMLDocumentClass::WMLDocumentClass() | |
WMLDocumentClass | in file WMLDocumentClass.inc, class WMLDocumentClass This class lets you build a complete WML document and render it | |
WMLtag | in file WMLTAGS.inc, class WMLtag <WML> tag class | |
WMLTagClass | in file WMLTAGS.inc, method WMLTagClass::WMLTagClass() | |
WMLTagClass | in file WMLTAGS.inc, class WMLTagClass Base class for all WML Tag classes. | |
wml_a | in file wml_utils.inc, function wml_a() build an href with content and attributes. | |
wml_access | in file wml_utils.inc, function wml_access() this function builds a wml <access /> tag | |
wml_anchor | in file wml_utils.inc, function wml_anchor() this builds an <anchor> tag | |
wml_card | in file wml_utils.inc, function wml_card() This function helps build a <card> tag | |
wml_do | in file wml_utils.inc, function wml_do() This function builds the WML <do> tag | |
wml_fieldset | in file wml_utils.inc, function wml_fieldset() This function builds an <fieldset> tag for WML. | |
wml_go | in file wml_utils.inc, function wml_go() This function builds the WML <go> tag | |
wml_img | in file wml_utils.inc, function wml_img() This function builds an <img> tag, which refers to a .wbmp format image. | |
wml_input | in file wml_utils.inc, function wml_input() This function builds the WML <input> tag object | |
wml_noop | in file wml_utils.inc, function wml_noop() This function builds the WML <noop> tag | |
wml_onevent | in file wml_utils.inc, function wml_onevent() This function builds a WML <onevent> tag | |
wml_postfield | in file wml_utils.inc, function wml_postfield() This function builds a WML <postfield> tag | |
wml_prev | in file wml_utils.inc, function wml_prev() This function builds a WML <prev> tag object | |
wml_refresh | in file wml_utils.inc, function wml_refresh() This function builds a WML <refresh> tag object | |
wml_select | in file wml_utils.inc, function wml_select() This function builds the WML <select> tag | |
wml_setvar | in file wml_utils.inc, function wml_setvar() This function builds the WML <setvar> tag | |
wml_tag | in file wml_utils.inc, function wml_tag() This function builds a <wml> tag | |
wml_template | in file wml_utils.inc, function wml_template() this function builds a <template> tag and it's content | |
wml_timer | in file wml_utils.inc, function wml_timer() This function builds the WML <timer> tag the time unit of the value is 1/10 of a second. | |
wrap_column_item | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::wrap_column_item() This function ensures that the data we place in a column is aligned according to what the user wants. | |
wrap_column_item | in file ListAction.inc, method ListAction::wrap_column_item() This function ensures that the data we place in a column is aligned according to what the user wants. | |
wrap_column_item | in file SimpleGUIDataList.inc, method SimpleGUIDataList::wrap_column_item() This function ensures that the data we place in a column is aligned according to what the user wants. | |
write_thumb_to_disk | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::write_thumb_to_disk() write the image to disk. | |
-top -
| ||
XMLTAGS.inc | procedural page XMLTAGS.inc | |
xml_utils.inc | procedural page xml_utils.inc | |
XMLDocumentClass.inc | procedural page XMLDocumentClass.inc | |
XHTML | in file defines.inc, constant XHTML | |
XHTML_FRAMESET | in file defines.inc, constant XHTML_FRAMESET | |
XHTML_STRICT | in file defines.inc, constant XHTML_STRICT | |
XHTML_TRANSITIONAL | in file defines.inc, constant XHTML_TRANSITIONAL Some global defines, used by the classes and widgets to specify what type of output document format to use. | |
XMLDocumentClass | in file XMLDocumentClass.inc, method XMLDocumentClass::XMLDocumentClass() The constructor | |
XMLDocumentClass | in file XMLDocumentClass.inc, class XMLDocumentClass This class lets you build a complete xml document and render it. | |
XMLSTYLESHEETtag | in file XMLTAGS.inc, class XMLSTYLESHEETtag xml-stylesheet tag class | |
XMLtag | in file XMLTAGS.inc, method XMLtag::XMLtag() | |
XMLtag | in file XMLTAGS.inc, class XMLtag xml tag class | |
XMLTagClass | in file XMLTagClass.inc, class XMLTagClass This class is used for building and rendering an XML tag. | |
XMLTagClass | in file XMLTagClass.inc, method XMLTagClass::XMLTagClass() The constructor | |
XMLTagClass.inc | procedural page XMLTagClass.inc | |
xml_doctype | in file xml_utils.inc, function xml_doctype() This function is used to build a DOCTYPE tag | |
xml_stylesheet | in file xml_utils.inc, function xml_stylesheet() This function is used to build an xml-stylesheet tag | |
xml_tag | in file xml_utils.inc, function xml_tag() This is a simple wrapper function for building XMLTagClass objects | |
XMPtag | in file ALLTAGS.inc, class XMPtag <XMP> tag class | |
-top -
| ||
$_action | in file FEButton.inc, variable FEButton::$_action Holds the button action | |
$_action_column | in file DefaultGUIDataList.inc, variable DefaultGUIDatalist::$_action_column This holds the action column settings if any. | |
$_action_count | in file DefaultGUIDataList.inc, variable DefaultGUIDatalist::$_action_count holds the cntr for the action | |
$_action_message | in file FormContent.inc, variable FormContent::$_action_message The message that is set | |
$_action_name | in file ListAction.inc, variable ListAction::$_action_name The string that describes | |
$_advanced_search_flag | in file DataList.inc, variable DataList::$_advanced_search_flag Flag to let us know that | |
$_align | in file ListAction.inc, variable ListAction::$_align The overall alignment | |
$_align | in file DefaultGUIDataList.inc, variable DefaultGUIDatalist::$_align The overall alignment | |
$_allow_select_all | in file DefaultGUIDataList.inc, variable DefaultGUIDatalist::$_allow_select_all This variable tells us whether to display select all checkbox | |
$_attributes | in file FormElement.inc, variable FormElement::$_attributes Holds additional attributes for | |
$_cancel_action | in file FormContent.inc, variable FormContent::$_cancel_action The action to take opon clicking | |
$_cancel_url | in file ListAction.inc, variable ListAction::$_cancel_url This sets the url for the | |
$_cellpadding | in file InfoTable.inc, variable InfoTable::$_cellpadding this holds the default cellpadding | |
$_cellspacing | in file InfoTable.inc, variable InfoTable::$_cellspacing This holds the default cellspacing | |
$_columns | in file DataListSource.inc, variable DataListSource::$_columns The column descriptions for the data we are working on | |
$_columns | in file DataList.inc, variable DataList::$_columns The column descriptions for the data we are working on | |
$_columns | in file ImageThumbnailWidget.inc, variable ImageThumbnailWidget::$_columns The number of columns for a page. | |
$_confirmed | in file FormProcessor.inc, variable FormProcessor::$_confirmed Flag to let us know the form has been confirmed. | |
$_csv_headers | in file CSVFILEDataListSource.inc, variable CSVFILEDataListSource::$_csv_headers this holds the headers read | |
$_data | in file DataListSource.inc, variable DataListSource::$_data A placeholder for data that is read/built and stored locally. Not all data sources have to use this. | |
$_datasource | in file DataList.inc, variable DataList::$_datasource Holds our reference/copy of the DataListSource object which is used to access the data that this object uses | |
$_data_index | in file DataListSource.inc, variable DataListSource::$_data_index Holds the index into the array of data | |
$_data_list | in file FERadioGroup.inc, variable FERadioGroup::$_data_list Holds the list of available | |
$_data_list | in file FEDataList.inc, variable FEDataList::$_data_list Holds the list of available | |
$_data_post_name | in file ListAction.inc, variable ListAction::$_data_post_name The name of the array variable | |
$_db | in file ADODBSQLDataListSource.inc, variable ADODBSQLDataListSource::$_db This var holds the Database object | |
$_db | in file PEARSQLDataListSource.inc, variable PEARSQLDataListSource::$_db This var holds the Database object | |
$_db_options | in file SQLDataListSource.inc, variable SQLDataListSource::$_db_options this holds all of the options | |
$_debug_link_attributes | in file ALLTAGS.inc, variable LINKtag::$_debug_link_attributes | |
$_debug_link_attributes | in file ALLTAGS.inc, variable SCRIPTtag::$_debug_link_attributes | |
$_debug_link_attributes | in file ALLTAGS.inc, variable Atag::$_debug_link_attributes | |
$_debug_link_attributes | in file ALLTAGS.inc, variable IMGtag::$_debug_link_attributes | |
$_default_checked_items | in file DefaultGUIDataList.inc, variable DefaultGUIDatalist::$_default_checked_items This variable holds the array of default | |
$_default_col_attributes | in file ALLTAGS.inc, variable TABLEtag::$_default_col_attributes Holds the default attributes for all <td>'s | |
$_default_label_css | in file FormContent.inc, variable FormContent::$_default_label_css This holds the default css class for form field label text. | |
$_default_orderby | in file DataList.inc, variable DataList::$_default_orderby Holds the db column name that we want to order by default. | |
$_default_reverseorder | in file DataList.inc, variable DataList::$_default_reverseorder Holds a flag to let us know to | |
$_default_rows_per_page | in file DataList.inc, variable DataList::$_default_rows_per_page The number of rows of data to show per "page". | |
$_default_rows_per_page | in file widget6.php, variable pearmysqllist::$_default_rows_per_page | |
$_default_row_attributes | in file ALLTAGS.inc, variable TABLEtag::$_default_row_attributes Holds the default attributes for all <tr>'s | |
$_default_td_attributes | in file ALLTAGS.inc, variable TRtag::$_default_td_attributes Holds the default attributes for all <td>'s | |
$_doctype_links | in file XMLDocumentClass.inc, variable XMLDocumentClass::$_doctype_links This contains the doctype links | |
$_doctype_source | in file XMLDocumentClass.inc, variable XMLDocumentClass::$_doctype_source the DOCTYPE source attribute | |
$_elements | in file FormContent.inc, variable FormContent::$_elements This holds the array of | |
$_element_name | in file FormElement.inc, variable FormElement::$_element_name Holds the name of the element | |
$_enable_debug | in file PageWidget.inc, variable PageWidget::$_enable_debug This enables the ability to view the source of a page bu setting debug=1 in the query string. | |
$_entries | in file CSSBuilder.inc, variable CSSBuilder::$_entries This holds the entries for the css | |
$_error_code | in file FormValidation.inc, variable FormValidation::$_error_code This holds the last error code found | |
$_error_label_css | in file FormContent.inc, variable FormContent::$_error_label_css This is the css class used | |
$_error_message | in file FormValidation.inc, variable FormValidation::$_error_message This holds the last error message | |
$_error_message | in file FormElement.inc, variable FormElement::$_error_message Holds the error message text | |
$_fepassword | in file FEPassword.inc, variable FEConfirmPassword::$_fepassword This holds the FEPassword we are | |
$_filename | in file CSVFILEDataListSource.inc, variable CSVFILEDataListSource::$_filename The csv file name/path on disk | |
$_flags | in file ContainerClass.inc, variable Container::$_flags The flags that tell us | |
$_form_action | in file FormProcessor.inc, variable FormProcessor::$_form_action The action for the form tag | |
$_form_attributes | in file DataList.inc, variable DataList::$_form_attributes This holds the form attributes | |
$_form_content | in file FormProcessor.inc, variable FormProcessor::$_form_content This holds the FormContent Object that knows how to render the form. | |
$_form_enctype | in file FormProcessor.inc, variable FormProcessor::$_form_enctype The form's enctype attribute. | |
$_form_name | in file FormContent.inc, variable FormContent::$_form_name This holds the name of the form | |
$_form_name | in file FormProcessor.inc, variable FormProcessor::$_form_name This holds the name of the form | |
$_form_render_flag | in file DataList.inc, variable DataList::$_form_render_flag Build everything inside a form? | |
$_form_success_render | in file FormProcessor.inc, variable FormProcessor::$_form_success_render Flag to let us know if we should | |
$_form_title | in file StandardFormContent.inc, variable StandardFormContent::$_form_title The title used in the wrapping table | |
$_fp | in file CSVFILEDataListSource.inc, variable CSVFILEDataListSource::$_fp The file descriptor pointer | |
$_global_prefix | in file DataList.inc, variable DataList::$_global_prefix prefix for all list variable names, so we can potentially have more then 1 list per page. | |
$_global_prefix | in file ImageThumbnailWidget.inc, variable ImageThumbnailWidget::$_global_prefix holds the prefix for all variables that are added to a url, so we can possibly have more then 1 of these per page. | |
$_has_confirm | in file FormContent.inc, variable FormContent::$_has_confirm flag to let the FormProcessor | |
$_has_error | in file FormElement.inc, variable FormElement::$_has_error Holds the state of the last validation | |
$_has_errors | in file FormProcessor.inc, variable FormProcessor::$_has_errors This flag lets us know there were errors during processing or validating the form. | |
$_headers | in file InfoTable.inc, variable InfoTable::$_headers this holds the column header titles. | |
$_header_flag | in file CSSBuilder.inc, variable CSSBuilder::$_header_flag Flag to let us know if we should output a header content-type value header("Content-Type: text/css"); | |
$_height | in file FEBoxElement.inc, variable FEBoxElement::$_height Holds the height of the element | |
$_hidden_background | in file ActiveTab.inc, variable ActiveTab::$_hidden_background The hidden tab's background color | |
$_hidden_checkbox_items | in file DefaultGUIDataList.inc, variable DefaultGUIDatalist::$_hidden_checkbox_items This array holds the list of hidden checkbox[] items. | |
$_hidden_elements | in file FormContent.inc, variable FormContent::$_hidden_elements This holds the array of | |
$_highlight_selected | in file TextCSSNav.inc, variable TextCSSNav::$_highlight_selected Flag to tell us that we can highlight (css) the selected link. | |
$_htmlentities_attributes | in file ALLTAGS.inc, variable LINKtag::$_htmlentities_attributes | |
$_htmlentities_attributes | in file ALLTAGS.inc, variable SCRIPTtag::$_htmlentities_attributes | |
$_htmlentities_attributes | in file ALLTAGS.inc, variable IMGtag::$_htmlentities_attributes | |
$_htmlentities_attributes | in file ALLTAGS.inc, variable Atag::$_htmlentities_attributes | |
$_html_attributes | in file HTMLPageClass.inc, variable HTMLPageClass::$_html_attributes This holds the attributes for the <html> tag. | |
$_http_content_type | in file XMLDocumentClass.inc, variable XMLDocumentClass::$_http_content_type The http content-type | |
$_image_path | in file DataList.inc, variable DataList::$_image_path This stores the base path to where the tool link images live. This lets you specify a new path to where your images live. | |
$_indent_style | in file HTMLPageClass.inc, variable HTMLPageClass::$_indent_style Holds the value of the indent style the user wants to render the page w/ | |
$_infotable | in file StandardFormContent.inc, variable StandardFormContent::$_infotable the InfoTable wrapper that holds all fields. | |
$_is_disabled | in file FormElement.inc, variable FormElement::$_is_disabled Indicates a disabled element | |
$_is_required | in file FormElement.inc, variable FormElement::$_is_required Indicates whether this elements | |
$_item_name | in file ListAction.inc, variable ListAction::$_item_name name/description of the type of | |
$_label_text | in file FormElement.inc, variable FormElement::$_label_text Holds the elements label text | |
$_maxlinelength | in file CSVFILEDataListSource.inc, variable CSVFILEDataListSource::$_maxlinelength The length of the longest | |
$_max_rows | in file DataList.inc, variable DataList::$_max_rows The max number of rows to show when the user does the "EXPAND" command. | |
$_not_found_message | in file DataListSource.inc, variable DataListSource::$_not_found_message This is the message displayed when no data | |
$_num_columns | in file DataList.inc, variable DataList::$_num_columns Keeps track of the # of columns we have | |
$_num_pages | in file DataList.inc, variable DataList::$_num_pages This value holds the number of pages of data we have to display. | |
$_offsetVar | in file ImageThumbnailWidget.inc, variable ImageThumbnailWidget::$_offsetVar Holds the name of the offset variable. It's prefixed w/ the _global_prefix var. | |
$_query | in file SQLDataListSource.inc, variable SQLDataListSource::$_query The entire query built by | |
$_query_params | in file DataListSource.inc, variable DataListSource::$_query_params This holds various parameters relating | |
$_query_prefix | in file TextCSSNav.inc, variable TextCSSNav::$_query_prefix the prefix for the query string var | |
$_required_field_marker | in file FormContent.inc, variable FormContent::$_required_field_marker marker for the required field | |
$_required_field_text | in file FormContent.inc, variable FormContent::$_required_field_text Text to show denoted required fields for the form. | |
$_result | in file ADODBSQLDataListSource.inc, variable ADODBSQLDataListSource::$_result this holds the query result from the | |
$_result | in file PEARSQLDataListSource.inc, variable PEARSQLDataListSource::$_result this holds the query result from the | |
$_root_tag | in file XMLDocumentClass.inc, variable XMLDocumentClass::$_root_tag The root xml tag for all data | |
$_save_all_vars | in file ListAction.inc, variable ListAction::$_save_all_vars A flag to tell us to save all | |
$_save_vars | in file DataList.inc, variable DataList::$_save_vars This holds a list of name=>value vars that the caller/child wants to propogate automatically. | |
$_search_flag | in file DataList.inc, variable DataList::$_search_flag Flag to let us know that search is enabled. | |
$_search_table | in file DataList.inc, variable DataList::$_search_table Holds the object block that is the | |
$_selected | in file TextCSSNav.inc, variable TextCSSNav::$_selected Holds which one is auto selected | |
$_selected_background | in file ActiveTab.inc, variable ActiveTab::$_selected_background The active tab's background color | |
$_selected_tab | in file ActiveTab.inc, variable ActiveTab::$_selected_tab The default selected tab | |
$_show_actionbar | in file DefaultGUIDataList.inc, variable DefaultGUIDatalist::$_show_actionbar Do we show action bar row? | |
$_show_char_encoding | in file XMLDocumentClass.inc, variable XMLDocumentClass::$_show_char_encoding this is a hack to show the character encoding or not. | |
$_show_http_header | in file XMLDocumentClass.inc, variable XMLDocumentClass::$_show_http_header This flag tells if we should output the header content type. | |
$_show_results_flag | in file DataList.inc, variable DataList::$_show_results_flag flag to let us know if we want to show the results or not. | |
$_show_vertical_cellborder | in file InfoTable.inc, variable InfoTable::$_show_vertical_cellborder Flag to tell the class to render | |
$_simple_search_modifier | in file DataList.inc, variable DataList::$_simple_search_modifier Flag to enable simple search modifyer. | |
$_style_attributes | in file FormElement.inc, variable FormElement::$_style_attributes Holds additional style attributes for | |
$_subtitle | in file VerticalCSSNavTable.inc, variable VerticalCSSNavTable::$_subtitle the subtitle if any | |
$_supported_image_types | in file ImageThumbnailWidget.inc, variable ImageThumbnailWidget::$_supported_image_types Array of supported image type flags. | |
$_table | in file VerticalCSSNavTable.inc, variable VerticalCSSNavTable::$_table Holds the outer table object | |
$_tag | in file SVGTAGS.inc, variable IMAGEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FECONVOLVEMATRIXsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable LINEARGRADIENTsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable ALTGLYGHDEFsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable SYMBOLsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEBLENDsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable LINEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable SWITCHsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable Atag::$_tag | |
$_tag | in file SVGTAGS.inc, variable POLYGONsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable PATTERNsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable PATHsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable MPATHsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable POLYLINEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable RADIALGRADIENTsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable SCRIPTsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable RECTsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEDISTANTLIGHTsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable STOPsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable MISSINGGLYPHsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FECOMPONENTTANSFERsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable SETsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable SVGsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEFLOODsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable ELLIPSEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable STYLEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable METADATAsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable MASKsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable MARKERsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FECOLORMATRIXsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEFUNCBsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FONTsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable ANIMATECOLORsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FONTFACEURIsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FONTFACEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FONTFACESRCsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FOREIGNOBJECTsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEMORPHOLOGYsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable ANIMATEMOTIONsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEIMAGEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEMERGENODEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEMERGEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable ALTGLYGHsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEOFFSETsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FETILEsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable ACRONYMtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FESPOTLIGHTsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FESPECTACULARLIGHTINGsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FETURBULENCEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FILTERsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable ALTGLYGHITEMsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FONTFACENAMEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEPOINTLIGHTsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FONTFACEFORMATsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable TEXTPATHsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable ANIMATEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable DEFINITIONSRCsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable ABBRtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEFUNCGsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEFUNCRsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable CURSORsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEDIFFUSELIGHTINGsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable DEFSsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable HKERNsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable AREAtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable Gsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEFUNCAsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable COLORPROFILEsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable APPLETtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable GLYPHsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable ANIMATETTRANSFORMsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable GLYPHREFsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable ADDRESStag::$_tag | |
$_tag | in file ALLTAGS.inc, variable CODEtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable Asvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable CLIPPATHsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable CIRCLEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEGAUSSIANBLURsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FEDISPLACEMENTMAPsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable DESCsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable BDOtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable MAPtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable LItag::$_tag | |
$_tag | in file ALLTAGS.inc, variable METAtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable NOBRtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable NOSCRIPTtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable NOFRAMEStag::$_tag | |
$_tag | in file ALLTAGS.inc, variable LINKtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable LEGENDtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable INStag::$_tag | |
$_tag | in file ALLTAGS.inc, variable INPUTtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable Itag::$_tag | |
$_tag | in file ALLTAGS.inc, variable KBDtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable LABELtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable OBJECTtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable OLtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable SCRIPTtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable TEXTsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable SELECTtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable SMALLtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable Stag::$_tag | |
$_tag | in file ALLTAGS.inc, variable SPANtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable SAMPtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable Qtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable OPTIONtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable OPTGROUPtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable PARAMtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable PREtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable Ptag::$_tag | |
$_tag | in file ALLTAGS.inc, variable IMGtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable CITEtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable EMtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable DTtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable FIELDSETtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable FONTtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable FRAMESETtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable FORMtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable DLtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable DIVtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable COLtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable COLGROUPtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable DDtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable DELtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable DFNtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable FRAMEtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable H1tag::$_tag | |
$_tag | in file XMLTAGS.inc, variable CDATAtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable H6tag::$_tag | |
$_tag | in file ALLTAGS.inc, variable HEADtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable HRtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable IFRAMEtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable HTMLtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable H5tag::$_tag | |
$_tag | in file ALLTAGS.inc, variable H4tag::$_tag | |
$_tag | in file ALLTAGS.inc, variable H2tag::$_tag | |
$_tag | in file XMLTAGS.inc, variable XMLtag::$_tag | |
$_tag | in file XMLTAGS.inc, variable XMLSTYLESHEETtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable H3tag::$_tag | |
$_tag | in file XMLTAGS.inc, variable DOCTYPEtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable STRONGtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable CENTERtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable GOtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable NOOPtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable DOtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable CARDtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable ANCHORtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable Btag::$_tag | |
$_tag | in file WMLTAGS.inc, variable POSTFIELDtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable SETVARtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable TEMPLATEtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable BUTTONtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable REFRESHtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable PREVtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable ACCESStag::$_tag | |
$_tag | in file SVGTAGS.inc, variable VKERNsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable BASEtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable USEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable TSPANsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable TREFsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable TITLEsvgtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable FECOMPOSITEsvgtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable BIGtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable BRtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable BODYtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable BLOCKQUOTEtag::$_tag | |
$_tag | in file SVGTAGS.inc, variable VIEWsvgtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable TIMERtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable ONEVENTtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable TEXTAREAtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable TDtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable TBODYtag::$_tag Tag definition for class. | |
$_tag | in file ALLTAGS.inc, variable TRtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable TFOOTtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable THtag::$_tag | |
$_tag | in file WMLTAGS.inc, variable WMLtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable THEADtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable TABLEtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable TTtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable CAPTIONtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable SUPtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable SUBtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable STYLEtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable XMPtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable VARtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable ULtag::$_tag | |
$_tag | in file ALLTAGS.inc, variable Utag::$_tag | |
$_tag | in file ALLTAGS.inc, variable TITLEtag::$_tag | |
$_tag_postfix | in file XMLTAGS.inc, variable XMLtag::$_tag_postfix | |
$_tag_postfix | in file XMLTAGS.inc, variable CDATAtag::$_tag_postfix | |
$_tag_prefix | in file XMLTAGS.inc, variable XMLtag::$_tag_prefix | |
$_tag_prefix | in file XMLTAGS.inc, variable CDATAtag::$_tag_prefix | |
$_text | in file FECheckBox.inc, variable FECheckBox::$_text Holds the checkbox text | |
$_title_css_class | in file InfoTable.inc, variable InfoTable::$_title_css_class The default class used for the | |
$_title_text | in file PageWidget.inc, variable PageWidget::$_title_text holds the page title text for | |
$_title_text_align | in file InfoTable.inc, variable InfoTable::$_title_text_align The default alignment for the title text in the caption. | |
$_value | in file FormElement.inc, variable FormElement::$_value Holds the elements initial value | |
$_vars | in file DataList.inc, variable DataList::$_vars Holds an array of all the form vars we need for this class to work. | |
$_visible_checkbox_items | in file DefaultGUIDataList.inc, variable DefaultGUIDatalist::$_visible_checkbox_items this array keeps track of the list of rendered visible checkbox[] items. So we can not render the hidden version of it. | |
$_widget_css_auto | in file HTMLPageClass.inc, variable HTMLPageClass::$_widget_css_auto keeps track of which widgets we have automatically pulled in css for | |
$_widget_js_auto | in file HTMLPageClass.inc, variable HTMLPageClass::$_widget_js_auto keeps track of which widgets we have automatically pulled in js for | |
$_width | in file FEBoxElement.inc, variable FEBoxElement::$_width Holds the width of the element | |
$_width | in file FormContent.inc, variable FormContent::$_width Holds the width to be used for the | |
$_xhtml_strict_attributes | in file ALLTAGS.inc, variable IMGtag::$_xhtml_strict_attributes | |
$_xml_obj | in file XMLDocumentClass.inc, variable XMLDocumentClass::$_xml_obj holds the xml tag object that | |
$_xml_stylesheet_container | in file XMLDocumentClass.inc, variable XMLDocumentClass::$_xml_stylesheet_container The container for all the xml-stylesheet tags | |
_add_confirm_data | in file FormProcessor.inc, method FormProcessor::_add_confirm_data() This adds all of the submitted data as | |
_add_hidden_fields | in file FormProcessor.inc, method FormProcessor::_add_hidden_fields() This function adds the form content's | |
_ALWAYS_LOWERCASE | in file defines.inc, constant _ALWAYS_LOWERCASE | |
_ALWAYS_UPPERCASE | in file defines.inc, constant _ALWAYS_UPPERCASE | |
_build_actionbar | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_build_actionbar() This function renders the action bar at the bottom of the data list. | |
_build_actionbar_arrow_cell | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_build_actionbar_arrow_cell() This function builds a TD with the appropriate action arrow. | |
_build_actionbar_data_cell | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_build_actionbar_data_cell() This function builds the user's data cell | |
_build_action_column | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_build_action_column() This builds an action column cell | |
_build_attribute_string | in file XMLTagClass.inc, method XMLTagClass::_build_attribute_string() this builds an attribute for an XML tag. | |
_build_attribute_string | in file HTMLTagClass.inc, method HTMLTagClass::_build_attribute_string() this builds an attribute for a tag. | |
_build_content_type_tag | in file HTMLPageClass.inc, method HTMLPageClass::_build_content_type_tag() this builds the content type meta tag. | |
_build_default_vars | in file DataList.inc, method DataList::_build_default_vars() This function builds the list of | |
_build_delete_confirm | in file ListAction.inc, method ListAction::_build_delete_confirm() This function builds the actual form | |
_build_doctype | in file XMLDocumentClass.inc, method XMLDocumentClass::_build_doctype() This method builds the DOCTYPE tag for the document | |
_build_element_attributes | in file FormElement.inc, method FormElement::_build_element_attributes() This function builds the element form attributes | |
_build_form_tag | in file FormProcessor.inc, method FormProcessor::_build_form_tag() this function builds the FORMtag object and its attributes. | |
_build_head | in file HTMLPageClass.inc, method HTMLPageClass::_build_head() builds the head object and its content. | |
_build_header | in file InfoTable.inc, method InfoTable::_build_header() This function builds the table header | |
_build_hidden_vars | in file ListAction.inc, method ListAction::_build_hidden_vars() This builds the hidden form fields of the data that was originally sent to us | |
_build_javascript | in file FormElement.inc, method FormElement::_build_javascript() This function builds the complete javaScript events code for the element | |
_build_links | in file TextCSSNav.inc, method TextCSSNav::_build_links() This function is used to build the links to click on | |
_build_links | in file VerticalCSSNavTable.inc, method VerticalCSSNavTable::_build_links() This function is used to build the links to click on | |
_build_name | in file CSSBuilder.inc, method CSSBuilder::_build_name() This function is used to construct the css name declaration string. | |
_build_properties | in file CSSBuilder.inc, method CSSBuilder::_build_properties() This function is used to construct the property: value strings for the class | |
_build_root_tag | in file XMLDocumentClass.inc, method XMLDocumentClass::_build_root_tag() This function builds the root xml | |
_build_save_vars | in file DataList.inc, method DataList::_build_save_vars() this method builds some hidden form fields to automatically be placed inside the form. | |
_build_search_title | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_build_search_title() This function builds the search title table | |
_build_simple_search_form | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_build_simple_search_form() This function builds the simple search TD | |
_build_simple_search_modifier | in file DataList.inc, method DataList::_build_simple_search_modifier() This builds the simple search modifier select box. | |
_build_subtitle | in file NavTable.inc, method NavTable::_build_subtitle() this function builds the subtitle td to hold the...subtitle! | |
_build_subtitle | in file RoundTitleTable.inc, method RoundTitleTable::_build_subtitle() this function builds the subtitle td to hold the...subtitle! | |
_build_subtitle | in file VerticalCSSNavTable.inc, method VerticalCSSNavTable::_build_subtitle() This function builds the subtitle if needed. | |
_build_tab_td | in file ActiveTab.inc, method ActiveTab::_build_tab_td() | |
_build_td | in file InfoTable.inc, method InfoTable::_build_td() this function builds a TD tag with the border styles set appropriatly | |
_build_title | in file InfoTable.inc, method InfoTable::_build_title() This function builds the title container | |
_build_title | in file VerticalCSSNavTable.inc, method VerticalCSSNavTable::_build_title() This function builds the title tr | |
_build_tool_url | in file DataList.inc, method DataList::_build_tool_url() This function is used to build the url for a tool link. | |
_build_xml_stylesheet_container | in file XMLDocumentClass.inc, method XMLDocumentClass::_build_xml_stylesheet_container() This function builds the _xml_stylesheet_container | |
_CDATACONTENTWRAP | in file defines.inc, constant _CDATACONTENTWRAP | |
_checkbox_javascript | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_checkbox_javascript() This function builds the JS needed for the checkbox action column | |
_check_datasource | in file DataList.inc, method DataList::_check_datasource() general DataListSource object checker. | |
_clean_string | in file DataList.inc, method DataList::_clean_string() This function is used to make sure that the string we are placing in a cell has been "cleaned" | |
_CLOSETAGREQUIRED | in file defines.inc, constant _CLOSETAGREQUIRED | |
_COLLAPSE | in file defines.inc, constant _COLLAPSE | |
_construct_row | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::_construct_row() this is used to build a row from a csv line | |
_CONTENTREQUIRED | in file defines.inc, constant _CONTENTREQUIRED | |
_create_body | in file HTMLPageClass.inc, method HTMLPageClass::_create_body() This is responsible for creating the BODYtag object. We only will create a new $this->_body if it doesn't already exist. | |
_create_thumbnail_cache_dir | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::_create_thumbnail_cache_dir() Try and create the thumbnail cache dir. | |
_create_xml_obj | in file XMLDocumentClass.inc, method XMLDocumentClass::_create_xml_obj() This function builds the local | |
_DEPRICATED | in file defines.inc, constant _DEPRICATED | |
_div_wrapper | in file StandardFormContent.inc, method StandardFormContent::_div_wrapper() | |
_do_validation | in file FormElement.inc, method FormElement::_do_validation() This function checks if the validation | |
_end_td | in file ActiveTab.inc, method ActiveTab::_end_td() | |
_error | in file FormValidation.inc, method FormValidation::_error() A wrapper method to set the error message and error code before returning FALSE | |
_filter_column_string | in file DataList.inc, method DataList::_filter_column_string() This does some magic filtering on the data that we display in a column. This helps to prevent nast data that may have html tags in it. | |
_find_data | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::_find_data() | |
_form_content_table | in file StandardFormContent.inc, method StandardFormContent::_form_content_table() | |
_frameset_wrap_body | in file HTMLPageClass.inc, method HTMLPageClass::_frameset_wrap_body() This builds a frameset body tag wrapped in a <noframes> tag. | |
_get | in file DataList.inc, method DataList::_get() Function used to get the current value of one of the control vars for this class | |
_get_element | in file XMLTagClass.inc, method XMLTagClass::_get_element() get the nth element from content array | |
_get_file_type | in file ImageThumbnailWidget.inc, method ImageThumbnailWidget::_get_file_type() discover the type of image based off of the extension | |
_get_header | in file CSVFILEDataListSource.inc, method CSVFILEDataListSource::_get_header() This file trys to get the CSV header. | |
_get_index_element | in file FERadioGroup.inc, method FERadioGroup::_get_index_element() This method builds an individual Radio button with its associated text | |
_get_searchable_fields | in file DataList.inc, method DataList::_get_searchable_fields() This method gets the array of searchable header fields (columns) | |
_has_action_column | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_has_action_column() This function tests to see if the child wants to render an action column | |
_HTML_SPACE | in file defines.inc, constant _HTML_SPACE some nice globals | |
_INDENT | in file defines.inc, constant _INDENT | |
_INDENT_STR | in file defines.inc, constant _INDENT_STR Some global defines for the tag classes | |
_is_column_sortable | in file DataListSource.inc, method DataListSource::_is_column_sortable() This function determines if the column associated w/ a data_name is sortable or not | |
_is_col_checked | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_is_col_checked() This method checks to see if a particular row has been checked in the action column | |
_javascript | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_javascript() This function returns any Javascript required for this widget | |
_javascript | in file DataList.inc, method DataList::_javascript() This function provides a way to automatically add javascript to this object. | |
_NEWLINEAFTERCLOSETAG | in file defines.inc, constant _NEWLINEAFTERCLOSETAG | |
_NEWLINEAFTERCONTENT | in file defines.inc, constant _NEWLINEAFTERCONTENT | |
_NEWLINEAFTEROPENTAG | in file defines.inc, constant _NEWLINEAFTEROPENTAG | |
_NOFINISHSLASHXHTML | in file defines.inc, constant _NOFINISHSLASHXHTML | |
_optional_info | in file form2.php, method StandardAccountForm::_optional_info() This private method builds the table that holds | |
_prepare_flags | in file XMLTagClass.inc, method XMLTagClass::_prepare_flags() This function checks to see if | |
_prepare_flags | in file SVGTAGS.inc, method SVGTagClass::_prepare_flags() we override this method to automatically check to see if the tag has content. | |
_prepare_flags | in file WMLTAGS.inc, method GOtag::_prepare_flags() we override this method to automatically check to see if the tag has content. | |
_pre_confirm | in file FormProcessor.inc, method FormProcessor::_pre_confirm() This method calls the FormContent | |
_process_action | in file FormProcessor.inc, method FormProcessor::_process_action() This function is responsible for processing the form action after validation, and form confirmation happens. | |
_process_form | in file FormProcessor.inc, method FormProcessor::_process_form() This method does the logic of | |
_render_close_tag | in file XMLTagClass.inc, method XMLTagClass::_render_close_tag() this function is reposnsible for rendering the closing tag (if any) | |
_render_close_tag | in file XMLTAGS.inc, method CDATAtag::_render_close_tag() | |
_render_content | in file XMLTagClass.inc, method XMLTagClass::_render_content() this function is reponsible for rendering the pcdata, or content of the tag (if any) | |
_render_open_tag | in file XMLTagClass.inc, method XMLTagClass::_render_open_tag() this function is responsible for rendering the open tag. | |
_render_open_tag | in file XMLTAGS.inc, method CDATAtag::_render_open_tag() | |
_render_tag_debug | in file HTMLTagClass.inc, method HTMLTagClass::_render_tag_debug() This renders that open tag in debug mode. | |
_render_text | in file NavTable.inc, method NavTable::_render_text() render a text row. | |
_render_url | in file NavTable.inc, method NavTable::_render_url() render a url row. | |
_replace_value | in file CSSBuilder.inc, method CSSBuilder::_replace_value() This function does the main work for update_all_values | |
_save_checked_items_enabled | in file DefaultGUIDataList.inc, method DefaultGUIDatalist::_save_checked_items_enabled() This tests the object flag to | |
_save_mozilla_nav_link | in file DataList.inc, method DataList::_save_mozilla_nav_link() This function stores the url for each of the tool urls, so we can push these out for mozilla. | |
_set | in file DataList.inc, method DataList::_set() This function is used to set the value of the control var | |
_set_flags | in file XMLTAGS.inc, method CDATAtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method INPUTtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method LINKtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method METAtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method CENTERtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method IMGtag::_set_flags() | |
_set_flags | in file XMLTAGS.inc, method XMLtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method H3tag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method H6tag::_set_flags() | |
_set_flags | in file XMLTagClass.inc, method XMLTagClass::_set_flags() This method is used to set the bitmask flags for this tag. It tells the class how to render the tag. | |
_set_flags | in file XMLTAGS.inc, method DOCTYPEtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method H2tag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method H1tag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method HRtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method NOBRtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method H5tag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method FONTtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method FRAMEtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method H4tag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method Atag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method AREAtag::_set_flags() | |
_set_flags | in file SVGTAGS.inc, method SCRIPTsvgtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method OPTIONtag::_set_flags() | |
_set_flags | in file SVGTAGS.inc, method ELLIPSEsvgtag::_set_flags() | |
_set_flags | in file SVGTAGS.inc, method HKERNsvgtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method APPLETtag::_set_flags() | |
_set_flags | in file SVGTAGS.inc, method DEFINITIONSRCsvgtag::_set_flags() | |
_set_flags | in file SVGTAGS.inc, method FONTFACEFORMATsvgtag::_set_flags() | |
_set_flags | in file SVGTAGS.inc, method FONTFACENAMEsvgtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method BASEtag::_set_flags() | |
_set_flags | in file SVGTAGS.inc, method STYLEsvgtag::_set_flags() | |
_set_flags | in file WMLTAGS.inc, method TIMERtag::_set_flags() | |
_set_flags | in file ContainerClass.inc, method Container::_set_flags() This method is used to set the bitmask flags for this tag. It tells the class how to render the tag. | |
_set_flags | in file ALLTAGS.inc, method TEXTAREAtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method Stag::_set_flags() | |
_set_flags | in file WMLTAGS.inc, method NOOPtag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method Btag::_set_flags() | |
_set_flags | in file ALLTAGS.inc, method BRtag::_set_flags() | |
_set_flags | in file WMLTAGS.inc, method ACCESStag::_set_flags() | |
_set_flags | in file SVGTAGS.inc, method VKERNsvgtag::_set_flags() | |
_show_results | in file DataList.inc, method DataList::_show_results() This function is used to let render() know that we should show the results or not. | |
_spacer_td | in file ActiveTab.inc, method ActiveTab::_spacer_td() | |
_tab_name | in file ActiveTab.inc, method ActiveTab::_tab_name() | |
_TAG_PREFIX | in file defines.inc, constant _TAG_PREFIX | |
_TAG_SUFFIX | in file defines.inc, constant _TAG_SUFFIX | |
_user_info | in file form2.php, method StandardAccountForm::_user_info() This private method builds the table that holds | |
_XHTMLCOMPLIANT | in file defines.inc, constant _XHTMLCOMPLIANT | |
__hidden_fields | in file FormProcessor.inc, method FormProcessor::__hidden_fields() This method adds the processor specific hidden fields. |