phpClick
[ class tree: phpClick ] [ index: phpClick ] [ all elements ]

Element index for package phpClick

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ _ ]

_

__construct
in file QueryFilter.inc.php, method QueryFilter::__construct()
    Construct a new QueryFilter
__construct
in file Query.inc.php, method Query::__construct()
    Construct a new Query object
__construct
in file Page.inc.php, method Page::__construct()
    Construct a new page object
__construct
in file Database.inc.php, method Database::__construct()
    Constructs a new database connection
__construct
in file Rotator.inc.php, method Rotator::__construct()
    Constructor is called with two or more arguments
__construct
in file User.inc.php, method User::__construct()
    Instantiates a new User object that represents a user of phpClick
__construct
in file XmlObject.inc.php, method XmlObject::__construct()
__construct
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::__construct()
    Construct a new component
__construct
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::__construct()
    Construct a new component
__construct
in file Wizard.inc.php, method Wizard::__construct()
    Construct a new component
__construct
in file Condition.inc.php, method Condition::__construct()
    Construct a new Condition
__construct
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::__construct()
    Creates a dynamicOutput component.
__construct
in file ChannelAddComponents.inc.php, method ChannelAddComponents::__construct()
    Constructs new channel
__construct
in file Channel.inc.php, method Channel::__construct()
    Constructs a new component
__construct
in file Application.inc.php, method Application::__construct()
    Instantiates an Application object
__construct
in file AppDatabase.inc.php, method AppDatabase::__construct()
    Constructs a new AppDatabase object
__construct
in file ChannelMessages.inc.php, method ChannelMessages::__construct()
    Constructs new channel
__construct
in file ChannelTreeView.inc.php, method ChannelTreeView::__construct()
    Constructs new channel
__construct
in file ComponentDataTable.inc.php, method ComponentDataTable::__construct()
    Creates a dataTable component.
__construct
in file Component.inc.php, method Component::__construct()
    Construct a new component
__construct
in file ChannelWizards.inc.php, method ChannelWizards::__construct()
    Constructs new channel
__construct
in file ActionRule.inc.php, method ActionRule::__construct()
    Construct a new action rule
top

a

$aOperatorsWithParameter
in file Condition.inc.php, variable Condition::$aOperatorsWithParameter
$aOperatorsWithParameter
in file QueryFilter.inc.php, variable QueryFilter::$aOperatorsWithParameter
$aTableInfo
in file Wizard.inc.php, variable Wizard::$aTableInfo
$aUserFriendlyOperatorNames
in file Condition.inc.php, variable Condition::$aUserFriendlyOperatorNames
$aUserFriendlyOperatorNames
in file QueryFilter.inc.php, variable QueryFilter::$aUserFriendlyOperatorNames
Action
in file Action.inc.php, class Action
    An abstraction of an action within an action rule
actionFrame.php
procedural page actionFrame.php
ActionGoToPage
in file ActionGoToPage.inc.php, class ActionGoToPage
    An action that redirects the user to a different page
ActionRule
in file ActionRule.inc.php, class ActionRule
    An abstraction of an action rule consisting of a list of conditions and a list of actions
ActionSaveToDatabase
in file ActionSaveToDatabase.inc.php, class ActionSaveToDatabase
    An action that saves data to the database
ActionSendEmail
in file ActionSendEmail.inc.php, class ActionSendEmail
    An action that sends email
addAdmin
in file Application.inc.php, method Application::addAdmin()
    Add a new application administrator
addAppAdmin.php
procedural page addAppAdmin.php
addColumnHeader
in file ComponentDataTable.inc.php, method ComponentDataTable::addColumnHeader()
    Adds a columnHeader entry (e.g. <columnHeader dbFieldName="firstname">First Name</columnHeader>)
addComponent
in file Page.inc.php, method Page::addComponent()
    Adds an existing component to this page's XML
addNotice
in file ChannelMessages.inc.php, method ChannelMessages::addNotice()
addSortBy
in file Query.inc.php, method Query::addSortBy()
    Adds a sort field name and direction of the sort ("asc" for ascending, or "desc" for descending).
AppDatabase
in file AppDatabase.inc.php, class AppDatabase
    This class is used for accessing the database of an application built with phpClick
Application
in file Application.inc.php, class Application
    Represents a web application
applicationLogin.php
procedural page applicationLogin.php
appMenuSidebar.php
procedural page appMenuSidebar.php
appMenu.php
procedural page appMenu.php
ActionGoToPage.inc.php
procedural page ActionGoToPage.inc.php
ActionRule.inc.php
procedural page ActionRule.inc.php
ActionSaveToDatabase.inc.php
procedural page ActionSaveToDatabase.inc.php
ActionSendEmail.inc.php
procedural page ActionSendEmail.inc.php
Action.inc.php
procedural page Action.inc.php
addAppAdmin.inc.php
procedural page addAppAdmin.inc.php
addAVote.inc.php
procedural page addAVote.inc.php
addDatabaseField.inc.php
procedural page addDatabaseField.inc.php
addDatabaseRecord.inc.php
procedural page addDatabaseRecord.inc.php
AppDatabase.inc.php
procedural page AppDatabase.inc.php
Application.inc.php
procedural page Application.inc.php
top

b

$bIsExpandedByDefault
in file Channel.inc.php, variable Channel::$bIsExpandedByDefault
borderFrame.php
procedural page borderFrame.php
top

c

Channel
in file Channel.inc.php, class Channel
    This is the base class for channels displayed in the sidebar (e.g. the messages, tree view etc.).
ChannelAddComponents
in file ChannelAddComponents.inc.php, class ChannelAddComponents
    Implements "Component Library" channel
ChannelMessages
in file ChannelMessages.inc.php, class ChannelMessages
    Displays "What's next" type messages in sidebar
ChannelTreeView
in file ChannelTreeView.inc.php, class ChannelTreeView
    Displays tree view of the applications pages and files in the sidebar
ChannelWizards
in file ChannelWizards.inc.php, class ChannelWizards
    Implements "Wizards" channel
COLLAPSED
in file common.inc.php, constant COLLAPSED
Component
in file Component.inc.php, class Component
    This is the base class for each component. Typically it is not instantiated by itself.
ComponentButton
in file ComponentButton.inc.php, class ComponentButton
    Represents a button component that can trigger and perform actions
ComponentCheckbox
in file ComponentCheckbox.inc.php, class ComponentCheckbox
    Represents an image component. Also manages image upload and management
ComponentDataTable
in file ComponentDataTable.inc.php, class ComponentDataTable
    Represents a component that displays database info in tabular format
ComponentDynamicOutput
in file ComponentDynamicOutput.inc.php, class ComponentDynamicOutput
    Represents a component that can output the current values of input fields as well
ComponentHtmlText
in file ComponentHtmlText.inc.php, class ComponentHtmlText
    Represents a text/HTML component that can store and display arbitrary HTML
ComponentImage
in file ComponentImage.inc.php, class ComponentImage
    Represents an image component. Also manages image upload and management
ComponentInputText
in file ComponentInputText.inc.php, class ComponentInputText
    Represents a text input field including input validation
ComponentInterface
in file ComponentInterface.inc.php, class ComponentInterface
    This interface is designed more as a documention aid for implementing
ComponentRadiobuttonGroup
in file ComponentRadiobuttonGroup.inc.php, class ComponentRadiobuttonGroup
    Represents a group of radiobuttons
ComponentButton.inc.php
procedural page ComponentButton.inc.php
Condition.inc.php
procedural page Condition.inc.php
ComponentCheckbox.inc.php
procedural page ComponentCheckbox.inc.php
ComponentDataTable.inc.php
procedural page ComponentDataTable.inc.php
ComponentDynamicOutput.inc.php
procedural page ComponentDynamicOutput.inc.php
ComponentHtmlText.inc.php
procedural page ComponentHtmlText.inc.php
ComponentImage.inc.php
procedural page ComponentImage.inc.php
ComponentInputText.inc.php
procedural page ComponentInputText.inc.php
ComponentRadiobuttonGroup.inc.php
procedural page ComponentRadiobuttonGroup.inc.php
Condition
in file Condition.inc.php, class Condition
    An abstraction of a condition within an action rule
confirmSignup.php
procedural page confirmSignup.php
copyApplication.php
procedural page copyApplication.php
copyMoveComponent.php
procedural page copyMoveComponent.php
copyr
in file fileFunctions.inc.php, function copyr()
    Copy a file, or a folder and its contents
createCopy
in file Application.inc.php, method Application::createCopy()
    Creates a copy of the current application (XML file, images, database) and returns a new Application object
createCopyOfComponent
in file Page.inc.php, method Page::createCopyOfComponent()
createNew
in file Application.inc.php, method Application::createNew()
    Creates a new application
createNewActionByTypeFactory
in file ActionRule.inc.php, method ActionRule::createNewActionByTypeFactory()
    Factory method to create new action objects depending on the type, e.g. "actionGoToPage"
createNewActionRule
in file ComponentButton.inc.php, method ComponentButton::createNewActionRule()
    Creates a new action rule, i.e. '<actionRule>'
createNewActionsNode
in file ActionRule.inc.php, method ActionRule::createNewActionsNode()
    Creates an XML node that can hold actions, i.e. "<actions>"
createNewApplication.php
procedural page createNewApplication.php
createNewAppTable
in file AppDatabase.inc.php, method AppDatabase::createNewAppTable()
    Creates a table within the application's database.
createNewComponent
in file Page.inc.php, method Page::createNewComponent()
    Creates a new component of a given type and adds the XML node for same component under this page
createNewCondition
in file ActionRule.inc.php, method ActionRule::createNewCondition()
    Creates a new condition, i.e. '<condition fieldId="firstName" operator="isEmpty"/>'
createNewConditionsNode
in file ActionRule.inc.php, method ActionRule::createNewConditionsNode()
    Creates an XML node that can hold conditions, i.e. "<conditions>"
createNewDatabase
in file Application.inc.php, method Application::createNewDatabase()
    Creates the database for a new application
createNewDatabaseField
in file AppDatabase.inc.php, method AppDatabase::createNewDatabaseField()
    Create a new field of a particular name and type within the application's database
createNewDatabaseFieldIfRequested
in file Component.inc.php, method Component::createNewDatabaseFieldIfRequested()
createNewFilter
in file ComponentDataTable.inc.php, method ComponentDataTable::createNewFilter()
    Adds a new filter to the query, i.e. '<filter dbFieldName="firstName" operator="isEmpty"...'
createNewFilter
in file Query.inc.php, method Query::createNewFilter()
    Adds a new filter, i.e. '<filter dbFieldName="firstName" operator="isEmpty"...'
createNewFiltersNode
in file Query.inc.php, method Query::createNewFiltersNode()
    Creates an XML node that can hold filters, i.e. "<filters>"
createNewFolder
in file Application.inc.php, method Application::createNewFolder()
    Creates the folder for a new application
createNewOption
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::createNewOption()
    Creates a new option, i.e. '<option>'
createNewPage
in file Application.inc.php, method Application::createNewPage()
    Creates a new XML element in the application's XML file representing a page
createNewQuery
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::createNewQuery()
    Creates a new query, i.e. '<query>'
createNewQuery
in file ComponentDataTable.inc.php, method ComponentDataTable::createNewQuery()
    Creates a new query, i.e. '<query>'
createNewUser
in file User.inc.php, method User::createNewUser()
    Creates a new user within the database
cancelDropComponent.inc.php
procedural page cancelDropComponent.inc.php
channelExpandOrCollapse.inc.php
procedural page channelExpandOrCollapse.inc.php
copyApplication.inc.php
procedural page copyApplication.inc.php
copyMoveComponent.inc.php
procedural page copyMoveComponent.inc.php
createNewApplication.inc.php
procedural page createNewApplication.inc.php
createNewPage.inc.php
procedural page createNewPage.inc.php
ChannelAddComponents.inc.php
procedural page ChannelAddComponents.inc.php
ChannelMessages.inc.php
procedural page ChannelMessages.inc.php
ChannelTreeView.inc.php
procedural page ChannelTreeView.inc.php
ChannelWizards.inc.php
procedural page ChannelWizards.inc.php
Channel.inc.php
procedural page Channel.inc.php
common.inc.php
procedural page common.inc.php
ComponentInterface.inc.php
procedural page ComponentInterface.inc.php
Component.inc.php
procedural page Component.inc.php
customCreateLink.php
procedural page customCreateLink.php
top

