Package stphplib |
top
| ||
$attributes | in file stphpxmlelement.php, variable STPHPXmlElement::$attributes The attributes of the node | |
$attributes | in file stphpcomponent.php, variable STPHPComponent::$attributes The list of attributes | |
$author | in file stphpapplication.php, variable STPHPApplication::$author The author of the application | |
activateLocalization | in file stphpapplication.php, method STPHPApplication::activateLocalization() Activate the localization support | |
addButton | in file stphptoolbar.php, method STPHPToolbar::addButton() Adds a button to the toolbar | |
addCodeFile | in file stphpcomponent.php, method STPHPComponent::addCodeFile() Adds a code file (Javascript) | |
addCodeFile | in file stphpwindow.php, method STPHPWindow::addCodeFile() Add a code file | |
addComponent | in file stphptablerow.php, method STPHPTableRow::addComponent() Adds a STPHPTableCell at the end of the components list | |
addComponent | in file stphptable.php, method STPHPTable::addComponent() Adds a STPHPTableCell at the end of the components list | |
addComponent | in file stphpcomponent.php, method STPHPComponent::addComponent() Adds a component at the end of the components list | |
addComponentToCell | in file stphptable.php, method STPHPTable::addComponentToCell() Adds a component directly to a cell | |
addComponentToPanel | in file stphppanel.php, method STPHPPanel::addComponentToPanel() Adds a component at the end of the panels components list | |
addComponentToTab | in file stphptabpanel.php, method STPHPTabPanel::addComponentToTab() Add a component to a tab | |
addCssFile | in file stphpwindow.php, method STPHPWindow::addCssFile() Add a CSS file | |
addCssFile | in file stphpcomponent.php, method STPHPComponent::addCssFile() Adds a CSS file | |
addElement | in file stphplistbox.php, method STPHPListbox::addElement() Add an element at the listbox | |
addMetaRow | in file stphpwindow.php, method STPHPWindow::addMetaRow() Add a META tag | |
addRow | in file stphptable.php, method STPHPTable::addRow() Adds a new row to the table | |
addTab | in file stphptabpanel.php, method STPHPTabPanel::addTab() Add a tab | |
addTextToCell | in file stphptable.php, method STPHPTable::addTextToCell() Adds text to the specified cell | |
addVariable | in file stphpform.php, method STPHPForm::addVariable() Adds a variable inside FORM tag | |
addVSpace | in file stphpcomponent.php, method STPHPComponent::addVSpace() Adds vertical spaces | |
addVSpaceToCell | in file stphptable.php, method STPHPTable::addVSpaceToCell() Adds vertical spaces to the specified cell | |
appendAttributes | in file stphpcomponent.php, method STPHPComponent::appendAttributes() Appends an array of attributes at the current values | |
appendComponent | in file stphptable.php, method STPHPTable::appendComponent() Appends a STPHPTableRow at the end of the components list | |
appendComponent | in file stphpcomponent.php, method STPHPComponent::appendComponent() Appends a component at the end of the components list | |
appendComponent | in file stphptablerow.php, method STPHPTableRow::appendComponent() Appends a STPHPTableCell at the end of the components list | |
appendComponentToCell | in file stphptable.php, method STPHPTable::appendComponentToCell() Appends a component directly to a cell | |
appendComponentToPanel | in file stphppanel.php, method STPHPPanel::appendComponentToPanel() Appends a component at the end of the panels components list | |
attributeIsEmpty | in file stphpcomponent.php, method STPHPComponent::attributeIsEmpty() Returns if attribute is empty | |
top
| ||
$basePath | in file stphplocale.php, variable STPHPLocale::$basePath The base path for the locale files | |
$buttons | in file stphptoolbar.php, variable STPHPToolbar::$buttons The list of buttons | |
top
| ||
$caption | in file stphpcontrolwithcaption.php, variable STPHPControlWithCaption::$caption The caption | |
$captionCell | in file stphpcontrolwithcaption.php, variable STPHPControlWithCaption::$captionCell The cell that contains the caption | |
$cells | in file stphptable.php, variable STPHPTable::$cells The cells of the table (an array of STPHPTableCell objects) | |
$check | in file stphpcheckgroup.php, variable STPHPCheckGroup::$check The array of checkbox | |
$childs | in file stphpxmlelement.php, variable STPHPXmlElement::$childs The childs of the node | |
$codeFiles | in file stphpwindow.php, variable STPHPWindow::$codeFiles The list of code files (JavaScript code) | |
$components | in file stphpcomponent.php, variable STPHPComponent::$components The list of components | |
$configuration | in file stphpcomponent.php, variable STPHPComponent::$configuration The pointer to configuration XML node | |
$control | in file stphpcontrolwithcaption.php, variable STPHPControlWithCaption::$control The pointer to the control component | |
$copyright | in file stphpapplication.php, variable STPHPApplication::$copyright The copyright of the application | |
$cssFiles | in file stphpwindow.php, variable STPHPWindow::$cssFiles The list of CSS files | |
$ctlCell | in file stphpcontrolwithcaption.php, variable STPHPControlWithCaption::$ctlCell The cell that contains the control | |
$currentXMLElement | in file stphpxmldoc.php, variable STPHPXmlDoc::$currentXMLElement The current element of the tree | |
cdata | in file stphpxmldoc.php, method STPHPXmlDoc::cdata() The handler for parsing the data closing for XML | |
clearElements | in file stphplistbox.php, method STPHPListbox::clearElements() Clears the list of elements | |
top
| ||
$data | in file stphpxmlelement.php, variable STPHPXmlElement::$data The data value of the node | |
$defaultDomain | in file stphplocale.php, variable STPHPLocale::$defaultDomain The default domain | |
$defaultLanguage | in file stphplocale.php, variable STPHPLocale::$defaultLanguage The default language | |
$dkeys | in file stphplocale.php, variable STPHPLocale::$dkeys The array of domains keys | |
$dummyCells | in file stphptabpanel.php, variable STPHPTabPanel::$dummyCells Cells used to contain components | |
$dvalues | in file stphplocale.php, variable STPHPLocale::$dvalues The array of domains values | |
deactivateLocalization | in file stphpapplication.php, method STPHPApplication::deactivateLocalization() Deactivate the localization support | |
defaultHandler | in file stphpxmldoc.php, method STPHPXmlDoc::defaultHandler() The default handler for XML parsing | |
deleteElementFromDb | in file stphpxmldoc.php, method STPHPXmlDoc::deleteElementFromDb() Delete a single XML node from the db | |
deleteTreeFromDb | in file stphpxmldoc.php, method STPHPXmlDoc::deleteTreeFromDb() Delete a whole XML tree (an XML document) from the db | |
dgetText | in file stphplocale.php, method STPHPLocale::dgetText() Gets a translated text for the specified domain (using the default language) | |
dlgetText | in file stphplocale.php, method STPHPLocale::dlgetText() Gets a translated text for the specified domain and language | |
dtor | in file stphpxmlelement.php, method STPHPXmlElement::dtor() Destructor | |
dtor | in file stphptoolbar.php, method STPHPToolbar::dtor() Destructor | |
dtor | in file stphptable.php, method STPHPTable::dtor() Destructor | |
dtor | in file stphpxmldoc.php, method STPHPXmlDoc::dtor() Destructor | |
dtor | in file stphpwindow.php, method STPHPWindow::dtor() Destructor | |
dtor | in file stphplocale.php, method STPHPLocale::dtor() Destructor | |
dtor | in file stphpcontrolwithcaption.php, method STPHPControlWithCaption::dtor() Destructor | |
dtor | in file stphpcomponent.php, method STPHPComponent::dtor() Destructor | |
dtor | in file stphpcheckgroup.php, method STPHPCheckGroup::dtor() Destructor | |
dtor | in file stphpapplication.php, method STPHPApplication::dtor() Destructor | |
dtor | in file stphpform.php, method STPHPForm::dtor() Destructor | |
dtor | in file stphplistbox.php, method STPHPListbox::dtor() Destructor | |
dtor | in file stphpradiogroup.php, method STPHPRadioGroup::dtor() Destructor | |
dtor | in file stphpradiobuttonwithcaption.php, method STPHPRadioButtonWithCaption::dtor() Destructor | |
dtor | in file stphpobject.php, method STPHPObject::dtor() Destructor | |
dtor | in file stphpspacer.php, method STPHPSpacer::dtor() Destructor | |
top
| ||
$elements | in file stphplistbox.php, variable STPHPListbox::$elements The list of elements of the listbox | |
$elementsRead | in file stphpxmldoc.php, variable STPHPXmlDoc::$elementsRead The array of already read elements | |
errorLog | in file stphpobject.php, method STPHPObject::errorLog() Print an error to the log system | |
top
| ||
$formParent | in file stphpcomponent.php, variable STPHPComponent::$formParent The form owner name | |
top
| ||
getArrayElement | in file stphpxmldoc.php, method STPHPXmlDoc::getArrayElement() Returns a XML element as an array | |
getAttribute | in file stphpxmlelement.php, method STPHPXmlElement::getAttribute() Returns the value of the specified attribute | |
getAttribute | in file stphpcomponent.php, method STPHPComponent::getAttribute() Gets the value of an attribute | |
getAuthor | in file stphpapplication.php, method STPHPApplication::getAuthor() Gets the author of the application | |
getBasePath | in file stphplocale.php, method STPHPLocale::getBasePath() Gets the base path for the localization files | |
getChildByName | in file stphpxmlelement.php, method STPHPXmlElement::getChildByName() Returns a child by its name | |
getChildByNameNum | in file stphpxmlelement.php, method STPHPXmlElement::getChildByNameNum() Returns a child by its name and index | |
getChildByNum | in file stphpxmlelement.php, method STPHPXmlElement::getChildByNum() Returns a child by its index | |
getCodeFiles | in file stphpwindow.php, method STPHPWindow::getCodeFiles() Returns the array of codes files | |
getCopyright | in file stphpapplication.php, method STPHPApplication::getCopyright() Gets the copyright of the application | |
getCssFiles | in file stphpwindow.php, method STPHPWindow::getCssFiles() Returns the array of CSS files | |
getData | in file stphpxmlelement.php, method STPHPXmlElement::getData() Returns the value of the node | |
getDefaultDomain | in file stphplocale.php, method STPHPLocale::getDefaultDomain() Gets the default language | |
getDefaultLanguage | in file stphplocale.php, method STPHPLocale::getDefaultLanguage() Gets the default language | |
getFormParent | in file stphpcomponent.php, method STPHPComponent::getFormParent() Returns the form owner name | |
getLanguage | in file stphpapplication.php, method STPHPApplication::getLanguage() Gets the language of the application | |
getLocaleKeyLanguage | in file stphpapplication.php, method STPHPApplication::getLocaleKeyLanguage() Gets the language of the keys localization file | |
getLocaleText | in file stphpapplication.php, method STPHPApplication::getLocaleText() Return a translated string | |
getName | in file stphpobject.php, method STPHPObject::getName() Returns the name of the object | |
getNumOfButtonByName | in file stphptoolbar.php, method STPHPToolbar::getNumOfButtonByName() Gets the button index from its name | |
getNumOfChilds | in file stphpxmlelement.php, method STPHPXmlElement::getNumOfChilds() Returns the number of childs of the node | |
getNumOfChildsByName | in file stphpxmlelement.php, method STPHPXmlElement::getNumOfChildsByName() Returns the number of childs of the node with the specified name | |
getSessionVariable | in file stphpapplication.php, method STPHPApplication::getSessionVariable() Sets a variable in the session | |
getSubTreeAsArray | in file stphpxmldoc.php, method STPHPXmlDoc::getSubTreeAsArray() Returns a portion of the XML tree as an array | |
getTabSelected | in file stphptabpanel.php, method STPHPTabPanel::getTabSelected() Return the index of the current selected tab | |
getText | in file stphplocale.php, method STPHPLocale::getText() Gets a translated text (using the default domain and default language) | |
getTheme | in file stphpapplication.php, method STPHPApplication::getTheme() Gets the theme of the application | |
getTitle | in file stphpapplication.php, method STPHPApplication::getTitle() Gets the title of the application | |
getTranslatedAttribute | in file stphpcomponent.php, method STPHPComponent::getTranslatedAttribute() Translate an attribute to the current language | |
getTreeAsArray | in file stphpxmldoc.php, method STPHPXmlDoc::getTreeAsArray() Returns a whole XML tree as an array | |
getVersion | in file stphpapplication.php, method STPHPApplication::getVersion() Gets the version of the application | |
top
| ||
$index | in file stphpradiobuttonwithcaption.php, variable STPHPRadioButtonWithCaption::$index The index of the radiobutton | |
init | in file stphpapplication.php, method STPHPApplication::init() Starts the application | |
insertComponent | in file stphptable.php, method STPHPTable::insertComponent() Inserts a STPHPTableRow at the beginning of the components list | |
insertComponent | in file stphptablerow.php, method STPHPTableRow::insertComponent() Inserts a STPHPTableCell at the beginning of the components list | |
insertComponent | in file stphpcomponent.php, method STPHPComponent::insertComponent() Inserts a component at the beginning of the components list | |
insertComponentToCell | in file stphptable.php, method STPHPTable::insertComponentToCell() Inserts a component directly to a cell | |
insertComponentToPanel | in file stphppanel.php, method STPHPPanel::insertComponentToPanel() Inserts a component at the beginning of the panels components list | |
is_a | in file stphpobject.php, function is_a() Determines if a object if of the specified type | |
top
| ||
$keys | in file stphplocale.php, variable STPHPLocale::$keys The array of keys | |
top
| ||
$language | in file stphpapplication.php, variable STPHPApplication::$language The language of the application | |
$locale | in file stphpapplication.php, variable STPHPApplication::$locale The localization object | |
$localeBasePath | in file stphpapplication.php, variable STPHPApplication::$localeBasePath The localization base path | |
$localeDefaultLanguage | in file stphpapplication.php, variable STPHPApplication::$localeDefaultLanguage The localization default language | |
$localeKeyLanguage | in file stphpapplication.php, variable STPHPApplication::$localeKeyLanguage The localization key language | |
$localizationActive | in file stphpapplication.php, variable STPHPApplication::$localizationActive The status of the localization support | |
lgetText | in file stphplocale.php, method STPHPLocale::lgetText() Gets a translated text for the specified language (using the default domain) | |
loadElementFromDb | in file stphpxmldoc.php, method STPHPXmlDoc::loadElementFromDb() Read a single XML node from the db | |
loadFromDb | in file stphplistbox.php, method STPHPListbox::loadFromDb() Load the elements from a db | |
loadFromDb | in file stphpimage.php, method STPHPImage::loadFromDb() Load an image from a db (using ADODB library) | |
loadKeys | in file stphplocale.php, method STPHPLocale::loadKeys() Loads the keys file | |
loadValues | in file stphplocale.php, method STPHPLocale::loadValues() Loads the values file | |
localizationIsActive | in file stphpapplication.php, method STPHPApplication::localizationIsActive() Returns if the localization support is active | |
top
| ||
$metaRows | in file stphpwindow.php, variable STPHPWindow::$metaRows The list of META tag | |
top
| ||
$name | in file stphpobject.php, variable STPHPObject::$name The name of the object | |
$numOfCols | in file stphptable.php, variable STPHPTable::$numOfCols The number of cols of the table | |
$numOfOptions | in file stphpradiogroup.php, variable STPHPRadioGroup::$numOfOptions The number of checkbox | |
$numOfOptions | in file stphpcheckgroup.php, variable STPHPCheckGroup::$numOfOptions The number of checkbox | |
$numOfRows | in file stphptable.php, variable STPHPTable::$numOfRows The number of rows of the table | |
top
| ||
$parent | in file stphpxmlelement.php, variable STPHPXmlElement::$parent The parent node | |
$parentXMLElement | in file stphpxmldoc.php, variable STPHPXmlDoc::$parentXMLElement The parent XML node of the current node | |
$parser | in file stphpxmldoc.php, variable STPHPXmlDoc::$parser An instance of the parser | |
prepare | in file stphptable.php, method STPHPTable::prepare() Prepare the table creating rows anc cells | |
prepareCtrls | in file stphpcheckgroup.php, method STPHPCheckGroup::prepareCtrls() Prepare the controls | |
prepareCtrls | in file stphpradiogroup.php, method STPHPRadioGroup::prepareCtrls() Prepare the controls | |
prepareWrite | in file stphptabtitle.php, method STPHPTabTitle::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
prepareWrite | in file stphpradiogroup.php, method STPHPRadioGroup::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
prepareWrite | in file stphptabpanel.php, method STPHPTabPanel::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
prepareWrite | in file stphpradiobuttonwithcaption.php, method STPHPRadioButtonWithCaption::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
prepareWrite | in file stphpcontrolwithcaption.php, method STPHPControlWithCaption::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
prepareWrite | in file stphpcheckgroup.php, method STPHPCheckGroup::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
prepareWrite | in file stphpeditwithcaption.php, method STPHPEditWithCaption::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
prepareWrite | in file stphplistboxwithcaption.php, method STPHPListBoxWithCaption::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
prepareWrite | in file stphppanel.php, method STPHPPanel::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
prepareWrite | in file stphpcheckboxwithcaption.php, method STPHPCheckBoxWithCaption::prepareWrite() Prepare the objects and attributes before the designing of the object. | |
top
| ||
$radio | in file stphpradiogroup.php, variable STPHPRadioGroup::$radio The array of checkbox | |
$root | in file stphpxmldoc.php, variable STPHPXmlDoc::$root The root element of the tree | |
$rows | in file stphptable.php, variable STPHPTable::$rows The rows of the table (an array of STPHPTableRow objects) | |
readFromDb | in file stphpxmldoc.php, method STPHPXmlDoc::readFromDb() Read a whole XML tree (an XML document) from the db | |
readFromFile | in file stphpxmldoc.php, method STPHPXmlDoc::readFromFile() Read a whole XML tree (a XML document) from a file | |
readFromString | in file stphpxmldoc.php, method STPHPXmlDoc::readFromString() Read a whole XML tree (a XML document) from a string | |
top
| ||
$sess_id | in file stphpapplication.php, variable STPHPApplication::$sess_id The sessions id of the application | |
$spaceType | in file stphpspacer.php, variable STPHPSpacer::$spaceType The type of space (HORIZONTAL/VERTICAL) | |
saveAttributesToDb | in file stphpxmldoc.php, method STPHPXmlDoc::saveAttributesToDb() Save the attributes of a single XML node to the db | |
saveChildsToDb | in file stphpxmldoc.php, method STPHPXmlDoc::saveChildsToDb() Save the childs of a single XML node to the db | |
saveElementToDb | in file stphpxmldoc.php, method STPHPXmlDoc::saveElementToDb() Save a single XML node to the db | |
saveElementToFile | in file stphpxmldoc.php, method STPHPXmlDoc::saveElementToFile() Save a single XML node to a file | |
saveToDb | in file stphpxmldoc.php, method STPHPXmlDoc::saveToDb() Save the whole XML tree (an XML document) to the db | |
saveToFile | in file stphpxmldoc.php, method STPHPXmlDoc::saveToFile() Save the whole XML tree (an XML document) to a file | |
selectElementByKey | in file stphplistbox.php, method STPHPListbox::selectElementByKey() Select an element by its key | |
selectElementByValue | in file stphplistbox.php, method STPHPListbox::selectElementByValue() Select an element by its value | |
setAttribute | in file stphpcomponent.php, method STPHPComponent::setAttribute() Sets an attribute | |
setAuthor | in file stphpapplication.php, method STPHPApplication::setAuthor() Sets the author of the application | |
setBasePath | in file stphplocale.php, method STPHPLocale::setBasePath() Sets the base path for the localization files | |
setConfiguration | in file stphpcomponent.php, method STPHPComponent::setConfiguration() Load the attributes from a STPHPXMLElement object | |
setConfiguration | in file stphpbtnimage.php, method STPHPBtnImage::setConfiguration() Load the attributes from a STPHPXMLElement object | |
setConfiguration | in file stphpcontrolwithcaption.php, method STPHPControlWithCaption::setConfiguration() Load the attributes from a STPHPXMLElement object | |
setConfiguration | in file stphplistbox.php, method STPHPListbox::setConfiguration() | |
setConfiguration | in file stphptoolbar.php, method STPHPToolbar::setConfiguration() Load the attributes from a STPHPXMLElement object | |
setConfiguration | in file stphptabpanel.php, method STPHPTabPanel::setConfiguration() Load the attributes from a STPHPXMLElement object | |
setConfiguration | in file stphpradiogroup.php, method STPHPRadioGroup::setConfiguration() Load the attributes from a STPHPXMLElement object | |
setConfiguration | in file stphpcheckgroup.php, method STPHPCheckGroup::setConfiguration() Load the attributes from a STPHPXMLElement object | |
setCopyright | in file stphpapplication.php, method STPHPApplication::setCopyright() Sets the copyright of the application | |
setDefaultDomain | in file stphplocale.php, method STPHPLocale::setDefaultDomain() Sets the default domain | |
setDefaultLanguage | in file stphplocale.php, method STPHPLocale::setDefaultLanguage() Sets the default language | |
setFormParent | in file stphpcomponent.php, method STPHPComponent::setFormParent() Sets the form owner name of the component (used by JS functions) | |
setIndex | in file stphpradiobuttonwithcaption.php, method STPHPRadioButtonWithCaption::setIndex() Set the index number | |
setLanguage | in file stphpapplication.php, method STPHPApplication::setLanguage() Sets the language of the application | |
setLocaleBasePath | in file stphpapplication.php, method STPHPApplication::setLocaleBasePath() Sets the base path for the localization files | |
setLocaleDefaultLanguage | in file stphpapplication.php, method STPHPApplication::setLocaleDefaultLanguage() Sets the default language for the application | |
setLocaleKeyLanguage | in file stphpapplication.php, method STPHPApplication::setLocaleKeyLanguage() Sets the language of the keys localization files | |
setNumOfCols | in file stphptable.php, method STPHPTable::setNumOfCols() Sets the number of cols | |
setNumOfOptions | in file stphpradiogroup.php, method STPHPRadioGroup::setNumOfOptions() Sets the number of checkboxes | |
setNumOfOptions | in file stphpcheckgroup.php, method STPHPCheckGroup::setNumOfOptions() Sets the number of checkboxes | |
setNumOfRows | in file stphptable.php, method STPHPTable::setNumOfRows() Sets the number of rows | |
setSessionVariable | in file stphpapplication.php, method STPHPApplication::setSessionVariable() Sets a variable in the session | |
setSpaceType | in file stphpspacer.php, method STPHPSpacer::setSpaceType() Sets the space type | |
setTheme | in file stphpapplication.php, method STPHPApplication::setTheme() Sets the theme of the application | |
setTitle | in file stphpapplication.php, method STPHPApplication::setTitle() Sets the title of the application | |
setUnits | in file stphpspacer.php, method STPHPSpacer::setUnits() Sets the number of space units | |
setVersion | in file stphpapplication.php, method STPHPApplication::setVersion() Sets the version of the application | |
setWndMain | in file stphpapplication.php, method STPHPApplication::setWndMain() Sets the main window of the application | |
STPHPApplication | in file stphpapplication.php, class STPHPApplication The class that represents an application | |
STPHPApplication | in file stphpapplication.php, method STPHPApplication::STPHPApplication() Creates the object | |
stphpapplication.php | procedural page stphpapplication.php | |
STPHPBtnImage | in file stphpbtnimage.php, class STPHPBtnImage A class that represents a sophisticated button | |
STPHPBtnImage | in file stphpbtnimage.php, method STPHPBtnImage::STPHPBtnImage() Creates the object | |
stphpbtnimage.php | procedural page stphpbtnimage.php | |
STPHPButton | in file stphpbutton.php, method STPHPButton::STPHPButton() Creates the object | |
STPHPButton | in file stphpbutton.php, class STPHPButton A class that represents a simple button | |
stphpbutton.php | procedural page stphpbutton.php | |
STPHPCheckBox | in file stphpcheckbox.php, method STPHPCheckBox::STPHPCheckBox() Creates the object | |
STPHPCheckBox | in file stphpcheckbox.php, class STPHPCheckBox A class that represents a checkbox | |
STPHPCheckBoxWithCaption | in file stphpcheckboxwithcaption.php, method STPHPCheckBoxWithCaption::STPHPCheckBoxWithCaption() Creates the object | |
STPHPCheckBoxWithCaption | in file stphpcheckboxwithcaption.php, class STPHPCheckBoxWithCaption A class that represents a checkbox with a caption | |
stphpcheckboxwithcaption.php | procedural page stphpcheckboxwithcaption.php | |
stphpcheckbox.php | procedural page stphpcheckbox.php | |
STPHPCheckGroup | in file stphpcheckgroup.php, class STPHPCheckGroup A class that represents a group of checkbox | |
STPHPCheckGroup | in file stphpcheckgroup.php, method STPHPCheckGroup::STPHPCheckGroup() Creates the object | |
stphpcheckgroup.php | procedural page stphpcheckgroup.php | |
STPHPComponent | in file stphpcomponent.php, class STPHPComponent The base class for all components | |
STPHPComponent | in file stphpcomponent.php, method STPHPComponent::STPHPComponent() Creates the object | |
stphpcomponent.php | procedural page stphpcomponent.php | |
STPHPControlWithCaption | in file stphpcontrolwithcaption.php, class STPHPControlWithCaption | |
STPHPControlWithCaption | in file stphpcontrolwithcaption.php, method STPHPControlWithCaption::STPHPControlWithCaption() Creates the object | |
stphpcontrolwithcaption.php | procedural page stphpcontrolwithcaption.php | |
STPHPEdit | in file stphpedit.php, method STPHPEdit::STPHPEdit() Creates the object | |
STPHPEdit | in file stphpedit.php, class STPHPEdit A class that represnts an edit control | |
STPHPEditWithCaption | in file stphpeditwithcaption.php, class STPHPEditWithCaption | |
STPHPEditWithCaption | in file stphpeditwithcaption.php, method STPHPEditWithCaption::STPHPEditWithCaption() Creates the object | |
stphpeditwithcaption.php | procedural page stphpeditwithcaption.php | |
stphpedit.php | procedural page stphpedit.php | |
STPHPForm | in file stphpform.php, class STPHPForm A class that represents a form | |
STPHPForm | in file stphpform.php, method STPHPForm::STPHPForm() Creates the object | |
stphpform.php | procedural page stphpform.php | |
STPHPHR | in file stphphr.php, method STPHPHR::STPHPHR() Creates the object | |
STPHPHR | in file stphphr.php, class STPHPHR | |
stphphr.php | procedural page stphphr.php | |
STPHPImage | in file stphpimage.php, class STPHPImage A class that represents an image | |
STPHPImage | in file stphpimage.php, method STPHPImage::STPHPImage() Creates the object | |
STPHPImageWithCaption | in file stphpimagewithcaption.php, class STPHPImageWithCaption A class that represents an image with a caption | |
STPHPImageWithCaption | in file stphpimagewithcaption.php, method STPHPImageWithCaption::STPHPImageWithCaption() Creates the object | |
stphpimagewithcaption.php | procedural page stphpimagewithcaption.php | |
stphpimage.php | procedural page stphpimage.php | |
STPHPLabel | in file stphplabel.php, class STPHPLabel | |
STPHPLabel | in file stphplabel.php, method STPHPLabel::STPHPLabel() Creates the object | |
stphplabel.php | procedural page stphplabel.php | |
STPHPListbox | in file stphplistbox.php, class STPHPListbox | |
STPHPListbox | in file stphplistbox.php, method STPHPListbox::STPHPListbox() Creates the object | |
STPHPListBoxWithCaption | in file stphplistboxwithcaption.php, class STPHPListBoxWithCaption | |
STPHPListBoxWithCaption | in file stphplistboxwithcaption.php, method STPHPListBoxWithCaption::STPHPListBoxWithCaption() Creates the object | |
stphplistboxwithcaption.php | procedural page stphplistboxwithcaption.php | |
stphplistbox.php | procedural page stphplistbox.php | |
STPHPLocale | in file stphplocale.php, class STPHPLocale The class that implements the localization of strings | |
STPHPLocale | in file stphplocale.php, method STPHPLocale::STPHPLocale() Creates the object | |
stphplocale.php | procedural page stphplocale.php | |
STPHPObject | in file stphpobject.php, method STPHPObject::STPHPObject() Creates the object | |
STPHPObject | in file stphpobject.php, class STPHPObject A base class for every component | |
stphpobject.php | procedural page stphpobject.php | |
STPHPPanel | in file stphppanel.php, method STPHPPanel::STPHPPanel() Creates the object | |
STPHPPanel | in file stphppanel.php, class STPHPPanel A class that represents a panl with an optional title | |
stphppanel.php | procedural page stphppanel.php | |
STPHPRadioButton | in file stphpradiobutton.php, class STPHPRadioButton | |
STPHPRadioButton | in file stphpradiobutton.php, method STPHPRadioButton::STPHPRadioButton() Creates the object | |
STPHPRadioButtonWithCaption | in file stphpradiobuttonwithcaption.php, class STPHPRadioButtonWithCaption | |
STPHPRadioButtonWithCaption | in file stphpradiobuttonwithcaption.php, method STPHPRadioButtonWithCaption::STPHPRadioButtonWithCaption() Creates the object | |
stphpradiobuttonwithcaption.php | procedural page stphpradiobuttonwithcaption.php | |
stphpradiobutton.php | procedural page stphpradiobutton.php | |
STPHPRadioGroup | in file stphpradiogroup.php, class STPHPRadioGroup A class that represents a group of radio buttons | |
STPHPRadioGroup | in file stphpradiogroup.php, method STPHPRadioGroup::STPHPRadioGroup() Creates the object | |
stphpradiogroup.php | procedural page stphpradiogroup.php | |
STPHPRichButton | in file stphprichbutton.php, class STPHPRichButton A class that represnts a rich button | |
STPHPRichButton | in file stphprichbutton.php, method STPHPRichButton::STPHPRichButton() | |
stphprichbutton.php | procedural page stphprichbutton.php | |
STPHPSpacer | in file stphpspacer.php, class STPHPSpacer | |
STPHPSpacer | in file stphpspacer.php, method STPHPSpacer::STPHPSpacer() Creates the object | |
stphpspacer.php | procedural page stphpspacer.php | |
STPHPTable | in file stphptable.php, method STPHPTable::STPHPTable() Creates the object | |
STPHPTable | in file stphptable.php, class STPHPTable | |
STPHPTableCell | in file stphptablecell.php, class STPHPTableCell | |
STPHPTableCell | in file stphptablecell.php, method STPHPTableCell::STPHPTableCell() Creates the object | |
stphptablecell.php | procedural page stphptablecell.php | |
STPHPTableRow | in file stphptablerow.php, class STPHPTableRow | |
STPHPTableRow | in file stphptablerow.php, method STPHPTableRow::STPHPTableRow() Creates the object | |
stphptablerow.php | procedural page stphptablerow.php | |
stphptable.php | procedural page stphptable.php | |
STPHPTabPanel | in file stphptabpanel.php, class STPHPTabPanel A class that represents panel with a title and tabs | |
STPHPTabPanel | in file stphptabpanel.php, method STPHPTabPanel::STPHPTabPanel() Creates the object | |
stphptabpanel.php | procedural page stphptabpanel.php | |
STPHPTabTitle | in file stphptabtitle.php, class STPHPTabTitle A class that represents the title and a tab of STPHPTabPanel component | |
STPHPTabTitle | in file stphptabtitle.php, method STPHPTabTitle::STPHPTabTitle() Creates the object | |
stphptabtitle.php | procedural page stphptabtitle.php | |
STPHPTextArea | in file stphptextarea.php, class STPHPTextArea A class that represents a text area | |
STPHPTextArea | in file stphptextarea.php, method STPHPTextArea::STPHPTextArea() Creates the object | |
STPHPTextAreaWithCaption | in file stphptextareawithcaption.php, class STPHPTextAreaWithCaption A textarea with a caption | |
STPHPTextAreaWithCaption | in file stphptextareawithcaption.php, method STPHPTextAreaWithCaption::STPHPTextAreaWithCaption() Creates the object | |
stphptextareawithcaption.php | procedural page stphptextareawithcaption.php | |
stphptextarea.php | procedural page stphptextarea.php | |
STPHPToolbar | in file stphptoolbar.php, method STPHPToolbar::STPHPToolbar() Creates the object | |
STPHPToolbar | in file stphptoolbar.php, class STPHPToolbar A class that represents a toolbar. | |
stphptoolbar.php | procedural page stphptoolbar.php | |
STPHPWindow | in file stphpwindow.php, class STPHPWindow The class that represents a window | |
STPHPWindow | in file stphpwindow.php, method STPHPWindow::STPHPWindow() Creates the object | |
stphpwindow.php | procedural page stphpwindow.php | |
STPHPXmlDoc | in file stphpxmldoc.php, class STPHPXmlDoc The class that represents a XML document | |
STPHPXmlDoc | in file stphpxmldoc.php, method STPHPXmlDoc::STPHPXmlDoc() Creates the object | |
stphpxmldoc.php | procedural page stphpxmldoc.php | |
STPHPXmlElement | in file stphpxmlelement.php, method STPHPXmlElement::STPHPXmlElement() Creates the object | |
STPHPXmlElement | in file stphpxmlelement.php, class STPHPXmlElement The class that represents a XML node | |
stphpxmlelement.php | procedural page stphpxmlelement.php | |
stphpimage_show.php | procedural page stphpimage_show.php | |
top
| ||
$tabs | in file stphptabpanel.php, variable STPHPTabPanel::$tabs The list of tabs | |
$tabSelected | in file stphptabpanel.php, variable STPHPTabPanel::$tabSelected The selected tab | |
$theme | in file stphpapplication.php, variable STPHPApplication::$theme The theme of the application | |
$title | in file stphpapplication.php, variable STPHPApplication::$title The title of the application | |
tag_close | in file stphpxmldoc.php, method STPHPXmlDoc::tag_close() The handler for parsing the tag closing for XML | |
tag_open | in file stphpxmldoc.php, method STPHPXmlDoc::tag_open() The handler for parsing the tag opening for XML | |
translateAttribute | in file stphpcomponent.php, method STPHPComponent::translateAttribute() Set an attribute to its translated value | |
top
| ||
$units | in file stphpspacer.php, variable STPHPSpacer::$units The number of space units | |
top
| ||
$values | in file stphplocale.php, variable STPHPLocale::$values The array of values | |
$variables | in file stphpform.php, variable STPHPForm::$variables The list of variables of a form (input type=hidden elements) | |
$version | in file stphpapplication.php, variable STPHPApplication::$version The version of the application | |
top
| ||
$withCData | in file stphpxmldoc.php, variable STPHPXmlDoc::$withCData TRUE if the current tag has data | |
$wndMain | in file stphpapplication.php, variable STPHPApplication::$wndMain The pointer to the main window | |
write | in file stphptablecell.php, method STPHPTableCell::write() Designs the object at runtime | |
write | in file stphptable.php, method STPHPTable::write() Designs the object at runtime | |
write | in file stphprichbutton.php, method STPHPRichButton::write() Designs the object at runtime | |
write | in file stphptablerow.php, method STPHPTableRow::write() Designs the object at runtime | |
write | in file stphpspacer.php, method STPHPSpacer::write() Designs the object at runtime | |
write | in file stphptabpanel.php, method STPHPTabPanel::write() Designs the object at runtime | |
write | in file stphpwindow.php, method STPHPWindow::write() Designs the object at runtime | |
write | in file stphptoolbar.php, method STPHPToolbar::write() Designs the object at runtime | |
write | in file stphptextarea.php, method STPHPTextArea::write() Designs the object at runtime | |
write | in file stphptabtitle.php, method STPHPTabTitle::write() Designs the object at runtime | |
write | in file stphpradiobutton.php, method STPHPRadioButton::write() Designs the object at runtime | |
write | in file stphppanel.php, method STPHPPanel::write() Designs the object at runtime | |
write | in file stphpcomponent.php, method STPHPComponent::write() Designs the object at runtime | |
write | in file stphpcheckbox.php, method STPHPCheckBox::write() Designs the object at runtime | |
write | in file stphpbutton.php, method STPHPButton::write() Designs the object at runtime | |
write | in file stphpbtnimage.php, method STPHPBtnImage::write() Designs the object at runtime | |
write | in file stphpcontrolwithcaption.php, method STPHPControlWithCaption::write() Designs the object at runtime | |
write | in file stphpedit.php, method STPHPEdit::write() Designs the object at runtime | |
write | in file stphplabel.php, method STPHPLabel::write() Designs the object at runtime | |
write | in file stphpimage.php, method STPHPImage::write() Designs the object at runtime | |
write | in file stphphr.php, method STPHPHR::write() Designs the object at runtime | |
write | in file stphpform.php, method STPHPForm::write() Designs the object at runtime | |
write | in file stphplistbox.php, method STPHPListbox::write() Designs the object at runtime |