d

deleteActionRule.inc.php
procedural page deleteActionRule.inc.php
deleteImage.inc.php
procedural page deleteImage.inc.php
deleteOption.inc.php
procedural page deleteOption.inc.php
Database
in file Database.inc.php, class Database
    This class represents the internal phpClick database that contains user, application info
databaseFieldDelete.php
procedural page databaseFieldDelete.php
databaseFieldEdit.php
procedural page databaseFieldEdit.php
databaseFieldMoveLeft
in file AppDatabase.inc.php, method AppDatabase::databaseFieldMoveLeft()
    Move a particular field to the left within the default's table's schema
databaseFieldMoveRight
in file AppDatabase.inc.php, method AppDatabase::databaseFieldMoveRight()
    Move a particular field to the right within the default's table's schema
databaseFieldNew.php
procedural page databaseFieldNew.php
databaseQueryPreview.php
procedural page databaseQueryPreview.php
databaseRecordEdit.php
procedural page databaseRecordEdit.php
databaseRecordNew.php
procedural page databaseRecordNew.php
databaseSidebar.php
procedural page databaseSidebar.php
database.php
procedural page database.php
delete
in file Application.inc.php, method Application::delete()
    Deletes the whole application (files, database)
deleteActionRuleByPosition
in file ComponentButton.inc.php, method ComponentButton::deleteActionRuleByPosition()
    Deletes an action rule from the XML
deleteAllActions
in file ActionRule.inc.php, method ActionRule::deleteAllActions()
    Deletes all actions defined for this action rule
deleteAllConditions
in file ActionRule.inc.php, method ActionRule::deleteAllConditions()
    Deletes all conditions defined for this action rule
deleteAllNotices
in file ChannelMessages.inc.php, method ChannelMessages::deleteAllNotices()
deleteApplication.php
procedural page deleteApplication.php
deleteCodePage
in file Page.inc.php, method Page::deleteCodePage()
    Deletes the corresponding code file that had been automatically created
deleteComponentById
in file Application.inc.php, method Application::deleteComponentById()
    Delete a particular component from the XML
deleteComponentIdInXml
in file Application.inc.php, method Application::deleteComponentIdInXml()
    Deletes ALL occurrences of a particular component id to a new id within the XML (for all components that have an attribute called "fieldId"). Deletion actually happens at the action rule level. So, if an action rule consists of this component in the condition the entire action rule is deleted.
deleteDatabaseField
in file AppDatabase.inc.php, method AppDatabase::deleteDatabaseField()
    Delete a field from the default table within the application's database
deleteDatabaseRecord
in file AppDatabase.inc.php, method AppDatabase::deleteDatabaseRecord()
    Delete a particular record within the database's default table
deleteDbFieldNameInXml
in file Application.inc.php, method Application::deleteDbFieldNameInXml()
    Delete ALL occurrences of a particular database field name within the XML (for all components that have an attribute called "dbFieldName").
deleteDir
in file fileFunctions.inc.php, function deleteDir()
    Removes a complete directory including all files and folders within it Modified copy from php.net: jackylee at eml dot cc
deleteOptionByPosition
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::deleteOptionByPosition()
    Deletes an option from the XML
deletePageById
in file Application.inc.php, method Application::deletePageById()
    Delete a "Page" XML node from the DOM object identified by the page's id
deletePageIdReferenceInXml
in file Application.inc.php, method Application::deletePageIdReferenceInXml()
    Delete ALL occurrences of an particular page inside any actionGoToPage specified on any button in the XML This is used to get the XML file in sync if the user deletes a page.
deleteTempXmlFile
in file Application.inc.php, method Application::deleteTempXmlFile()
    Deletes the temporary XML file that holds the application definition
doActionToUrlRedirections
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::doActionToUrlRedirections()
doActionToUrlRedirections
in file Component.inc.php, method Component::doActionToUrlRedirections()
doActionToUrlRedirections
in file ComponentButton.inc.php, method ComponentButton::doActionToUrlRedirections()
doActionToUrlRedirections
in file ComponentDataTable.inc.php, method ComponentDataTable::doActionToUrlRedirections()
doAuthCheck
in file common.inc.php, function doAuthCheck()
    Verifies that a user is logged on and otherwise sends the user back to the login page.
doJavascript
in file common.inc.php, function doJavascript()
    "Remembers" which javascript code to print when the controller (do.php) finishes running
doPageExpandOrCollapse
in file ChannelTreeView.inc.php, method ChannelTreeView::doPageExpandOrCollapse()
    Sets a particular page as expanded or collapsed, toggling the current state
do.php
procedural page do.php
draw
in file Channel.inc.php, method Channel::draw()
    Displays the channel
dropNewComponentSidebar.php
procedural page dropNewComponentSidebar.php
deleteApplication.inc.php
procedural page deleteApplication.inc.php
deleteComponent.inc.php
procedural page deleteComponent.inc.php
deleteDatabaseField.inc.php
procedural page deleteDatabaseField.inc.php
deleteDatabaseRecord.inc.php
procedural page deleteDatabaseRecord.inc.php
deletePage.inc.php
procedural page deletePage.inc.php
dropNewComponent.inc.php
procedural page dropNewComponent.inc.php
databaseQueryFunctions.inc.php
procedural page databaseQueryFunctions.inc.php
Database.inc.php
procedural page Database.inc.php
databaseConnect.inc.php
procedural page databaseConnect.inc.php
top

e

editActionRule.inc.php
procedural page editActionRule.inc.php
editActionRule.php
procedural page editActionRule.php
editStyle.inc.php
procedural page editStyle.inc.php
editStyle.php
procedural page editStyle.php
editOption.inc.php
procedural page editOption.inc.php
editOption.php
procedural page editOption.php
editComponent.php
procedural page editComponent.php
editPageProperties.php
procedural page editPageProperties.php
editQuery.php
procedural page editQuery.php
editWizard.php
procedural page editWizard.php
EXPANDED
in file common.inc.php, constant EXPANDED
expandOrCollapse
in file Channel.inc.php, method Channel::expandOrCollapse()
    Expand or Collaps the channel, toggles the current state
editComponent.inc.php
procedural page editComponent.inc.php
editDatabaseField.inc.php
procedural page editDatabaseField.inc.php
editDatabaseRecord.inc.php
procedural page editDatabaseRecord.inc.php
editDatabase.inc.php
procedural page editDatabase.inc.php
editDocumentation.inc.php
procedural page editDocumentation.inc.php
editPage.inc.php
procedural page editPage.inc.php
editQuery.inc.php
procedural page editQuery.inc.php
editWizard.inc.php
procedural page editWizard.inc.php
exportData.inc.php
procedural page exportData.inc.php
emailFunctions.inc.php
procedural page emailFunctions.inc.php
top

f

factory.inc.php
procedural page factory.inc.php
FEEDBACKNEG
in file common.inc.php, constant FEEDBACKNEG
FEEDBACKPOS
in file common.inc.php, constant FEEDBACKPOS
formatStringByExample
in file common.inc.php, function formatStringByExample()
    Returns a string formatted according to an example style by replacing an example text with a concreate value, for example: "Header Row" may be returned as "First Name"
frameset.php
procedural page frameset.php
fileFunctions.inc.php
procedural page fileFunctions.inc.php
factory.inc.php
procedural page factory.inc.php
top

g

generateAppStyles
in file Application.inc.php, method Application::generateAppStyles()
    This function creates a styles directory in the application folder and copies the global.css in this directory. In future when we allow custom style sheets to be created by the user, we can save all such files for a particular application in this folder.
generateCode
in file Page.inc.php, method Page::generateCode()
    Generates a file containing the code to implement the page behavior
generateLibraries
in file Application.inc.php, method Application::generateLibraries()
    Generates code-libraries that are used by the application (e.g. database connection library)
get
in file Rotator.inc.php, method Rotator::get()
    Returns the current value in the list
getAccessRestriction
in file Page.inc.php, method Page::getAccessRestriction()
    Returns the access restrictions for this page
getActionFactory
in file ActionRule.inc.php, method ActionRule::getActionFactory()
    Factory method to create action objects depending on the type, e.g. "actionGoToPage"
getActionRuleByPosition
in file ComponentButton.inc.php, method ComponentButton::getActionRuleByPosition()
    Returns an action rule from the XML
getActionRules
in file ComponentButton.inc.php, method ComponentButton::getActionRules()
    Returns an array of actionRule objects
getActions
in file ActionRule.inc.php, method ActionRule::getActions()
    Returns an array of "action" objects
getActiveAppId
in file Application.inc.php, method Application::getActiveAppId()
    Returns the Id of the currently "active" application
getActivePage
in file Application.inc.php, method Application::getActivePage()
    Returns the currently selected page or the "virtual" "global" page as an object
getActivePageId
in file Page.inc.php, method Page::getActivePageId()
    Returns the id of the currently selected page or the "virtual" "global" page
getActiveTab
in file common.inc.php, function getActiveTab()
    Returns the currently active tab
getAdminUserIds
in file Application.inc.php, method Application::getAdminUserIds()
    Returns an array containing the administrators of this application
getApp
in file AppDatabase.inc.php, method AppDatabase::getApp()
    Returns a reference to the application that this database belongs to
getApp
in file Channel.inc.php, method Channel::getApp()
    Returns the Application that this channel is associated with
getAppDatabase
in file Application.inc.php, method Application::getAppDatabase()
    Returns a reference to the database object that represents the application's database
getAppInputComponents
in file Application.inc.php, method Application::getAppInputComponents()
    Returns a list of input components on all the pages of the current application. These components are of type inputText, radiobuttonGroup, checkbox
getApplications
in file User.inc.php, method User::getApplications()
    Returns an array of all applications that the user is an administrator for [$i]['id'] contains the application's id [$i]['name'] contains the application's name
getChannelByType
in file Channel.inc.php, method Channel::getChannelByType()
    Factory method that creates a particular channel
getCheckboxMessage
in file ComponentCheckbox.inc.php, method ComponentCheckbox::getCheckboxMessage()
    Returns the custom HTML message that appears next to the checkbox
getCheckboxMessageAlignment
in file ComponentCheckbox.inc.php, method ComponentCheckbox::getCheckboxMessageAlignment()
    Returns the alignment of the message with the checkbox
getCodeForPageComponents
in file Page.inc.php, method Page::getCodeForPageComponents()
    Creates the HTML/Javascript/PHP code necessary to implement the components' functionality
getCodeForPageProperties
in file Page.inc.php, method Page::getCodeForPageProperties()
    Returns the code for page header, includes all the page properties i.e. background color, script file
getCodePageFilePath
in file Page.inc.php, method Page::getCodePageFilePath()
    Returns the full file path of the page that is automatically generated
getCodePageName
in file Page.inc.php, method Page::getCodePageName()
    Returns the file name of the page that is automatically generated
getCodePageNameById
in file Page.inc.php, method Page::getCodePageNameById()
    Returns the file name of the page that is automatically generated for a particular page
getCodePageUrl
in file Page.inc.php, method Page::getCodePageUrl()
    Returns the full web path of the page that is automatically generated
getCodeToEvaluateCondition
in file Condition.inc.php, method Condition::getCodeToEvaluateCondition()
    Returns the code for evaluating the condition. It is used by the code generator as an expression
getCodeToPerformAction
in file ActionSendEmail.inc.php, method ActionSendEmail::getCodeToPerformAction()
    Returns the code to perform Send Email action. This is simple function call to sendEmail. So, it expects sendEmail to be defined already. This is task must be done by ComponentButton class or someone else.
getCodeToPerformAction
in file ActionSaveToDatabase.inc.php, method ActionSaveToDatabase::getCodeToPerformAction()
    Returns the code to save the data entered in the form into the database. This function verifies which input fields have been associated with any database field. If there are any input fields associated with the database fields it will output the code to build up the query and run the query
getCodeToPerformAction
in file Action.inc.php, method Action::getCodeToPerformAction()
    Returns code to perform this given action. This function is typically overridden by classed extending this one.
getCodeToPerformAction
in file ActionGoToPage.inc.php, method ActionGoToPage::getCodeToPerformAction()
    Returns the code to perform Go To Page action. This function does not check for multiple Go To Page action specified by the user. This only means that the latest Go To Page action in the list of action rules that meets the conditions wins and that page will be loaded.
getColumnHeaderByDbFieldName
in file ComponentDataTable.inc.php, method ComponentDataTable::getColumnHeaderByDbFieldName()
    Returns the title for a particular database field
getComponentById
in file Application.inc.php, method Application::getComponentById()
    Given the component's Id, returns an object of type "ComponentX" where X is "Button", "HtmlText" etc.
getComponentByTypeFactory
in file factory.inc.php, function getComponentByTypeFactory()
    Factory method to create component objects depending on the type, e.g. "htmlText"
getComponentCode
in file ComponentInputText.inc.php, method ComponentInputText::getComponentCode()
    Returns the code that is required to render the component on the screen. If the application is in the edit mode then it puts a little move icon along with the component to allow it to be moved.
getComponentCode
in file ComponentInterface.inc.php, method ComponentInterface::getComponentCode()
    Returns PHP code generated by the component which implements the component's functionality
getComponentCode
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::getComponentCode()
    Returns the html text
getComponentCode
in file ComponentCheckbox.inc.php, method ComponentCheckbox::getComponentCode()
    Returns the code that is required to render the checkbox on the screen.
getComponentCode
in file ComponentDataTable.inc.php, method ComponentDataTable::getComponentCode()
    Returns the code to render a data table.
getComponentCode
in file ComponentButton.inc.php, method ComponentButton::getComponentCode()
    Returns the code that is required to render the component on the screen. If the application is in the edit mode then it puts a little move icon along with the component to allow it to be moved.
getComponentCode
in file Component.inc.php, method Component::getComponentCode()
    Returns PHP code generated by the component which implements the component's functionality.
getComponentCode
in file ComponentHtmlText.inc.php, method ComponentHtmlText::getComponentCode()
    Returns the html text as it is. This text can be put in the final code as it is since the actual code is generated by the FCKEditor
getComponentCode
in file ComponentImage.inc.php, method ComponentImage::getComponentCode()
    Returns the code that is required to render the image on the screen.
getComponentCode
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::getComponentCode()
    Returns the code that is required to render the component on the screen. If the application is in the edit mode then it puts a little move icon along with the component to allow it to be moved.
getComponentCodeBeforeHtmlTag
in file ComponentInputText.inc.php, method ComponentInputText::getComponentCodeBeforeHtmlTag()
    Returns the code that goes before the HTML tag, this is essentially input text validation.
getComponentCodeBeforeHtmlTag
in file Component.inc.php, method Component::getComponentCodeBeforeHtmlTag()
    Returns PHP code generated by the component which implements the component's functionality.
getComponentCodeBeforeHtmlTag
in file ComponentButton.inc.php, method ComponentButton::getComponentCodeBeforeHtmlTag()
    Returns code required to perform the actions to be performed on the button click as specified by the designer.
getComponentCodeBeforeHtmlTag
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::getComponentCodeBeforeHtmlTag()
    Returns PHP code that should be inserted before the HTML tag in the generated PHP file
getComponentIdExpandedDefault
in file ComponentButton.inc.php, method ComponentButton::getComponentIdExpandedDefault()
    Returns whether or not the input field for the component Id should be shown expanded by default or not (ie. collapsed).
getComponentIdExpandedDefault
in file ComponentCheckbox.inc.php, method ComponentCheckbox::getComponentIdExpandedDefault()
    Returns whether or not the input field for the component Id should be shown expanded by default or not (ie. collapsed).
getComponentIdExpandedDefault
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::getComponentIdExpandedDefault()
    Returns whether or not the input field for the component Id should be shown expanded by default or not (ie. collapsed).
getComponentIdExpandedDefault
in file Component.inc.php, method Component::getComponentIdExpandedDefault()
    Returns whether or not the input field for the component Id should be shown expanded by default or not (ie. collapsed). This function may be overwritten by individual components
getComponentIdExpandedDefault
in file ComponentInputText.inc.php, method ComponentInputText::getComponentIdExpandedDefault()
    Returns whether or not the input field for the component Id should be shown expanded by default or not (ie. collapsed).
getComponentMaxZ
in file Page.inc.php, method Page::getComponentMaxZ()
    Returns the maximum z value currently used by any component
getComponents
in file Page.inc.php, method Page::getComponents()
    Returns an array of all Component objects that comprise the page
getComponentsByType
in file Page.inc.php, method Page::getComponentsByType()
    Returns an array of all Component objects that comprise the page and are of a given type
getConditionByPosition
in file ActionRule.inc.php, method ActionRule::getConditionByPosition()
    Returns a condition from the XML
getConditions
in file ActionRule.inc.php, method ActionRule::getConditions()
    Returns an array of "condition" objects
getConditionsConnector
in file ActionRule.inc.php, method ActionRule::getConditionsConnector()
    Returns either the keyword "and" or the keyword "or" which represent the boolean connector used to connect the conditions of this action rule
getCurrentStep
in file Wizard.inc.php, method Wizard::getCurrentStep()
    Returns the currently active step in the wizard
getDataRowAlternatingColors
in file ComponentDataTable.inc.php, method ComponentDataTable::getDataRowAlternatingColors()
    Returns whether alternate colors is selected
getDataRowBgColorAlt
in file ComponentDataTable.inc.php, method ComponentDataTable::getDataRowBgColorAlt()
    Returns the data row background color for even rows only when alternate colors is selected otherwise this function should not be called.
getDataRowBgColorMain
in file ComponentDataTable.inc.php, method ComponentDataTable::getDataRowBgColorMain()
    Returns the data row background color for odd rows when alternate colors is selected otherwise for all rows when alternate colors is not selected.
getDataRowStyle
in file ComponentDataTable.inc.php, method ComponentDataTable::getDataRowStyle()
    Returns the data row style as an HTML format for the Data Row from the XML file
getDataTableBorder
in file ComponentDataTable.inc.php, method ComponentDataTable::getDataTableBorder()
    Returns the data table border thickness.
getDb
in file AppDatabase.inc.php, method AppDatabase::getDb()
    Returns the database handle for this application's database
getDbFieldName
in file QueryFilter.inc.php, method QueryFilter::getDbFieldName()
    Returns the database field name
getDbName
in file Application.inc.php, method Application::getDbName()
    Returns the database name for this application's database
getDbPassword
in file Application.inc.php, method Application::getDbPassword()
    Returns the database password for this application's database
getDbPlaceholderValueCallback
in file utilityFunctions.inc.php, function getDbPlaceholderValueCallback()
    This function is a callback for preg_replace_callback which finds each occurrance of a particular database field placeholder (example: [firstname]) and substitutes it with the value of this database field
getDbSaveFields
in file Page.inc.php, method Page::getDbSaveFields()
    Returns the list of components to be saved into the database as defined by the user. As in:
getDbSaveFields
in file Application.inc.php, method Application::getDbSaveFields()
    Returns the list of components to be saved into the database as defined by the user. As in: <saveValue dbFieldName="" /> Currently the XML stores a blank if the inputText field is not to be saved in the database.
getDbUserId
in file Application.inc.php, method Application::getDbUserId()
    Returns the database userid for this application's database
getDefaultOptionValue
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::getDefaultOptionValue()
    Returns the value of the default option or the empty string if no default option is chosen
getDefaultTableName
in file AppDatabase.inc.php, method AppDatabase::getDefaultTableName()
    Return the default table name for the application's database.
getDom
in file Application.inc.php, method Application::getDom()
    Returns a reference to the DOMDocument representing the application
getDom
in file Page.inc.php, method Page::getDom()
    Returns a reference to the DOMDocument representing the application
getDom
in file XmlObject.inc.php, method XmlObject::getDom()
    Returns a refernce to the DOMDocument that is at the root of this XML object
getExistingOrNewQuery
in file ComponentDataTable.inc.php, method ComponentDataTable::getExistingOrNewQuery()
    Returns a query object, if one already exists it is returned, otherwise a new object is created
getExistingOrNewQuery
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::getExistingOrNewQuery()
    Returns a query object, if one already exists it is returned, otherwise a new object is created
getFieldId
in file Condition.inc.php, method Condition::getFieldId()
    Returns the input field id
getFields
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::getFields()
    Returns the database fields that are selected for displaying
getFields
in file Query.inc.php, method Query::getFields()
    Returns an array containing the databae fields to be returned by the query.
getFields
in file ComponentDataTable.inc.php, method ComponentDataTable::getFields()
    Returns the database fields that are selected for displaying in the table
getFieldType
in file Condition.inc.php, method Condition::getFieldType()
    Returns the type of the component referenced by the fieldId
getFilterByPosition
in file Query.inc.php, method Query::getFilterByPosition()
    Returns a filter from the XML
getFilterDbFieldNames
in file ComponentDataTable.inc.php, method ComponentDataTable::getFilterDbFieldNames()
    Returns the database fields that are part of the filter
getFilterPhpTags
in file common.inc.php, function getFilterPhpTags()
    Returns the string passed as a parameter after it has been cleaned from PHP start and end tags.
getFilters
in file Query.inc.php, method Query::getFilters()
    Returns an array of "filter" objects
getFiltersConnector
in file Query.inc.php, method Query::getFiltersConnector()
    Returns either the keyword "and" or the keyword "or" which represent the boolean connector used to connect the filters of this query
getFirstActionByType
in file ActionRule.inc.php, method ActionRule::getFirstActionByType()
    Returns an object of type "ActionX" where X is "SaveToDatabase", "GoToPage" etc.
getFirstChildNodeByTagName
in file XmlObject.inc.php, method XmlObject::getFirstChildNodeByTagName()
    Returns a reference to the first child XML node with a particular name
getFolder
in file Application.inc.php, method Application::getFolder()
    Returns the name of the folder containing the application's files
getFormattedDataStyleBegin
in file ComponentDataTable.inc.php, method ComponentDataTable::getFormattedDataStyleBegin()
    Returns the HTML formatting that goes before a data row. This is required since this goes as generated code and we do not know the data that goes into it from the application side
getFormattedDataStyleEnd
in file ComponentDataTable.inc.php, method ComponentDataTable::getFormattedDataStyleEnd()
    Returns the HTML formatting that goes after a data row. This is required since this goes as generated code and we do not know the data that goes into it from the application side
getFormattedHeader
in file ComponentDataTable.inc.php, method ComponentDataTable::getFormattedHeader()
    Returns the new header title formatted with the header row style previously selected replaces "Header Row" with actual header title
getFrom
in file ActionSendEmail.inc.php, method ActionSendEmail::getFrom()
    Returns the "from:" field of the email
getGlobalAndLocalComponents
in file Page.inc.php, method Page::getGlobalAndLocalComponents()
    Returns an array containing references to all the components within the page and also all globally defined components
getHeaderRowBgColorMain
in file ComponentDataTable.inc.php, method ComponentDataTable::getHeaderRowBgColorMain()
    Returns the header row background color
getHeaderRowStyle
in file ComponentDataTable.inc.php, method ComponentDataTable::getHeaderRowStyle()
    Returns the header row style as an HTML format for the Header Row from the XML file
getHomePage
in file Application.inc.php, method Application::getHomePage()
    Returns the "home page" of an application as a Page Object
getHtml
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::getHtml()
    Returns the HTML from the XML file
getHtml
in file ComponentHtmlText.inc.php, method ComponentHtmlText::getHtml()
    Returns the custom HTML
getHtmlEditorCustomization
in file Component.inc.php, method Component::getHtmlEditorCustomization()
    Returns javascript code to put a drop down in the HTML Editor tool bar for adding input fields and database field directly into the HTML text without typing it in. This function can be overridden if special buttons or dropdowns need to be added to the HTML Editor toolbar.
getHtmlEditorCustomization
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::getHtmlEditorCustomization()
    Returns javascript code to put a drop down in the HTML Editor tool bar for adding input fields and database field directly into the HTML text without typing it in.
getHtmlEditorOnLoadJavascript
in file common.inc.php, function getHtmlEditorOnLoadJavascript()
    Returns the javascript that is necessary to initialize the HTML editor.
getHtmlRepeat
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::getHtmlRepeat()
    Returns whether or not the HTML output should be repeated for each database row matching the filter.
getId
in file Application.inc.php, method Application::getId()
    Returns the id of this application
getId
in file Page.inc.php, method Page::getId()
    Returns the id as it is in XML node, if the page exists.
getId
in file Component.inc.php, method Component::getId()
    Returns the component's Id from the XML
getImageFolder
in file Application.inc.php, method Application::getImageFolder()
    Returns the name of the folder containing the application's image files
getImageHtml
in file common.inc.php, function getImageHtml()
    Prints the HTML necessary to display an image
getImageName
in file ComponentImage.inc.php, method ComponentImage::getImageName()
    Returns the image name
getImageWebFolder
in file Application.inc.php, method Application::getImageWebFolder()
    Returns the web URL of the folder containing the application's image files
getInputConstraintAcceptEmpty
in file ComponentInputText.inc.php, method ComponentInputText::getInputConstraintAcceptEmpty()
    Returns the "accept empty" value for an input constraint
getInputConstraintErrorMessage
in file ComponentInputText.inc.php, method ComponentInputText::getInputConstraintErrorMessage()
    Returns the error Message that is shown is the input constraint is violated
getInputConstraintMax
in file ComponentInputText.inc.php, method ComponentInputText::getInputConstraintMax()
    Returns the max value for an input constraint, e.g. "50"
getInputConstraintMin
in file ComponentInputText.inc.php, method ComponentInputText::getInputConstraintMin()
    Returns the min value for an input constraint, e.g. "1"
getInputConstraintType
in file ComponentInputText.inc.php, method ComponentInputText::getInputConstraintType()
    Returns the type of input constraint, e.g. "rangeNumbers"
getInputFieldId
in file QueryFilter.inc.php, method QueryFilter::getInputFieldId()
    Returns the input field id
getInputTextRows
in file ComponentInputText.inc.php, method ComponentInputText::getInputTextRows()
    Returns the rows of the input text box
getInputTextSize
in file ComponentInputText.inc.php, method ComponentInputText::getInputTextSize()
    Returns the size of the input text box in pixel
getIsActive
in file ActionSendEmail.inc.php, method ActionSendEmail::getIsActive()
    Returns whether or not this email action is active; If not active, an email will not be sent (although this may seem strange, it is helpful for saving email text and being able to enable/disable email for testing)
getIsChecked
in file ComponentCheckbox.inc.php, method ComponentCheckbox::getIsChecked()
    Returns the whether the checkbox is displayed as checked initially
getLastVoteForAFeatureDate
in file User.inc.php, method User::getLastVoteForAFeatureDate()
    Returns the date that the user last voted for the "Feature of the week"
getLayout
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::getLayout()
    Returns the layout for this radiobutton group
getMessage
in file ActionSendEmail.inc.php, method ActionSendEmail::getMessage()
    Returns the "message" body of the email
getMouseCaptureCode
in file Page.inc.php, method Page::getMouseCaptureCode()
    Returns the piece of code to get the mouse location. This is accomplished through a javascript file, mousecapture.js TODO: This function is not called when in run mode.
getName
in file Application.inc.php, method Application::getName()
    Returns the name of this application
getName
in file ComponentButton.inc.php, method ComponentButton::getName()
    Returns the name that appears on the face of the button
getNewWizardByTypeFactory
in file factory.inc.php, function getNewWizardByTypeFactory()
    Returns a wizard object of a particular type
getNumComponents
in file Application.inc.php, method Application::getNumComponents()
    Returns the number of components within the web application
getNumComponents
in file Page.inc.php, method Page::getNumComponents()
    Returns the number of components that comprise the page
getNumCustomFields
in file AppDatabase.inc.php, method AppDatabase::getNumCustomFields()
    Return the number of custom database fields
getNumPages
in file Application.inc.php, method Application::getNumPages()
    Returns the number of Pages that comprise this application (excluding the special "global" page)
getNumSteps
in file Wizard.inc.php, method Wizard::getNumSteps()
    Returns the number of steps in this wizard.
getNumSteps
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::getNumSteps()
    Returns the number of steps in this wizard
getNumSteps
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::getNumSteps()
    Returns the number of steps in this wizard
getOperator
in file QueryFilter.inc.php, method QueryFilter::getOperator()
    Returns the operator
getOperator
in file Condition.inc.php, method Condition::getOperator()
    Returns the operator
getOptionByPosition
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::getOptionByPosition()
    Returns an option from the XML
getOptions
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::getOptions()
    Returns an array of option objects
getOrCreateChildNodeByTagName
in file XmlObject.inc.php, method XmlObject::getOrCreateChildNodeByTagName()
    Returns a reference to the first child XML node with a particular name.
getOrCreateNodeLinkToDetails
in file ComponentDataTable.inc.php, method ComponentDataTable::getOrCreateNodeLinkToDetails()
    Returns a reference to <linkToDetails> and creates it beforehand if it doesn't already exists Example: <linkToDetails pageId="details">...</linkToDetails>)
getPageById
in file Application.inc.php, method Application::getPageById()
    Returns a page object representing a page in the application
getPageId
in file ActionGoToPage.inc.php, method ActionGoToPage::getPageId()
    Returns the id of the page that the user will be redirected to
getPages
in file Application.inc.php, method Application::getPages()
    Returns an array of Page objects representing all the pages that comprise the application
getParameter
in file QueryFilter.inc.php, method QueryFilter::getParameter()
    Returns the parameter value that the database field's value is compared to for evaluating the filter
getParameter
in file Condition.inc.php, method Condition::getParameter()
    Returns the parameter value that the input field's value is compared to for evaluating the condition
getParentActionRule
in file Condition.inc.php, method Condition::getParentActionRule()
    Returns the parent Action Rule of this object
getParentApp
in file Component.inc.php, method Component::getParentApp()
    Returns the parent Application of this component
getParentApp
in file Wizard.inc.php, method Wizard::getParentApp()
    Returns the parent Application of this wizard
getParentApp
in file Page.inc.php, method Page::getParentApp()
    Returns the parent Application of this page
getParentAppDb
in file Wizard.inc.php, method Wizard::getParentAppDb()
    Returns the parent Application's database
getParentComponent
in file Query.inc.php, method Query::getParentComponent()
    Returns the parent Component of this object
getParentComponent
in file ActionRule.inc.php, method ActionRule::getParentComponent()
    Returns the parent Component of this object
getParentPage
in file Component.inc.php, method Component::getParentPage()
    Returns the parent Page of this object
getParentQuery
in file QueryFilter.inc.php, method QueryFilter::getParentQuery()
    Returns the parent query of this object
getPlaceholderValueCallback
in file common.inc.php, function getPlaceholderValueCallback()
    Searches for a given form field in the $_SESSION['formVariables'] array.
getPosition
in file ActionRule.inc.php, method ActionRule::getPosition()
    Returns the position of this action rule within the list of all action rules in the XML starting with 0
getPosition
in file Option.inc.php, method Option::getPosition()
    Returns the position of this option within the list of all options in the XML starting with 0
getPropertyNodeByType
in file Page.inc.php, method Page::getPropertyNodeByType()
    Gets an XML node for a given property, by searching for the property under the given page in the XML.
getQuery
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::getQuery()
    Returns a query from the XML
getQuery
in file ComponentDataTable.inc.php, method ComponentDataTable::getQuery()
    Returns a query from the XML
getRandomString
in file common.inc.php, function getRandomString()
    Creates a random character string of uppercase letters of a certain length
getSaveValueDbFieldName
in file ComponentCheckbox.inc.php, method ComponentCheckbox::getSaveValueDbFieldName()
    Returns the name of the database field associated with this input field
getSaveValueDbFieldName
in file ComponentInputText.inc.php, method ComponentInputText::getSaveValueDbFieldName()
    Returns the name of the database field associated with this input field
getSaveValueDbFieldName
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::getSaveValueDbFieldName()
    Returns the name of the database field associated with this radiobutton group
getSortByField
in file Query.inc.php, method Query::getSortByField()
    Returns the name of the database field that the resulting data is sorted by.
getSortByFieldDirection
in file Query.inc.php, method Query::getSortByFieldDirection()
    Returns the sort direction ("asc" for ascending, "desc" for descending that the resulting data is sorted by.
getSql
in file QueryFilter.inc.php, method QueryFilter::getSql()
    Returns the SQL code representing the filter
getSql
in file Query.inc.php, method Query::getSql()
    Returns the SQL code representing the query
getSqlEscapeOf
in file Database.inc.php, method Database::getSqlEscapeOf()
    Returns an escaped version of a string to be safely used within a MySQL SQL query
getSqlEscapeOf
in file AppDatabase.inc.php, method AppDatabase::getSqlEscapeOf()
    Returns an escaped version of a string to be safely used within a MySQL SQL query
getSubject
in file ActionSendEmail.inc.php, method ActionSendEmail::getSubject()
    Returns the "subject:" field of the email
getSummary
in file ActionSendEmail.inc.php, method ActionSendEmail::getSummary()
    Returns a short summary of the action for the user interface
getSummary
in file Action.inc.php, method Action::getSummary()
    Returns a short summary of the action for the user interface
getSummary
in file ActionGoToPage.inc.php, method ActionGoToPage::getSummary()
    Returns a short summary of the action for the user interface
getTableInfoByTableName
in file AppDatabase.inc.php, method AppDatabase::getTableInfoByTableName()
    Returns field information about a particular table
getTempValue
in file common.inc.php, function getTempValue()
    Returns a temporarily stored value with a particular name
getText
in file Option.inc.php, method Option::getText()
    Returns the option text to be displayed
getTimestamp
in file common.inc.php, function getTimestamp()
    Returns the current time as a timestamp
getTitle
in file Wizard.inc.php, method Wizard::getTitle()
    Returns the wizard's title
getTo
in file ActionSendEmail.inc.php, method ActionSendEmail::getTo()
    Returns the "to:" field of the email
getType
in file ComponentInterface.inc.php, method ComponentInterface::getType()
    Returns the type of the component as text
getType
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::getType()
    Returns the type of the component i.e. dynamicOutput
getType
in file Component.inc.php, method Component::getType()
    Returns the type of the component as text.
getType
in file ComponentCheckbox.inc.php, method ComponentCheckbox::getType()
    Returns the type of the component i.e. checkbox
getType
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::getType()
    Returns the type of the component i.e. radiobuttonGroup
getType
in file ComponentButton.inc.php, method ComponentButton::getType()
    Returns the type of the component i.e. button
getType
in file ComponentInputText.inc.php, method ComponentInputText::getType()
    Returns the type of the component i.e. inputText
getType
in file Query.inc.php, method Query::getType()
    Returns the query type (ie. select, insert, update, delete)
getType
in file ComponentDataTable.inc.php, method ComponentDataTable::getType()
    Returns the type of the component i.e. dataTable
getType
in file ComponentImage.inc.php, method ComponentImage::getType()
    Returns the type of the component i.e. image
getType
in file ComponentHtmlText.inc.php, method ComponentHtmlText::getType()
    Returns the type of the component i.e. htmlText
getUnescapedFormValue
in file common.inc.php, function getUnescapedFormValue()
    Remove any escaping that may have happened if magic_quotes_gpc is set to ON in php.ini
getUniqueId
in file Application.inc.php, method Application::getUniqueId()
    Returns a unique Id like "1085171589522" which is used to uniquely identify applications
getUniqueNewNameForId
in file Application.inc.php, method Application::getUniqueNewNameForId()
getUnusedComponentIdWithPrefix
in file Application.inc.php, method Application::getUnusedComponentIdWithPrefix()
    Returns a yet unused component ID based on a component type
getUnusedPageId
in file Application.inc.php, method Application::getUnusedPageId()
    Returns an unused Id for a new page
getUnusedPageIdWithExceptionOfPageId
in file Application.inc.php, method Application::getUnusedPageIdWithExceptionOfPageId()
    Returns an unused Id for a new page, making sure that the newly generated page ID does not match the exception
getUrl
in file Application.inc.php, method Application::getUrl()
    Returns the full URL for the application
getUserFriendlyDbFieldType
in file AppDatabase.inc.php, method AppDatabase::getUserFriendlyDbFieldType()
    Translates the MySQL field type into something more user-friendly
getUserFriendlyName
in file Action.inc.php, method Action::getUserFriendlyName()
    Returns a readable name for the user interface; abstract function
getUserFriendlyName
in file ActionGoToPage.inc.php, method ActionGoToPage::getUserFriendlyName()
    Returns a readable name for the user interface
getUserFriendlyName
in file ActionSendEmail.inc.php, method ActionSendEmail::getUserFriendlyName()
    Returns a readable name for the user interface
getUserFriendlyName
in file ActionSaveToDatabase.inc.php, method ActionSaveToDatabase::getUserFriendlyName()
    Returns a readable name for the user interface
getUserFriendlyOperatorName
in file Condition.inc.php, method Condition::getUserFriendlyOperatorName()
    Returns the operator name in a user readable format
getUserId
in file User.inc.php, method User::getUserId()
getValue
in file Option.inc.php, method Option::getValue()
    Returns the value that is stored in the database
getValueForProperty
in file Page.inc.php, method Page::getValueForProperty()
    Gets value for a given property, by searching for the property under the given page in the XML.
getX
in file Component.inc.php, method Component::getX()
    Returns the component's X-screen coordinate from the XML
getXmlFileName
in file Application.inc.php, method Application::getXmlFileName()
    Returns the full file path of the XML file holding the application's behavioral description
getXmlNode
in file XmlObject.inc.php, method XmlObject::getXmlNode()
    Returns a reference to the DOMNode of this XML object
getXmlNode
in file Page.inc.php, method Page::getXmlNode()
    Returns the XML node for the page.
getY
in file Component.inc.php, method Component::getY()
    Returns the component's Y-screen coordinate from the XML
getZ
in file Component.inc.php, method Component::getZ()
    Returns the component's Z-screen coordinate (the depth) from the XML
top

h

help.inc.php
procedural page help.inc.php
help.inc.php
procedural page help.inc.php
help.inc.php
procedural page help.inc.php
help.inc.php
procedural page help.inc.php
help.inc.php
procedural page help.inc.php
help.inc.php
procedural page help.inc.php
help.inc.php
procedural page help.inc.php
help.inc.php
procedural page help.inc.php
handleParameterUi
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::handleParameterUi()
    Handles the user's input to the wizards parameter UI
handleParameterUi
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::handleParameterUi()
    Handles the user's input to the wizards parameter UI
handleParameterUi
in file Wizard.inc.php, method Wizard::handleParameterUi()
    Handles the user's input to the wizards parameter UI
handleParameterUiForCurrentStep
in file Wizard.inc.php, method Wizard::handleParameterUiForCurrentStep()
    Handles the user's input to the wizards parameter UI
handleParameterUiForDetails
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::handleParameterUiForDetails()
    Handles the user's input to the details parameters
handleParameterUiForOverview
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::handleParameterUiForOverview()
    Handles the user's input to the overview parameters
handleParameterUiForSearchForm
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::handleParameterUiForSearchForm()
    Handles the user's input to the search form parameters
handleParameterUiForSearchResults
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::handleParameterUiForSearchResults()
    Handles the user's input to the search results parameters
handlePropertiesUi
in file Component.inc.php, method Component::handlePropertiesUi()
    Responds to user input from the edit component screen, performs input validation and stores input values until they are saved or discarded.
handlePropertiesUi
in file Page.inc.php, method Page::handlePropertiesUi()
    Responds to user input from the edit page screen, sets the background color of the page to be the new color if specified.
handlePropertiesUi
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::handlePropertiesUi()
    Responds to user input from the edit component screen, performs input validation and stores input values until they are saved or discarded
handlePropertiesUi
in file ComponentButton.inc.php, method ComponentButton::handlePropertiesUi()
    Responds to user input from the edit component screen, performs input validation and stores input values until they are saved or discarded
handlePropertiesUi
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::handlePropertiesUi()
    Responds to user input from the edit component screen, performs input validation and stores input values until they are saved or discarded
handlePropertiesUi
in file ComponentCheckbox.inc.php, method ComponentCheckbox::handlePropertiesUi()
    Responds to user input from the edit component screen, this validates the input and simply stores the values entered by the user to the XML file.
handlePropertiesUi
in file ComponentInputText.inc.php, method ComponentInputText::handlePropertiesUi()
    Responds to user input from the edit component screen, performs input validation and stores input values until they are saved or discarded
handlePropertiesUi
in file ComponentImage.inc.php, method ComponentImage::handlePropertiesUi()
    Responds to user input from the edit component screen, performs input validation and stores input values until they are saved or discarded
handlePropertiesUi
in file ComponentHtmlText.inc.php, method ComponentHtmlText::handlePropertiesUi()
    Responds to user input from the edit component screen, performs input validation and stores input values until they are saved or discarded
handlePropertiesUi
in file ComponentDataTable.inc.php, method ComponentDataTable::handlePropertiesUi()
    Responds to user input from the edit component screen, performs input validation and stores input values until they are saved or discarded
handlePropertiesUi
in file ComponentInterface.inc.php, method ComponentInterface::handlePropertiesUi()
    Responds to user input from the edit component screen, performs input validation and stores input values until they are saved or discarded
hasAnyComponents
in file Page.inc.php, method Page::hasAnyComponents()
    If the page exists, then it checks in the XML node for the page whether it has any components or not if so it returns true else false.
hasAnyFormElements
in file Page.inc.php, method Page::hasAnyFormElements()
    If the page exists, then it checks in the XML node for the page whether it has any form components i.e. input text and/or button. or not. if so it returns true else false.
hasAnyNotices
in file ChannelMessages.inc.php, method ChannelMessages::hasAnyNotices()
    Returns TRUE if at least one notice exist
hasAppWithName
in file User.inc.php, method User::hasAppWithName()
    Returns TRUE if an application with this name already exists for this user
hasConditions
in file ActionRule.inc.php, method ActionRule::hasConditions()
    Returns TRUE if the action rule has conditions, FALSE otherwise
hasJavascript
in file common.inc.php, function hasJavascript()
    Returns TRUE if there is some javascript to be executed
hasLoadUrl
in file common.inc.php, function hasLoadUrl()
    Returns TRUE if there are some frames to be refereshed
hasOperatorWithParameter
in file Condition.inc.php, method Condition::hasOperatorWithParameter()
    Returns TRUE or FALSE depending whether or not the condition's operator does have a parameter or not
help.inc.php
procedural page help.inc.php
help.inc.php
procedural page help.inc.php
top

i

index.php
procedural page index.php
initialize
in file Wizard.inc.php, method Wizard::initialize()
    Initializes a new wizard, setting all parameters to their default values.
initialize
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::initialize()
    Initializes a new wizard, setting all parameters to their default values
initialize
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::initialize()
    Initializes a new wizard, setting all parameters to their default values
insertDatabaseRecordFromPostRequest
in file AppDatabase.inc.php, method AppDatabase::insertDatabaseRecordFromPostRequest()
    Insert a record within the database's default table.
isActive
in file Page.inc.php, method Page::isActive()
    Checks to see is $_SESSION['pageId'] is set to the id of this page
isActive
in file Component.inc.php, method Component::isActive()
    Returns TRUE if this component is currently marked active
isAdmin
in file Application.inc.php, method Application::isAdmin()
    Returns whether or not a particular user ID is an admin for this app
isAnyActive
in file Page.inc.php, method Page::isAnyActive()
    Checks to see if any page is currently set as active
isAnyAppActive
in file Application.inc.php, method Application::isAnyAppActive()
    Returns TRUE if any application has been declared "active"
isAuthenticated
in file User.inc.php, method User::isAuthenticated()
isComplete
in file ComponentButton.inc.php, method ComponentButton::isComplete()
    Returns true if at least one action rule is defined for the button
isComplete
in file ComponentCheckbox.inc.php, method ComponentCheckbox::isComplete()
    Returns true if the input text has been associated with a database field or not. This is done by simply checking the database fieldname in the XML file.
isComplete
in file ComponentInputText.inc.php, method ComponentInputText::isComplete()
    Returns true if the input text field has been associated with a database field or not. This is done by simply checking the database fieldname in the XML file.
isComplete
in file ComponentInterface.inc.php, method ComponentInterface::isComplete()
    Returns true if complete functionality of the component has been defined, otherwise false
isComplete
in file Component.inc.php, method Component::isComplete()
    Returns true if complete functionality of the component has been defined, otherwise false
isComplete
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::isComplete()
    Returns TRUE if the component is fully specified
isDefault
in file Option.inc.php, method Option::isDefault()
    Returns TRUE if the option is the "default" option
isEligibleToVoteForAFeature
in file User.inc.php, method User::isEligibleToVoteForAFeature()
    Determines whether or not this user is allowed to cast a vote for the next "Feature of the week". This depends on when the user voted the last time
isEmptyTempValue
in file common.inc.php, function isEmptyTempValue()
    Returns TRUE if the value for the temp variable has not been defined is empty or 0
isExistingId
in file Application.inc.php, method Application::isExistingId()
    Returns TRUE if an Id is already used within the application, FALSE otherwise
isExistingUserId
in file User.inc.php, method User::isExistingUserId()
    Returns TRUE if the user Id is a registered (or in-registration-process) user
isExpanded
in file Channel.inc.php, method Channel::isExpanded()
    Returns TRUE if the channel is currently expanded (contents fully visible)
isHomePage
in file Page.inc.php, method Page::isHomePage()
    Checks if this page is set as homepage for the current application, by reading the attribute isHomePage from the XML file.
isImageFileName
in file fileFunctions.inc.php, function isImageFileName()
    Returns TRUE if the file name passed as a parameter is an image file name, e.g. "logo.gif"
isInEditMode
in file utilityFunctions.inc.php, function isInEditMode()
    This function checks whether the web page is viewed in preview mode or in edit mode.
isPageExpanded
in file ChannelTreeView.inc.php, method ChannelTreeView::isPageExpanded()
    Returns TRUE if a page is displayed as expanded (all its components visible)
isPredefinedField
in file AppDatabase.inc.php, method AppDatabase::isPredefinedField()
    Returns TRUE if the field name passed as a parameter is one of the predefined fields of phpClick
isPublic
in file Application.inc.php, method Application::isPublic()
    Returns the flag that indicates whether the application is publicly accessible or not
isSetAnyTempValue
in file common.inc.php, function isSetAnyTempValue()
    Returns TRUE if any temporary value is currently registered in the session
isSetTempValue
in file common.inc.php, function isSetTempValue()
    Returns TRUE if the value for the temp variable has not been defined
isValidEmail
in file utilityFunctions.inc.php, function isValidEmail()
    This function validate a email address. This is a PHP function that returns true if the email address given is valid else false code adapted from php.net, "mail" help page, author: tstrum@salter.com
isValidEmailFormat
in file emailFunctions.inc.php, function isValidEmailFormat()
    Checks if the format of an email is valid (not necessarily a truly existing address)
isValidFirstNameFormat
in file User.inc.php, method User::isValidFirstNameFormat()
    Returns TRUE if the first name passed as a parameter has a valid format
isValidIdFormat
in file Application.inc.php, method Application::isValidIdFormat()
    Returns TRUE if id is not empty, all lowercase, no spaces (whether id exists or not)
isValidLastNameFormat
in file User.inc.php, method User::isValidLastNameFormat()
    Returns TRUE if the last name passed as a parameter has a valid format
isValidLogin
in file User.inc.php, method User::isValidLogin()
    Verifies a user-ID and password against the user database in MySQL and/or LDAP
isValidNewId
in file Application.inc.php, method Application::isValidNewId()
    Returns TRUE if Id is not empty, all lowercase, no spaces AND does not already exist
isValidNewPageId
in file Application.inc.php, method Application::isValidNewPageId()
    Returns TRUE if page Id is a valid page Id AND does not already exist.
isValidPageIdFormat
in file Application.inc.php, method Application::isValidPageIdFormat()
    Returns TRUE if page Id is a valid page Id.
isValidPasswordFormat
in file User.inc.php, method User::isValidPasswordFormat()
    Returns TRUE if the password passed as a parameter has a valid format
isValidUserIdFormat
in file User.inc.php, method User::isValidUserIdFormat()
    Returns TRUE if the user Id passed as a parameter has a valid user-Id format
isValidUserPasswordFormat
in file User.inc.php, method User::isValidUserPasswordFormat()
    Returns TRUE if the password passed as a parameter has a valid format
top

l

loadDocumentation.inc.php
procedural page loadDocumentation.inc.php
logout.inc.php
procedural page logout.inc.php
livePreviewSidebar.php
procedural page livePreviewSidebar.php
loadDocumentation.php
procedural page loadDocumentation.php
loadUrl
in file common.inc.php, function loadUrl()
    "Remembers" which URL's to load into which frame when the controller (do.php) finishes running
login.php
procedural page login.php
top

m

makeDefaultOption.inc.php
procedural page makeDefaultOption.inc.php
modifyApplication.inc.php
procedural page modifyApplication.inc.php
mainMenuSidebar.php
procedural page mainMenuSidebar.php
mainMenu.php
procedural page mainMenu.php
makeDefaultOptionByPosition
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::makeDefaultOptionByPosition()
    Makes an option the default option (and unsets any previous default option)
top

n

newfeatureRequest.php
procedural page newfeatureRequest.php
next
in file Rotator.inc.php, method Rotator::next()
    Rotate to next value in the list, starting at the beginning if the end is reached
top

o

$oPageTemp
in file Wizard.inc.php, variable Wizard::$oPageTemp
$oParentApp
in file Wizard.inc.php, variable Wizard::$oParentApp
$oParentAppDb
in file Wizard.inc.php, variable Wizard::$oParentAppDb
openAddActionRule.inc.php
procedural page openAddActionRule.inc.php
openEditActionRule.inc.php
procedural page openEditActionRule.inc.php
openEditStyle.inc.php
procedural page openEditStyle.inc.php
openAddOption.inc.php
procedural page openAddOption.inc.php
openEditOption.inc.php
procedural page openEditOption.inc.php
Option.inc.php
procedural page Option.inc.php
openAddAppAdmin.inc.php
procedural page openAddAppAdmin.inc.php
openAddComponent.inc.php
procedural page openAddComponent.inc.php
openCopyApplication.inc.php
procedural page openCopyApplication.inc.php
openCopyMoveComponent.inc.php
procedural page openCopyMoveComponent.inc.php
openCreateNewApplication.inc.php
procedural page openCreateNewApplication.inc.php
openCreateNewPage.inc.php
procedural page openCreateNewPage.inc.php
openDeleteApplication.inc.php
procedural page openDeleteApplication.inc.php
openEditComponent.inc.php
procedural page openEditComponent.inc.php
openEditDatabaseRecord.inc.php
procedural page openEditDatabaseRecord.inc.php
openEditPage.inc.php
procedural page openEditPage.inc.php
openPage.inc.php
procedural page openPage.inc.php
openRenameApplication.inc.php
procedural page openRenameApplication.inc.php
openWizard.inc.php
procedural page openWizard.inc.php
Option
in file Option.inc.php, class Option
    An abstraction of radionbutton option
top

p

Page.inc.php
procedural page Page.inc.php
Page
in file Page.inc.php, class Page
    Represents a page within a web application
performActionAndFinish
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::performActionAndFinish()
    Performs the wizards action and finishes
performActionAndFinish
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::performActionAndFinish()
    Performs the wizards action and finishes
performActionAndFinish
in file Wizard.inc.php, method Wizard::performActionAndFinish()
    Performs the wizards action and cleans up.
PHPENDTAG
in file common.inc.php, constant PHPENDTAG
PHPSTARTTAG
in file common.inc.php, constant PHPSTARTTAG
printBoxActionRules
in file ComponentButton.inc.php, method ComponentButton::printBoxActionRules()
    Prints on the dialog box screen for button component creation, the action rules
printBoxChooseLayout
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::printBoxChooseLayout()
    Prints on the dialog box screen for choosing the layout
printBoxChooseName
in file ComponentButton.inc.php, method ComponentButton::printBoxChooseName()
    Prints on the dialog box screen for button component creation, the choose name
printBoxDataConnection
in file ComponentCheckbox.inc.php, method ComponentCheckbox::printBoxDataConnection()
    Prints on the dialog box screen for inputText component creation, the data connection
printBoxDataConnection
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::printBoxDataConnection()
    Prints the data connection interface for the user to specify how to connect
printBoxDataConnection
in file ComponentInputText.inc.php, method ComponentInputText::printBoxDataConnection()
    Prints on the dialog box screen for inputText component creation, the data connection
printBoxFooter
in file common.inc.php, function printBoxFooter()
    Prints the footer of a box that encloses certain options, closing for printBoxHeader() function
printBoxHeader
in file common.inc.php, function printBoxHeader()
    Prints the header of a box that encloses certain options
printBoxInputTextProperties
in file ComponentInputText.inc.php, method ComponentInputText::printBoxInputTextProperties()
    Prints on the dialog box screen for inputText component creation, the input text properties
printBoxInputTextValidation
in file ComponentInputText.inc.php, method ComponentInputText::printBoxInputTextValidation()
    Prints on the dialog box screen for inputText component creation, the input text
printBoxLabelText
in file ComponentCheckbox.inc.php, method ComponentCheckbox::printBoxLabelText()
    Prints on the dialog box screen for checkbox component creation, the checkbox property
printBoxLayoutAndDefault
in file ComponentCheckbox.inc.php, method ComponentCheckbox::printBoxLayoutAndDefault()
    Displays the UI for selecting layout options
printBoxOptions
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::printBoxOptions()
    Prints the options along with buttons to edit/delete them
printBoxPickImageFromLibrary
in file ComponentImage.inc.php, method ComponentImage::printBoxPickImageFromLibrary()
    Prints on the dialog box screen for image component creation, the pick image from
printBoxUploadImage
in file ComponentImage.inc.php, method ComponentImage::printBoxUploadImage()
    Prints on the dialog box screen for image component creation, the image upload
printButtons
in file Wizard.inc.php, method Wizard::printButtons()
    Prints the wizard's buttons, e.g. < Previous, Next >, Cancel depending on the current step
printButtonsLineEnd
in file common.inc.php, function printButtonsLineEnd()
    Outputs the HTML to finish a line that contains buttons
printButtonsLineStart
in file common.inc.php, function printButtonsLineStart()
    Outputs the HTML to start a line that contains buttons
printColumnTitles
in file ComponentDataTable.inc.php, method ComponentDataTable::printColumnTitles()
    Outputs a set of controls to select the titles of the table headers to be
printComponentHelp
in file Component.inc.php, method Component::printComponentHelp()
    This function is a wrapper which calls the global printHelp from common.inc.php
printContent
in file Channel.inc.php, method Channel::printContent()
    Prints HTML that represents the channel's contents.
printContent
in file ChannelAddComponents.inc.php, method ChannelAddComponents::printContent()
    Display the channel contents, a listing of all available components
printContent
in file ChannelWizards.inc.php, method ChannelWizards::printContent()
    Display the channel contents, a listing all wizards
printContent
in file ChannelMessages.inc.php, method ChannelMessages::printContent()
    Display the channel contents, showing all available context-sensitive messages
printContent
in file ChannelTreeView.inc.php, method ChannelTreeView::printContent()
    Display the channel contents, a tree view of all pages and components comprising the application
printContentBegin
in file Channel.inc.php, method Channel::printContentBegin()
    print HTML to prepare the output of channel contents
printContentEnd
in file Channel.inc.php, method Channel::printContentEnd()
    print HTML to finish up the output of channel contents
printDatabaseQueryFilterFieldsUi
in file databaseQueryFunctions.inc.php, function printDatabaseQueryFilterFieldsUi()
    Prints the UI for the database query "filter fields" definition
printDatabaseQueryPreviewUi
in file databaseQueryFunctions.inc.php, function printDatabaseQueryPreviewUi()
    Prints the UI for the database query preview
printDetailsParameters
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::printDetailsParameters()
    Print the UI for getting the page to print the details on and the database fields
printDoneButton
in file common.inc.php, function printDoneButton()
    Outputs the HTML to display a "Done" button
printError
in file common.inc.php, function printError()
    Prints an error message including a warning icon
printErrorMessage
in file Wizard.inc.php, method Wizard::printErrorMessage()
    Outputs an error message if one is contained in the temp variable "wizardErrorMessage".
printFeedback
in file common.inc.php, function printFeedback()
    Outputs an HTML formatted message that gives feedback to the user
printFilterFields
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::printFilterFields()
    Prints the dialog box for setting the filter parameters
printFilterFields
in file ComponentDataTable.inc.php, method ComponentDataTable::printFilterFields()
    Prints the dialog box for setting the filter parameters
printFinishCancelButtons
in file Wizard.inc.php, method Wizard::printFinishCancelButtons()
    Outputs the HTML to display a Finish and a Cancel button
printHeader
in file Channel.inc.php, method Channel::printHeader()
    print HTML to display the Channel header
printHelp
in file common.inc.php, function printHelp()
    This function indexes the help array defined in help.inc.php for a given index value. If the component type is not specified the the global help file is used to obtain the help item otherwise component specific help file is used to obtain help item.
printHelpPopUpJavascript
in file common.inc.php, function printHelpPopUpJavascript()
    This function prints another function in javascript to pop up a help window. The title and content of the help window are passed as a parameter to the javascript function. This function is the most common function required so we will call this function in printHtmlHeader function. If printHtmlHeader function is not used to create a page then this function may need to be called separately to enable help system.
printHelp.php
procedural page printHelp.php
printHtmlEditorInitEndJavascript
in file common.inc.php, function printHtmlEditorInitEndJavascript()
    Prints the javascript end tag necessary to include the WYSIWYG HTML editor
printHtmlEditorInitJavascript
in file common.inc.php, function printHtmlEditorInitJavascript()
    Prints the javascript necessary to include the WYSIWYG HTML editor
printHtmlEditorUi
in file Component.inc.php, method Component::printHtmlEditorUi()
    Prints the UI for an HTML editor
printHtmlFooter
in file common.inc.php, function printHtmlFooter()
    Prints a standard HTML footer, the closing </body> tag and </html> tag
printHtmlForCurrentStep
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::printHtmlForCurrentStep()
    Prints the HTML for a particular step in the wizard
printHtmlForCurrentStep
in file Wizard.inc.php, method Wizard::printHtmlForCurrentStep()
    Prints the HTML for a particular step in the wizard.
printHtmlForCurrentStep
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::printHtmlForCurrentStep()
    Prints the HTML for a particular step in the wizard
printHtmlHeader
in file common.inc.php, function printHtmlHeader()
    Prints a standard HTML header from the <html> tag up to (and including) the opening <body> tag
printIePngTransparencyFixHtml
in file common.inc.php, function printIePngTransparencyFixHtml()
    Prints the HTML necessary to make the alpha-transparency in IE work
printIntro
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::printIntro()
    Print the introduction page
printIntro
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::printIntro()
    Print the introduction page
printJavascript
in file common.inc.php, function printJavascript()
    Output the javascript "remembered" by the function calls to doJavascript() This function will be executed just before the controller (do.php) finishes running.
printJavaScriptOnChangeFunction
in file Component.inc.php, method Component::printJavaScriptOnChangeFunction()
    This function puts a javscript function in the edit component dialog box that handles the component id change. whenever the component id changes we add this new id into the list of options for the field it is associated to in a database.
printLinksToDetailsPage
in file ComponentDataTable.inc.php, method ComponentDataTable::printLinksToDetailsPage()
    Outputs UI to select the columns whose data rows that should be linked to
printLinkToDatabaseFieldUi
in file Component.inc.php, method Component::printLinkToDatabaseFieldUi()
    Prints the UI for linking a component to a database field
printLoadUrl
in file common.inc.php, function printLoadUrl()
    Output the necessary javascript code to load all the URL's "remembered" by the function calls to loadUrl() into their respective frames. This function will be executed just before the controller (do.php) finishes running.
printNextCancelButtons
in file Wizard.inc.php, method Wizard::printNextCancelButtons()
    Outputs the HTML to display a Next > and a Cancel button
printOKCancelButtons
in file common.inc.php, function printOKCancelButtons()
    Outputs the HTML to display an OK and a Cancel button
printOKCancelDeleteButtons
in file common.inc.php, function printOKCancelDeleteButtons()
    Outputs the HTML to display an OK, a Cancel and a Delete Component button
printOKCancelDeleteCopyButtonsForComponent
in file common.inc.php, function printOKCancelDeleteCopyButtonsForComponent()
    Outputs the HTML to display an OK, a Cancel and Copy/Move and a Delete Component button This function will call deleteComponent for deleting ...
printOverviewParameters
in file WizardOverviewDetail.inc.php, method WizardOverviewDetail::printOverviewParameters()
    Print the UI for getting the page to print the overview data table on and the database fields
printPreview
in file ComponentDataTable.inc.php, method ComponentDataTable::printPreview()
    Prints the preview that shows the resulting data table
printPreviousFinishCancelButtons
in file Wizard.inc.php, method Wizard::printPreviousFinishCancelButtons()
    Outputs the HTML to display a < Previous, Finish and a Cancel button
printPreviousNextCancelButtons
in file Wizard.inc.php, method Wizard::printPreviousNextCancelButtons()
    Outputs the HTML to display a < Previous, Next > and a Cancel button
printPropertiesUi
in file Component.inc.php, method Component::printPropertiesUi()
    Outputs the User Interface for editing the components properties.
printPropertiesUi
in file ComponentButton.inc.php, method ComponentButton::printPropertiesUi()
    This is the main function that creates the button component creation dialog box
printPropertiesUi
in file ComponentCheckbox.inc.php, method ComponentCheckbox::printPropertiesUi()
    Dispays properties UI
printPropertiesUi
in file ComponentDataTable.inc.php, method ComponentDataTable::printPropertiesUi()
    This function invokes a dialog box which allows creation of SQL query for the data table and the styles used to display the information for the datatable.
printPropertiesUi
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::printPropertiesUi()
    This function invokes a dialog box which contains an instantiated object of the FCKEditor It allows to create custom HTML providing all the relevant functionality provided by the FCKEditor.
printPropertiesUi
in file ComponentInterface.inc.php, method ComponentInterface::printPropertiesUi()
    Outputs the User Interface for editing the components properties
printPropertiesUi
in file ComponentInputText.inc.php, method ComponentInputText::printPropertiesUi()
    This is the main function that creates the inputText component creation dialog box
printPropertiesUi
in file ComponentHtmlText.inc.php, method ComponentHtmlText::printPropertiesUi()
    This function invokes a dialog box which contains an instantiated object of the FCKEditor It allows to create custom HTML providing all the relevant functionality provided by the FCKEditor.
printPropertiesUi
in file ComponentImage.inc.php, method ComponentImage::printPropertiesUi()
    This is the main function that creates the image component creation dialog box
printPropertiesUi
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::printPropertiesUi()
    Display the properties of the radiobutton group
printSearchFormParameters
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::printSearchFormParameters()
    Print the UI for getting parameters about which fields should be searched and which page to
printSearchResultsParameters
in file WizardSearchFormAndResults.inc.php, method WizardSearchFormAndResults::printSearchResultsParameters()
    Print the UI for getting the search results parameters
printSelectDbFieldsUi
in file selectDbFields.inc.php, function printSelectDbFieldsUi()
printSelectFields
in file ComponentDataTable.inc.php, method ComponentDataTable::printSelectFields()
    Prints the dialog box for selecting database fields
printSortFields
in file ComponentDataTable.inc.php, method ComponentDataTable::printSortFields()
    Prints the dialog box for setting the sort parameters
printStyles
in file ComponentDataTable.inc.php, method ComponentDataTable::printStyles()
    Outputs a set of controls to update the styles of the headers and data
printSubmitFormFunction
in file Component.inc.php, method Component::printSubmitFormFunction()
printUiContentsEnd
in file Wizard.inc.php, method Wizard::printUiContentsEnd()
    Outputs HTML to end the help column within the wizard window
printUiContentsStart
in file Wizard.inc.php, method Wizard::printUiContentsStart()
    Outputs the HTML for the left-hand help column within the wizard window
top

q

QueryFilter.inc.php
procedural page QueryFilter.inc.php
Query.inc.php
procedural page Query.inc.php
query
in file Database.inc.php, method Database::query()
    Sends a SQL query to the database
Query
in file Query.inc.php, class Query
    An abstraction of a database query
query
in file AppDatabase.inc.php, method AppDatabase::query()
    Send a SQL query to a database and return an mysqli query result object
QueryFilter
in file QueryFilter.inc.php, class QueryFilter
    An abstraction of a filter expression within a database query
QUERY_RETURN_ALL_FIELDS
in file Query.inc.php, constant QUERY_RETURN_ALL_FIELDS
top

r

removeAppAdmin.inc.php
procedural page removeAppAdmin.inc.php
renameApplication.inc.php
procedural page renameApplication.inc.php
Rotator.inc.php
procedural page Rotator.inc.php
removeAdmin
in file Application.inc.php, method Application::removeAdmin()
    Remove an application administrator
removeAllChildNodesByTagName
in file XmlObject.inc.php, method XmlObject::removeAllChildNodesByTagName()
    Deletes all child nodes that have a particular name
removeAllColumnHeaders
in file ComponentDataTable.inc.php, method ComponentDataTable::removeAllColumnHeaders()
    Removes all columnHeader entries from the XML
removeAllFilters
in file Query.inc.php, method Query::removeAllFilters()
    Deletes all filters defined for this query
removeAllFilters
in file ComponentDataTable.inc.php, method ComponentDataTable::removeAllFilters()
    Deletes all filters defined for the query
removeAllSortBy
in file Query.inc.php, method Query::removeAllSortBy()
    Removes all sort entries (e.g. <sort direction="asc">firstname</sort>) from the XML
removeDataRowBgColorAlt
in file ComponentDataTable.inc.php, method ComponentDataTable::removeDataRowBgColorAlt()
    Removes the data row background color for even rows only when alternate colors is deselected
removeLinkToDetails
in file ComponentDataTable.inc.php, method ComponentDataTable::removeLinkToDetails()
    Removes all linkToDetails entries from the XML
renameApplication.php
procedural page renameApplication.php
renameComponentIdInXml
in file Application.inc.php, method Application::renameComponentIdInXml()
    Renames ALL occurrences of a particular component id to a new id within the XML (for all components that have an attribute called "fieldId").
renameDatabaseField
in file AppDatabase.inc.php, method AppDatabase::renameDatabaseField()
    Rename a particular field within default table
renameDbFieldNameInXml
in file Application.inc.php, method Application::renameDbFieldNameInXml()
    Renames ALL occurrences of a particular database field name to a new name within the XML (for all components that have an attribute called "dbFieldName").
renamePageIdReferenceInXml
in file Application.inc.php, method Application::renamePageIdReferenceInXml()
    Renames ALL occurrences of a particular page with a particular name to a new name within the XML (for all components that have an attribute called "pageId"). Actual renaming of the page should still be handled by the Page class. Currently we use this only for actionGoToPage
researchFrame.php
procedural page researchFrame.php
rewriteLinksForEditMode
in file Component.inc.php, method Component::rewriteLinksForEditMode()
    This function rewrites all HTML links '<a href="something">' to '<a href="something?editMode=1">'
Rotator
in file Rotator.inc.php, class Rotator
    After being initialized with two or more values, an object of this class returns one of the argument values upon every call of the "get" method and rotates between the values via the "next" method
top

s

$sBgColor
in file Channel.inc.php, variable Channel::$sBgColor
$sIcon
in file Channel.inc.php, variable Channel::$sIcon
$sIsCollapsible
in file Channel.inc.php, variable Channel::$sIsCollapsible
$sPageTempId
in file Wizard.inc.php, variable Wizard::$sPageTempId
$sTitle
in file Channel.inc.php, variable Channel::$sTitle
$sTitle
in file Wizard.inc.php, variable Wizard::$sTitle
selectDbFields.inc.php
procedural page selectDbFields.inc.php
sortDbFields.inc.php
procedural page sortDbFields.inc.php
selectComponent.inc.php
procedural page selectComponent.inc.php
selectPageViaLink.inc.php
procedural page selectPageViaLink.inc.php
selectPage.inc.php
procedural page selectPage.inc.php
showAppMenu.inc.php
procedural page showAppMenu.inc.php
showDatabase.inc.php
procedural page showDatabase.inc.php
showMainMenu.inc.php
procedural page showMainMenu.inc.php
showPreview.inc.php
procedural page showPreview.inc.php
showTutorial.inc.php
procedural page showTutorial.inc.php
selectDbFields.inc.php
procedural page selectDbFields.inc.php
save
in file Application.inc.php, method Application::save()
    Saves the application's definition from the DOM object into an XML file
saveToProduction
in file Application.inc.php, method Application::saveToProduction()
    Saves the application's definition from the DOM object into the production XML file
saveToXml
in file Page.inc.php, method Page::saveToXml()
    saves temporary values from "edit page" screen to XML
sendEmail
in file emailFunctions.inc.php, function sendEmail()
    Sends an email
setAccessRestriction
in file Page.inc.php, method Page::setAccessRestriction()
    Sets the access restrictions for this page
setActive
in file Component.inc.php, method Component::setActive()
    Makes this component active
setActive
in file Page.inc.php, method Page::setActive()
    Sets this page as the active page by setting $_SESSION['pageId'] to the id of this page and if the active page is not yet generated it generates the code for the same too.
setActive
in file Application.inc.php, method Application::setActive()
    Makes the current Application the active one
setActiveGlobal
in file Page.inc.php, method Page::setActiveGlobal()
    Sets the global page as the active page
setActiveTab
in file common.inc.php, function setActiveTab()
    Sets the active tab
setAsHomePage
in file Page.inc.php, method Page::setAsHomePage()
    Sets the current page as the home page for the application by adding the attribute isHomePage="1"
setAsHomePage
in file Application.inc.php, method Application::setAsHomePage()
    Sets a particular page as the application's "home page"
setCheckboxMessage
in file ComponentCheckbox.inc.php, method ComponentCheckbox::setCheckboxMessage()
    Sets the custom HTML message that appears next to the checkbox
setCheckboxMessageAlignment
in file ComponentCheckbox.inc.php, method ComponentCheckbox::setCheckboxMessageAlignment()
    Sets the checkbox message alignment with the checkbox.
setCollapsed
in file Channel.inc.php, method Channel::setCollapsed()
    Collapse the channel, making the contents invisible, just showing the header
setConditionsConnector
in file ActionRule.inc.php, method ActionRule::setConditionsConnector()
    Sets either the keyword "and" or the keyword "or" which represent the boolean connector used to connect the conditions of this action rule
setCurrentStep
in file Wizard.inc.php, method Wizard::setCurrentStep()
    Sets the currently active step in the wizard
setDataRowAlternatingColors
in file ComponentDataTable.inc.php, method ComponentDataTable::setDataRowAlternatingColors()
    Sets whether alternate colors is selected
setDataRowBgColorAlt
in file ComponentDataTable.inc.php, method ComponentDataTable::setDataRowBgColorAlt()
    Sets the data row background color for even rows only when alternate colors is selected otherwise this function should not be called.
setDataRowBgColorMain
in file ComponentDataTable.inc.php, method ComponentDataTable::setDataRowBgColorMain()
    Sets the data row background color for odd rows when alternate colors is selected otherwise for all rows when alternate colors is not selected.
setDataRowStyle
in file ComponentDataTable.inc.php, method ComponentDataTable::setDataRowStyle()
    Sets the data row style as an HTML format for the Data Row into the XML file
setDataTableBorder
in file ComponentDataTable.inc.php, method ComponentDataTable::setDataTableBorder()
    Sets the data table border thickness.
setDbFieldName
in file QueryFilter.inc.php, method QueryFilter::setDbFieldName()
    Sets the database field name
setDefault
in file Option.inc.php, method Option::setDefault()
    Marks the option as the "default" option
setDom
in file Application.inc.php, method Application::setDom()
    Sets a reference to the DOMDocument representing the application
setExpanded
in file Channel.inc.php, method Channel::setExpanded()
    Expand the channel, making the contents fully visible
setFieldId
in file Condition.inc.php, method Condition::setFieldId()
    Sets the input field id
setFields
in file Query.inc.php, method Query::setFields()
    Sets the databae fields to be returned by the query
setFields
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::setFields()
    Sets the database fields that are selected for displaying
setFields
in file ComponentDataTable.inc.php, method ComponentDataTable::setFields()
    Sets the database fields that are selected for displaying in the table
setFiltersConnector
in file ComponentDataTable.inc.php, method ComponentDataTable::setFiltersConnector()
    Sets either the keyword "and" or the keyword "or" which represent the boolean connector used to connect the filters of the query
setFiltersConnector
in file Query.inc.php, method Query::setFiltersConnector()
    Sets either the keyword "and" or the keyword "or" which represent the boolean connector used to connect the filters of this query
setFrom
in file ActionSendEmail.inc.php, method ActionSendEmail::setFrom()
    Sets the "from:" field of the email
setHeaderRowBgColorMain
in file ComponentDataTable.inc.php, method ComponentDataTable::setHeaderRowBgColorMain()
    Sets the header row background color
setHeaderRowStyle
in file ComponentDataTable.inc.php, method ComponentDataTable::setHeaderRowStyle()
    Sets the header row style as an HTML format for the Header Row to the XML file
setHtml
in file ComponentHtmlText.inc.php, method ComponentHtmlText::setHtml()
    Sets the custom HTML
setHtml
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::setHtml()
    Sets the HTML in the XML file
setHtmlRepeat
in file ComponentDynamicOutput.inc.php, method ComponentDynamicOutput::setHtmlRepeat()
    Sets whether or not the HTML output should be repeated for each database row matching the filter.
setId
in file Application.inc.php, method Application::setId()
    Sets the id of this application
setId
in file Component.inc.php, method Component::setId()
    Sets the component's Id in the XML
setId
in file Page.inc.php, method Page::setId()
    Sets the id in the XML node, if the page exists.
setImageName
in file ComponentImage.inc.php, method ComponentImage::setImageName()
    Sets the image name
setInputConstraintAcceptEmpty
in file ComponentInputText.inc.php, method ComponentInputText::setInputConstraintAcceptEmpty()
    Sets the "accept empty" value for an input constraint
setInputConstraintErrorMessage
in file ComponentInputText.inc.php, method ComponentInputText::setInputConstraintErrorMessage()
    Sets the error Message that is shown is the input constraint is violated
setInputConstraintMax
in file ComponentInputText.inc.php, method ComponentInputText::setInputConstraintMax()
    Sets the max value for an input constraint, e.g. "50"
setInputConstraintMin
in file ComponentInputText.inc.php, method ComponentInputText::setInputConstraintMin()
    Sets the min value for an input constraint, e.g. "1"
setInputConstraintType
in file ComponentInputText.inc.php, method ComponentInputText::setInputConstraintType()
    Sets the type of input constraint, e.g. "noRestriction"
setInputFieldId
in file QueryFilter.inc.php, method QueryFilter::setInputFieldId()
    Sets the input field id
setInputTextRows
in file ComponentInputText.inc.php, method ComponentInputText::setInputTextRows()
    Sets the rows of the input text box
setInputTextSize
in file ComponentInputText.inc.php, method ComponentInputText::setInputTextSize()
    Sets the size of the input text box
setIsActive
in file ActionSendEmail.inc.php, method ActionSendEmail::setIsActive()
    Sets whether or not this email action is active; If not active, an email will not be sent (although this may seem strange, it is helpful for saving email text and being able to enable/disable email for testing)
setIsChecked
in file ComponentCheckbox.inc.php, method ComponentCheckbox::setIsChecked()
    Sets the intial checkbox status i.e. checked or unchecked
setLastVoteForAFeatureDate
in file User.inc.php, method User::setLastVoteForAFeatureDate()
    Sets the date that the user last voted for the "Feature of the week" to the current date, e.g. "2004-12-17"
setLayout
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::setLayout()
    Sets the layout for this radiobutton group
setMessage
in file ActionSendEmail.inc.php, method ActionSendEmail::setMessage()
    Sets the "message" body of the email
setName
in file ComponentButton.inc.php, method ComponentButton::setName()
    Sets the name that appears on the face of the button
setName
in file Application.inc.php, method Application::setName()
    Sets the name of this application
setOperator
in file QueryFilter.inc.php, method QueryFilter::setOperator()
    Sets the operator
setOperator
in file Condition.inc.php, method Condition::setOperator()
    Sets the operator
setPageCollapsed
in file ChannelTreeView.inc.php, method ChannelTreeView::setPageCollapsed()
    Sets a particular page as collapsed (its components are not shown)
setPageExpanded
in file ChannelTreeView.inc.php, method ChannelTreeView::setPageExpanded()
    Sets a particular page as expanded (all its components visible)
setPageId
in file ActionGoToPage.inc.php, method ActionGoToPage::setPageId()
    Sets the id of the page that the user will be redirected to
setParameter
in file QueryFilter.inc.php, method QueryFilter::setParameter()
    Sets the parameter value that the database field's value is compared to for evaluating the filter
setParameter
in file Condition.inc.php, method Condition::setParameter()
    Sets the parameter value that the input field's value is compared to for evaluating the condition
setPublic
in file Application.inc.php, method Application::setPublic()
    Sets the flag that indicates whether an application is publicly accessible or not
setSaveValueDbFieldName
in file ComponentRadiobuttonGroup.inc.php, method ComponentRadiobuttonGroup::setSaveValueDbFieldName()
    Sets the name of the database field associated with this radiobutton group
setSaveValueDbFieldName
in file ComponentCheckbox.inc.php, method ComponentCheckbox::setSaveValueDbFieldName()
    Sets the name of the database field associated with this input field
setSaveValueDbFieldName
in file ComponentInputText.inc.php, method ComponentInputText::setSaveValueDbFieldName()
    Sets the name of the database field associated with this input field
setSortBy
in file Query.inc.php, method Query::setSortBy()
    Sets the sort criteria (up to 3)
setSubject
in file ActionSendEmail.inc.php, method ActionSendEmail::setSubject()
    Sets the "subject:" field of the email
setTempValue
in file common.inc.php, function setTempValue()
    Adds a temporarily "remembered" value to the session
setText
in file Option.inc.php, method Option::setText()
    Sets the text or custom HTML to be displayed as option text
setTo
in file ActionSendEmail.inc.php, method ActionSendEmail::setTo()
    Sets the "to:" field of the email
setValue
in file Option.inc.php, method Option::setValue()
    Sets the value that is stored in the database
setX
in file Component.inc.php, method Component::setX()
    Sets the component's X-screen coordinate in the XML
setXmlNode
in file XmlObject.inc.php, method XmlObject::setXmlNode()
    Sets a refernce to the DOMNode.
setY
in file Component.inc.php, method Component::setY()
    Sets the component's Y-screen coordinate in the XML
setZ
in file Component.inc.php, method Component::setZ()
    Sets the component's Z-screen coordinate in the XML
showAdvancedEditor
in file common.inc.php, function showAdvancedEditor()
showFeatureDetails.php
procedural page showFeatureDetails.php
signup.php
procedural page signup.php
sortByExists
in file Query.inc.php, method Query::sortByExists()
    Returns TRUE if any sort parameter exists, FALSE otherwise
statusFrame.php
procedural page statusFrame.php
top

t

togglePublishApplication.inc.php
procedural page togglePublishApplication.inc.php
toggleSnapToGrid.inc.php
procedural page toggleSnapToGrid.inc.php
treeviewPageExpandOrCollapse.inc.php
procedural page treeviewPageExpandOrCollapse.inc.php
test.php
procedural page test.php
TEMP
in file common.inc.php, constant TEMP
topFrame.php
procedural page topFrame.php
tutorialSidebar.php
procedural page tutorialSidebar.php
tutorial.php
procedural page tutorial.php
top

u

updateComponentXYZ.inc.php
procedural page updateComponentXYZ.inc.php
User.inc.php
procedural page User.inc.php
utilityFunctions.inc.php
procedural page utilityFunctions.inc.php
unsetActive
in file Component.inc.php, method Component::unsetActive()
    Makes this component inactive
unsetActive
in file Page.inc.php, method Page::unsetActive()
    unsets the active page
unsetActiveAppId
in file Application.inc.php, method Application::unsetActiveAppId()
    Unset the flag that markes a certain application as being "active"
unsetAllTempValues
in file common.inc.php, function unsetAllTempValues()
    Removes all temporarily stored values
unsetAsHomePage
in file Page.inc.php, method Page::unsetAsHomePage()
    Unsets the current page as the home page for the application by removing the attribute isHomePage
unsetDefault
in file Option.inc.php, method Option::unsetDefault()
    Un-marks the option as the "default" option (if it is the default)
unsetTempValue
in file common.inc.php, function unsetTempValue()
    Removes a temporarily "remembered" value from the session
updateDatabaseRecordFromPostRequest
in file AppDatabase.inc.php, method AppDatabase::updateDatabaseRecordFromPostRequest()
    Update a record within the database's default table.
User
in file User.inc.php, class User
    Represents a user of phpClick. Handles login, etc.
top

v

viewApplication.inc.php
procedural page viewApplication.inc.php
voteForFeature.inc.php
procedural page voteForFeature.inc.php
voteForFeature.php
procedural page voteForFeature.php
top

w

Wizard.inc.php
procedural page Wizard.inc.php
Wizard
in file Wizard.inc.php, class Wizard
    This is the base class for each wizard. It is not instantiated by itself.
WizardOverviewDetail
in file WizardOverviewDetail.inc.php, class WizardOverviewDetail
    This wizard implements an overview page and a details page
WizardSearchFormAndResults
in file WizardSearchFormAndResults.inc.php, class WizardSearchFormAndResults
    This wizard implements a search form and results page
WizardOverviewDetail.inc.php
procedural page WizardOverviewDetail.inc.php
WizardSearchFormAndResults.inc.php
procedural page WizardSearchFormAndResults.inc.php
top

x

XmlObject.inc.php
procedural page XmlObject.inc.php
XmlObject
in file XmlObject.inc.php, class XmlObject
    Abstraction for a particular XML node within the DOM
top

Documentation generated on Wed, 12 Jan 2005 17:50:13 -0500 by phpDocumentor 1.3.0RC3