Element index for package System.Web.UI
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ y ]
[ _ ]
_
- __construct
- in file TControlAdapter.php, method TControlAdapter::__construct()
Constructor.
- __construct
- in file TControl.php, method TEmptyControlCollection::__construct()
Constructor.
- __construct
- in file THtmlWriter.php, method THtmlWriter::__construct()
Constructor.
- __construct
- in file TPage.php, method TPage::__construct()
Constructor.
- __construct
- in file TTemplateManager.php, method TTemplate::__construct()
Constructor.
- __construct
- in file TControl.php, method TControlCollection::__construct()
Constructor.
- __construct
- in file TClientScriptManager.php, method TClientScriptManager::__construct()
Constructor.
- __construct
- in file TControl.php, method TBroadcastEventParameter::__construct()
Constructor.
- __construct
- in file TClientScriptManager.php, method TClientSideOptions::__construct()
Constructor, initialize the options list.
- __construct
- in file TControl.php, method TCommandEventParameter::__construct()
Constructor.
- __construct
- in file TControl.php, method TCompositeLiteral::__construct()
Constructor.
- __construct
- in file TControl.php, method TControl::__construct()
Constructor.
- __construct
- in file TThemeManager.php, method TTheme::__construct()
Constructor.
- __get
- in file TControl.php, method TControl::__get()
Returns a property value by name or a control by ID.
top
a
- addAttribute
- in file THtmlWriter.php, method THtmlWriter::addAttribute()
Adds an attribute to be rendered.
- addAttributes
- in file THtmlWriter.php, method THtmlWriter::addAttributes()
Adds a list of attributes to be rendered.
- addAttributesToRender
- in file TForm.php, method TForm::addAttributesToRender()
Adds form specific attributes to renderer.
- addedControl
- in file TControl.php, method TControl::addedControl()
Adds a control into the child collection of the control.
- addParsedObject
- in file TTextProcessor.php, method TTextProcessor::addParsedObject()
HTML-decodes static text.
- addParsedObject
- in file THead.php, method THead::addParsedObject()
Processes an object that is created during parsing template.
- addParsedObject
- in file TControl.php, method TControl::addParsedObject()
Adds the object instantiated on a template to the child control collection.
- addStyleAttribute
- in file THtmlWriter.php, method THtmlWriter::addStyleAttribute()
Adds a stylesheet attribute to be rendered
- addStyleAttributes
- in file THtmlWriter.php, method THtmlWriter::addStyleAttributes()
Adds a list of stylesheet attributes to be rendered.
- addToPostDataLoader
- in file TControl.php, method TControl::addToPostDataLoader()
Add controls implementing IPostBackDataHandler to post data loaders.
- applyControlSkin
- in file TPage.php, method TPage::applyControlSkin()
Applies a skin in the current theme to a control.
- applyControlStyleSheet
- in file TPage.php, method TPage::applyControlStyleSheet()
Applies a stylesheet skin in the current theme to a control.
- applySkin
- in file TThemeManager.php, method TTheme::applySkin()
Applies the theme to a particular control.
- applySkin
- in file TControl.php, method ITheme::applySkin()
Applies this theme to the specified control.
- applyStyleSheetSkin
- in file TControl.php, method TControl::applyStyleSheetSkin()
Applies a stylesheet skin to a control.
- autoBindProperty
- in file TControl.php, method TControl::autoBindProperty()
Sets up the binding between a property (or property path) and an expression.
- autoDataBindProperties
- in file TControl.php, method TControl::autoDataBindProperties()
Auto databinding properties of the control.
top
top
c
- calculateKey
- in file TCachePageStatePersister.php, method TCachePageStatePersister::calculateKey()
- clear
- in file TControl.php, method TControlCollection::clear()
Overrides the parent implementation by invoking TControl::clearNamingContainer
- clearChildState
- in file TControl.php, method TControl::clearChildState()
Clears up the child state data.
- clearControlState
- in file TControl.php, method TControl::clearControlState()
Clears a controlstate value.
- clearNamingContainer
- in file TControl.php, method TControl::clearNamingContainer()
Resets the control as a naming container.
- clearViewState
- in file TControl.php, method TControl::clearViewState()
Clears a viewstate value.
- configureComponent
- in file TTemplateManager.php, method TTemplate::configureComponent()
Configures a property of a non-control component.
- configureControl
- in file TTemplateManager.php, method TTemplate::configureControl()
Configures a property/event of a control.
- configureEvent
- in file TTemplateManager.php, method TTemplate::configureEvent()
Configures an event for a control.
- configureProperty
- in file TTemplateManager.php, method TTemplate::configureProperty()
Configures a simple property for a component.
- configureSubProperty
- in file TTemplateManager.php, method TTemplate::configureSubProperty()
Configures a subproperty for a component.
- convertUniqueIdToClientId
- in file TControl.php, method TControl::convertUniqueIdToClientId()
Converts a unique ID to a client ID.
- createChildControls
- in file TControl.php, method TControl::createChildControls()
Creates child controls.
- createChildControls
- in file TControlAdapter.php, method TControlAdapter::createChildControls()
Creates child controls for the attached control.
- createChildControls
- in file TTemplateControl.php, method TTemplateControl::createChildControls()
Creates child controls.
- createControlCollection
- in file TControl.php, method TControl::createControlCollection()
Creates a control collection object that is to be used to hold child controls
- SCRIPT_LOADER
- in file TClientScriptManager.php, class constant TClientScriptManager::SCRIPT_LOADER
the PHP script for loading Prado javascript files
- SCRIPT_PATH
- in file TClientScriptManager.php, class constant TClientScriptManager::SCRIPT_PATH
directory containing Prado javascript files
top
top
e
- DEFAULT_BASEPATH
- in file TThemeManager.php, class constant TThemeManager::DEFAULT_BASEPATH
default themes base path
- endFormRender
- in file TPage.php, method TPage::endFormRender()
- ensureChildControls
- in file TControl.php, method TControl::ensureChildControls()
Ensures child controls are created.
- ensureFunction
- in file TClientScriptManager.php, method TClientSideOptions::ensureFunction()
Ensure that the javascript statements are wrapped in a javascript function block as - function(sender, parameter){ //code }
.
- ensureRenderInForm
- in file TPage.php, method TPage::ensureRenderInForm()
Ensures the control is rendered within a form.
- evaluateDynamicContent
- in file TControl.php, method TCompositeLiteral::evaluateDynamicContent()
Evaluates the expressions and/or statements in the component.
- REGEX_RULES
- in file TTemplateManager.php, class constant TTemplate::REGEX_RULES
'<!--.*?--!>' - template comments
- TEMPLATE_CACHE_PREFIX
- in file TTemplateManager.php, class constant TTemplateManager::TEMPLATE_CACHE_PREFIX
Prefix of the cache variable name for storing parsed templates
- TEMPLATE_FILE_EXT
- in file TTemplateManager.php, class constant TTemplateManager::TEMPLATE_FILE_EXT
Template file extension
top
f
- findControl
- in file TControl.php, method TControl::findControl()
Finds a control by ID path within the current naming container.
- findControlsByID
- in file TControl.php, method TControl::findControlsByID()
Finds all child and grand-child controls with the specified ID.
- findControlsByType
- in file TControl.php, method TControl::findControlsByType()
Finds all child and grand-child controls that are of the specified type.
- flush
- in file THtmlWriter.php, method THtmlWriter::flush()
Flushes the rendering result.
- focus
- in file TControl.php, method TControl::focus()
Sets input focus to this control.
- RF_ADAPTER
- in file TControl.php, class constant TControl::RF_ADAPTER
- RF_AUTO_BINDINGS
- in file TControl.php, class constant TControl::RF_AUTO_BINDINGS
- RF_CHILD_STATE
- in file TControl.php, class constant TControl::RF_CHILD_STATE
- RF_CONTROLS
- in file TControl.php, class constant TControl::RF_CONTROLS
Indexes for the rare fields.
- RF_CONTROLSTATE
- in file TControl.php, class constant TControl::RF_CONTROLSTATE
- RF_DATA_BINDINGS
- in file TControl.php, class constant TControl::RF_DATA_BINDINGS
- RF_EVENTS
- in file TControl.php, class constant TControl::RF_EVENTS
- RF_NAMED_CONTROLS
- in file TControl.php, class constant TControl::RF_NAMED_CONTROLS
- RF_NAMED_CONTROLS_ID
- in file TControl.php, class constant TControl::RF_NAMED_CONTROLS_ID
- RF_NAMED_OBJECTS
- in file TControl.php, class constant TControl::RF_NAMED_OBJECTS
- RF_SKIN_ID
- in file TControl.php, class constant TControl::RF_SKIN_ID
top
g
- getAdapter
- in file TControl.php, method TControl::getAdapter()
- getAllowChildControls
- in file TControl.php, method TControl::getAllowChildControls()
- getAttribute
- in file TControl.php, method TControl::getAttribute()
- getAttributes
- in file TControl.php, method TControl::getAttributes()
Returns the list of custom attributes.
- getAvailableThemes
- in file TThemeManager.php, method TThemeManager::getAvailableThemes()
- getBasePath
- in file TThemeManager.php, method TThemeManager::getBasePath()
- getBasePath
- in file TThemeManager.php, method TTheme::getBasePath()
- getBaseUrl
- in file THead.php, method THead::getBaseUrl()
- getBaseUrl
- in file TThemeManager.php, method TTheme::getBaseUrl()
- getBaseUrl
- in file TThemeManager.php, method TThemeManager::getBaseUrl()
- getCache
- in file TCachePageStatePersister.php, method TCachePageStatePersister::getCache()
- getCacheModuleID
- in file TCachePageStatePersister.php, method TCachePageStatePersister::getCacheModuleID()
- getCacheTimeout
- in file TCachePageStatePersister.php, method TCachePageStatePersister::getCacheTimeout()
- getCachingStack
- in file TPage.php, method TPage::getCachingStack()
- getCallbackClient
- in file TPage.php, method TPage::getCallbackClient()
Gets the callback client script handler that allows javascript functions to be executed during the callback response.
- getCallbackEventParameter
- in file TPage.php, method TPage::getCallbackEventParameter()
Callback parameter is decoded assuming JSON encoding.
- getCallbackEventTarget
- in file TPage.php, method TPage::getCallbackEventTarget()
- getCallbackReference
- in file TClientScriptManager.php, method TClientScriptManager::getCallbackReference()
Returns javascript statement that create a new callback request object.
- getCausesValidation
- in file TControl.php, method IButtonControl::getCausesValidation()
- getChildControlsCreated
- in file TControl.php, method TControl::getChildControlsCreated()
- getClientID
- in file TControl.php, method TControl::getClientID()
Returns the client ID of the control.
- getClientScript
- in file TPage.php, method TPage::getClientScript()
- getClientState
- in file TPage.php, method TPage::getClientState()
Returns the state to be stored on the client side.
- getClientSupportsJavaScript
- in file TPage.php, method TPage::getClientSupportsJavaScript()
- getCommandName
- in file TControl.php, method IButtonControl::getCommandName()
- getCommandName
- in file TControl.php, method TCommandEventParameter::getCommandName()
- getCommandParameter
- in file TControl.php, method IButtonControl::getCommandParameter()
- getCommandParameter
- in file TControl.php, method TCommandEventParameter::getCommandParameter()
- getContainer
- in file TControl.php, method TCompositeLiteral::getContainer()
- getContextPath
- in file TTemplateManager.php, method TTemplate::getContextPath()
- getControl
- in file TControlAdapter.php, method TControlAdapter::getControl()
- getControls
- in file TControl.php, method TControl::getControls()
- getControlStage
- in file TControl.php, method TControl::getControlStage()
Gets the lifecycle step the control is currently at.
- getControlState
- in file TControl.php, method TControl::getControlState()
Returns a controlstate value.
- getCustomData
- in file TControl.php, method TControl::getCustomData()
Returns custom data associated with this control.
- getDataChanged
- in file TControl.php, method IPostBackDataHandler::getDataChanged()
- getDefaultButton
- in file TForm.php, method TForm::getDefaultButton()
- getDefaultButtonOptions
- in file TClientScriptManager.php, method TClientScriptManager::getDefaultButtonOptions()
- getDirective
- in file TTemplateManager.php, method TTemplate::getDirective()
- getEnabled
- in file TControl.php, method TControl::getEnabled()
Returns a value indicating whether the control is enabled.
- getEnableStateCompression
- in file TPage.php, method TPage::getEnableStateCompression()
- getEnableStateEncryption
- in file TPage.php, method TPage::getEnableStateEncryption()
- getEnableStateValidation
- in file TPage.php, method TPage::getEnableStateValidation()
- getEnableTheming
- in file TControl.php, method TControl::getEnableTheming()
- getEnableViewState
- in file TControl.php, method TControl::getEnableViewState()
- getEnctype
- in file TForm.php, method TForm::getEnctype()
- getErrorMessage
- in file TControl.php, method IValidator::getErrorMessage()
- getForm
- in file TPage.php, method TPage::getForm()
- getHasAdapter
- in file TControl.php, method TControl::getHasAdapter()
- getHasAttributes
- in file TControl.php, method TControl::getHasAttributes()
- getHasChildInitialized
- in file TControl.php, method TControl::getHasChildInitialized()
- getHasControls
- in file TControl.php, method TControl::getHasControls()
- getHashCode
- in file TTemplateManager.php, method TTemplate::getHashCode()
- getHasInitialized
- in file TControl.php, method TControl::getHasInitialized()
- getHasLoaded
- in file TControl.php, method TControl::getHasLoaded()
- getHasLoadedPostData
- in file TControl.php, method TControl::getHasLoadedPostData()
- getHasPreRendered
- in file TControl.php, method TControl::getHasPreRendered()
- getHead
- in file TPage.php, method TPage::getHead()
- getHistorySize
- in file TSessionPageStatePersister.php, method TSessionPageStatePersister::getHistorySize()
- getID
- in file TControl.php, method TControl::getID()
Returns the id of the control.
- getIncludedFiles
- in file TTemplateManager.php, method TTemplate::getIncludedFiles()
- getIsCallback
- in file TPage.php, method TPage::getIsCallback()
- getIsDefaultButton
- in file TControl.php, method IButtonControl::getIsDefaultButton()
- getIsLoadingPostData
- in file TPage.php, method TPage::getIsLoadingPostData()
- getIsPostBack
- in file TPage.php, method TPage::getIsPostBack()
- getIsSourceTemplate
- in file TTemplateManager.php, method TTemplate::getIsSourceTemplate()
- getIsSourceTemplateControl
- in file TTemplateControl.php, method TTemplateControl::getIsSourceTemplateControl()
- getIsValid
- in file TControl.php, method IValidator::getIsValid()
- getIsValid
- in file TControl.php, method IValidatable::getIsValid()
- getIsValid
- in file TPage.php, method TPage::getIsValid()
Returns whether user input is valid or not.
- getItems
- in file TTemplateManager.php, method TTemplate::getItems()
- getJavaScriptFiles
- in file TThemeManager.php, method TTheme::getJavaScriptFiles()
- getKeyPrefix
- in file TCachePageStatePersister.php, method TCachePageStatePersister::getKeyPrefix()
- getLocalizedTemplate
- in file TTemplateManager.php, method TTemplateManager::getLocalizedTemplate()
Finds a localized template file.
- getMaster
- in file TTemplateControl.php, method TTemplateControl::getMaster()
- getMasterClass
- in file TTemplateControl.php, method TTemplateControl::getMasterClass()
- getMetaTags
- in file THead.php, method THead::getMetaTags()
- getMethod
- in file TForm.php, method TForm::getMethod()
- getName
- in file TControl.php, method TBroadcastEventParameter::getName()
- getName
- in file TForm.php, method TForm::getName()
- getName
- in file TThemeManager.php, method TTheme::getName()
- getNamingContainer
- in file TControl.php, method TControl::getNamingContainer()
- getOption
- in file TClientScriptManager.php, method TClientSideOptions::getOption()
- getOptions
- in file TClientScriptManager.php, method TClientSideOptions::getOptions()
- getOwner
- in file TControl.php, method TControlCollection::getOwner()
- getPackagePathUrl
- in file TClientScriptManager.php, method TClientScriptManager::getPackagePathUrl()
- getPage
- in file TCachePageStatePersister.php, method TCachePageStatePersister::getPage()
- getPage
- in file TControlAdapter.php, method TControlAdapter::getPage()
- getPage
- in file TControl.php, method TControl::getPage()
- getPage
- in file TPage.php, method IPageStatePersister::getPage()
- getPage
- in file TPageStatePersister.php, method TPageStatePersister::getPage()
- getPage
- in file TSessionPageStatePersister.php, method TSessionPageStatePersister::getPage()
- getPagePath
- in file TPage.php, method TPage::getPagePath()
- getParameter
- in file TControl.php, method TBroadcastEventParameter::getParameter()
- getParent
- in file TControl.php, method TControl::getParent()
- getPostBackEventParameter
- in file TPage.php, method TPage::getPostBackEventParameter()
- getPostBackEventTarget
- in file TPage.php, method TPage::getPostBackEventTarget()
- getPostDataLoaders
- in file TPage.php, method TPage::getPostDataLoaders()
Get a list of IDs of controls that are enabled and require post data.
- getPradoScriptAssetUrl
- in file TClientScriptManager.php, method TClientScriptManager::getPradoScriptAssetUrl()
- getRegisteredObject
- in file TControl.php, method TControl::getRegisteredObject()
Returns the named registered object.
- getRequestClientState
- in file TPage.php, method TPage::getRequestClientState()
- getRequiresHead
- in file TClientScriptManager.php, method TClientScriptManager::getRequiresHead()
- getShortcutIcon
- in file THead.php, method THead::getShortcutIcon()
- getSkinID
- in file TControl.php, method TControl::getSkinID()
- getSkins
- in file TThemeManager.php, method TTheme::getSkins()
- getSourceTemplateControl
- in file TControl.php, method TControl::getSourceTemplateControl()
- getStatePersister
- in file TPage.php, method TPage::getStatePersister()
- getStatePersisterClass
- in file TPage.php, method TPage::getStatePersisterClass()
- getStyleSheetFiles
- in file TThemeManager.php, method TTheme::getStyleSheetFiles()
- getStyleSheetTheme
- in file TPage.php, method TPage::getStyleSheetTheme()
- getSurroundingTagID
- in file TControl.php, method ISurroundable::getSurroundingTagID()
- getTemplate
- in file TTemplateControl.php, method TTemplateControl::getTemplate()
Returns the template object associated with this control object.
- getTemplateByClassName
- in file TTemplateManager.php, method TTemplateManager::getTemplateByClassName()
Loads the template corresponding to the specified class name.
- getTemplateByFileName
- in file TTemplateManager.php, method TTemplateManager::getTemplateByFileName()
Loads the template from the specified file.
- getTemplateControl
- in file TControl.php, method TControl::getTemplateControl()
- getTemplateDirectory
- in file TTemplateControl.php, method TTemplateControl::getTemplateDirectory()
- getTemplateFile
- in file TTemplateManager.php, method TTemplate::getTemplateFile()
- getText
- in file TTextProcessor.php, method TTextProcessor::getText()
- getText
- in file TControl.php, method IButtonControl::getText()
- getTheme
- in file TThemeManager.php, method TThemeManager::getTheme()
- getTheme
- in file TPage.php, method TPage::getTheme()
- getTitle
- in file TPage.php, method TPage::getTitle()
- getTitle
- in file THead.php, method THead::getTitle()
- getUniqueID
- in file TControl.php, method TControl::getUniqueID()
Returns a unique ID that identifies the control in the page hierarchy.
- getValidationGroup
- in file TControl.php, method IButtonControl::getValidationGroup()
- getValidationPropertyValue
- in file TControl.php, method IValidatable::getValidationPropertyValue()
- getValidators
- in file TPage.php, method TPage::getValidators()
Returns a list of registered validators.
- getViewState
- in file TControl.php, method TControl::getViewState()
Returns a viewstate value.
- getVisible
- in file TControl.php, method TControl::getVisible()
Checks if a control is visible.
- getWriter
- in file THtmlWriter.php, method THtmlWriter::getWriter()
top
top
i
- FIELD_CALLBACK_PARAMETER
- in file TPage.php, class constant TPage::FIELD_CALLBACK_PARAMETER
- FIELD_CALLBACK_TARGET
- in file TPage.php, class constant TPage::FIELD_CALLBACK_TARGET
- FIELD_LASTFOCUS
- in file TPage.php, class constant TPage::FIELD_LASTFOCUS
- FIELD_PAGESTATE
- in file TPage.php, class constant TPage::FIELD_PAGESTATE
- FIELD_POSTBACK_PARAMETER
- in file TPage.php, class constant TPage::FIELD_POSTBACK_PARAMETER
- FIELD_POSTBACK_TARGET
- in file TPage.php, class constant TPage::FIELD_POSTBACK_TARGET
system post fields
- IBroadcastEventReceiver
- in file TControl.php, class IBroadcastEventReceiver
IBroadcastEventReceiver interface
- IButtonControl
- in file TControl.php, class IButtonControl
IButtonControl interface
- INamingContainer
- in file TControl.php, class INamingContainer
INamingContainer interface.
- init
- in file TThemeManager.php, method TThemeManager::init()
Initializes the module.
- init
- in file TTemplateManager.php, method TTemplateManager::init()
Initializes the module.
- initRecursive
- in file TControl.php, method TControl::initRecursive()
Performs the Init step for the control and all its child controls.
- initRecursive
- in file TTemplateControl.php, method TTemplateControl::initRecursive()
Performs the OnInit step for the control and all its child controls.
- initRecursive
- in file TCompositeControl.php, method TCompositeControl::initRecursive()
Performs the OnInit step for the control and all its child controls.
- injectContent
- in file TTemplateControl.php, method TTemplateControl::injectContent()
Injects all content controls (and their children) to the corresponding content placeholders.
- insertAt
- in file TControl.php, method TControlCollection::insertAt()
Inserts an item at the specified position.
- insertAt
- in file TControl.php, method TEmptyControlCollection::insertAt()
Inserts an item at the specified position.
- instantiateIn
- in file TTemplateManager.php, method TTemplate::instantiateIn()
Instantiates the template.
- instantiateIn
- in file TControl.php, method ITemplate::instantiateIn()
Instantiates the template.
- IPageStatePersister
- in file TPage.php, class IPageStatePersister
IPageStatePersister interface.
- IPostBackDataHandler
- in file TControl.php, class IPostBackDataHandler
IPostBackDataHandler interface
- IPostBackEventHandler
- in file TControl.php, class IPostBackEventHandler
IPostBackEventHandler interface
- isBeginScriptRegistered
- in file TClientScriptManager.php, method TClientScriptManager::isBeginScriptRegistered()
- isDescendentOf
- in file TControl.php, method TControl::isDescendentOf()
- isEndScriptRegistered
- in file TClientScriptManager.php, method TClientScriptManager::isEndScriptRegistered()
- isHeadScriptFileRegistered
- in file TClientScriptManager.php, method TClientScriptManager::isHeadScriptFileRegistered()
- isHeadScriptRegistered
- in file TClientScriptManager.php, method TClientScriptManager::isHeadScriptRegistered()
- isHiddenFieldRegistered
- in file TClientScriptManager.php, method TClientScriptManager::isHiddenFieldRegistered()
- isObjectRegistered
- in file TControl.php, method TControl::isObjectRegistered()
- isScriptFileRegistered
- in file TClientScriptManager.php, method TClientScriptManager::isScriptFileRegistered()
- isStyleSheetFileRegistered
- in file TClientScriptManager.php, method TClientScriptManager::isStyleSheetFileRegistered()
- isStyleSheetRegistered
- in file TClientScriptManager.php, method TClientScriptManager::isStyleSheetRegistered()
- isSystemPostField
- in file TPage.php, method TPage::isSystemPostField()
- ISurroundable
- in file TControl.php, class ISurroundable
ISurroundable interface
- ITemplate
- in file TControl.php, class ITemplate
ITemplate interface
- ITheme
- in file TControl.php, class ITheme
ITheme interface.
- IValidatable
- in file TControl.php, class IValidatable
IValidatable interface
- IValidator
- in file TControl.php, class IValidator
IValidator interface
top
k
- SKIN_FILE_EXT
- in file TThemeManager.php, class constant TTheme::SKIN_FILE_EXT
Extension name of skin files
top
l
- CLIENT_ID_SEPARATOR
- in file TControl.php, class constant TControl::CLIENT_ID_SEPARATOR
separator char between IDs in a ClientID
- load
- in file TCachePageStatePersister.php, method TCachePageStatePersister::load()
Loads page state from cache.
- load
- in file TPage.php, method IPageStatePersister::load()
Loads page state from persistent storage
- load
- in file TPageStatePersister.php, method TPageStatePersister::load()
Loads page state from hidden fields.
- load
- in file TSessionPageStatePersister.php, method TSessionPageStatePersister::load()
Loads page state from session.
- loadPageState
- in file TPage.php, method TPage::loadPageState()
Loads page state from persistent storage.
- loadPostData
- in file TControl.php, method IPostBackDataHandler::loadPostData()
Loads user input data.
- loadRecursive
- in file TControl.php, method TControl::loadRecursive()
Performs the Load step for the control and all its child controls.
- loadState
- in file TPage.php, method TPage::loadState()
This method is invoked right after the control has loaded its state.
- loadState
- in file TControlAdapter.php, method TControlAdapter::loadState()
Loads additional persistent control state.
- loadState
- in file TControl.php, method TControl::loadState()
This method is invoked right after the control has loaded its state.
- loadStateRecursive
- in file TControl.php, method TControl::loadStateRecursive()
Loads state (viewstate and controlstate) into a control and its children.
- loadTemplate
- in file TTemplateControl.php, method TTemplateControl::loadTemplate()
Loads the template associated with this control class.
top
o
- CONFIG_ASSET
- in file TTemplateManager.php, class constant TTemplate::CONFIG_ASSET
- CONFIG_DATABIND
- in file TTemplateManager.php, class constant TTemplate::CONFIG_DATABIND
Different configurations of component property/event/attribute
- CONFIG_EXPRESSION
- in file TTemplateManager.php, class constant TTemplate::CONFIG_EXPRESSION
- CONFIG_LOCALIZATION
- in file TTemplateManager.php, class constant TTemplate::CONFIG_LOCALIZATION
- CONFIG_PARAMETER
- in file TTemplateManager.php, class constant TTemplate::CONFIG_PARAMETER
- CONFIG_TEMPLATE
- in file TTemplateManager.php, class constant TTemplate::CONFIG_TEMPLATE
- onClick
- in file TControl.php, method IButtonControl::onClick()
Raises OnClick event.
- onCommand
- in file TControl.php, method IButtonControl::onCommand()
Raises OnCommand event.
- onDataBinding
- in file TControl.php, method TControl::onDataBinding()
Raises 'OnDataBinding' event.
- onInit
- in file TForm.php, method TForm::onInit()
Registers the form with the page.
- onInit
- in file THead.php, method THead::onInit()
Registers the head control with the current page.
- onInit
- in file TControlAdapter.php, method TControlAdapter::onInit()
This method is invoked when the control enters 'OnInit' stage.
- onInit
- in file TControl.php, method TControl::onInit()
This method is invoked when the control enters 'OnInit' stage.
- onInitComplete
- in file TPage.php, method TPage::onInitComplete()
Raises OnInitComplete event.
- onLoad
- in file TControl.php, method TControl::onLoad()
This method is invoked when the control enters 'OnLoad' stage.
- onLoad
- in file TControlAdapter.php, method TControlAdapter::onLoad()
This method is invoked when the control enters 'OnLoad' stage.
- onLoadComplete
- in file TPage.php, method TPage::onLoadComplete()
Raises OnLoadComplete event.
- onPreInit
- in file TPage.php, method TPage::onPreInit()
Raises OnPreInit event.
- onPreLoad
- in file TPage.php, method TPage::onPreLoad()
Raises OnPreLoad event.
- onPreRender
- in file TControlAdapter.php, method TControlAdapter::onPreRender()
This method is invoked when the control enters 'OnPreRender' stage.
- onPreRender
- in file TControl.php, method TControl::onPreRender()
This method is invoked when the control enters 'OnPreRender' stage.
- onPreRenderComplete
- in file TPage.php, method TPage::onPreRenderComplete()
Raises OnPreRenderComplete event.
- onSaveStateComplete
- in file TPage.php, method TPage::onSaveStateComplete()
Raises OnSaveStateComplete event.
- onUnload
- in file TControlAdapter.php, method TControlAdapter::onUnload()
This method is invoked when the control enters 'OnUnload' stage.
- onUnload
- in file TControl.php, method TControl::onUnload()
This method is invoked when the control enters 'OnUnload' stage.
top
p
- parse
- in file TTemplateManager.php, method TTemplate::parse()
Parses a template string.
- parseAttribute
- in file TTemplateManager.php, method TTemplate::parseAttribute()
Parses a single attribute.
- parseAttributes
- in file TTemplateManager.php, method TTemplate::parseAttributes()
Parses the attributes of a tag from a string.
- parseTemplateProperty
- in file TTemplateManager.php, method TTemplate::parseTemplateProperty()
- preprocess
- in file TTemplateManager.php, method TTemplate::preprocess()
Preprocesses the template string by including external templates
- preRenderRecursive
- in file TControl.php, method TControl::preRenderRecursive()
Performs the PreRender step for the control and all its child controls.
- processCallbackRequest
- in file TPage.php, method TPage::processCallbackRequest()
Sets Adapter to TActivePageAdapter and calls apter to process the callback request.
- processNormalRequest
- in file TPage.php, method TPage::processNormalRequest()
- processPostBackRequest
- in file TPage.php, method TPage::processPostBackRequest()
- processPostData
- in file TPage.php, method TPage::processPostData()
Processes post data.
- processText
- in file TTextProcessor.php, method TTextProcessor::processText()
Processes a text string.
top
r
- raiseBubbleEvent
- in file TControl.php, method TControl::raiseBubbleEvent()
Invokes the parent's bubbleEvent method.
- raisePostBackEvent
- in file TControl.php, method IPostBackEventHandler::raisePostBackEvent()
Raises postback event.
- raisePostDataChangedEvent
- in file TControl.php, method IPostBackDataHandler::raisePostDataChangedEvent()
Raises postdata changed event.
- registerBeginScript
- in file TClientScriptManager.php, method TClientScriptManager::registerBeginScript()
Registers a javascript script block at the beginning of the form
- registerCachingAction
- in file TPage.php, method TPage::registerCachingAction()
Registers an action associated with the content being cached.
- registerCallbackControl
- in file TClientScriptManager.php, method TClientScriptManager::registerCallbackControl()
Registers callback javascript for a control.
- registerContent
- in file TTemplateControl.php, method TTemplateControl::registerContent()
Registers a content control.
- registerContentPlaceHolder
- in file TTemplateControl.php, method TTemplateControl::registerContentPlaceHolder()
Registers a content placeholder to this template control.
- registerDefaultButton
- in file TClientScriptManager.php, method TClientScriptManager::registerDefaultButton()
Register a default button to panel. When the $panel is in focus and the 'enter' key is pressed, the $button will be clicked.
- registerEndScript
- in file TClientScriptManager.php, method TClientScriptManager::registerEndScript()
Registers a javascript script block at the end of the form
- registerFocusControl
- in file TClientScriptManager.php, method TClientScriptManager::registerFocusControl()
Registers the control to receive default focus.
- registerHeadScript
- in file TClientScriptManager.php, method TClientScriptManager::registerHeadScript()
Registers a javascript block in the page head.
- registerHeadScriptFile
- in file TClientScriptManager.php, method TClientScriptManager::registerHeadScriptFile()
Registers a javascript file in the page head
- registerHiddenField
- in file TClientScriptManager.php, method TClientScriptManager::registerHiddenField()
Registers a hidden field to be rendered in the form.
- registerJavascriptPackages
- in file TClientScriptManager.php, method TClientScriptManager::registerJavascriptPackages()
Publishes a javascript library path and register packages to be loaded.
- registerObject
- in file TControl.php, method TControl::registerObject()
Registers an object by a name.
- registerPostBackControl
- in file TClientScriptManager.php, method TClientScriptManager::registerPostBackControl()
Registers postback javascript for a control. A null class parameter will prevent the javascript code registration.
- registerPostDataLoader
- in file TPage.php, method TPage::registerPostDataLoader()
Register post data loaders for Callback to collect post data.
- registerPradoScript
- in file TClientScriptManager.php, method TClientScriptManager::registerPradoScript()
Registers Prado javascript by library name. See "Web/Javascripts/source/packages.php" for library names.
- registerRequiresPostData
- in file TPage.php, method TPage::registerRequiresPostData()
Registers a control for loading post data in the next postback.
- registerScriptFile
- in file TClientScriptManager.php, method TClientScriptManager::registerScriptFile()
Registers a javascript file to be rendered within the form
- registerStyleSheet
- in file TClientScriptManager.php, method TClientScriptManager::registerStyleSheet()
Registers a CSS block to be rendered in the page head
- registerStyleSheetFile
- in file TClientScriptManager.php, method TClientScriptManager::registerStyleSheetFile()
Registers a CSS file to be rendered in the page head
- removeAt
- in file TControl.php, method TControlCollection::removeAt()
Removes an item at the specified position.
- removeAttribute
- in file TControl.php, method TControl::removeAttribute()
Removes the named attribute.
- removeAttribute
- in file THtmlWriter.php, method THtmlWriter::removeAttribute()
Removes the named attribute from rendering
- removedControl
- in file TControl.php, method TControl::removedControl()
Removes a control from the child collection of the control.
- removeStyleAttribute
- in file THtmlWriter.php, method THtmlWriter::removeStyleAttribute()
Removes the named stylesheet attribute from rendering
- render
- in file TControlAdapter.php, method TControlAdapter::render()
This method is invoked when the control renders itself.
- render
- in file TForm.php, method TForm::render()
Renders the form.
- render
- in file THead.php, method THead::render()
Renders the head control.
- render
- in file TControl.php, method TCompositeLiteral::render()
Renders the content stored in this component.
- render
- in file TControl.php, method TControl::render()
Renders the control.
- renderBeginScripts
- in file TClientScriptManager.php, method TClientScriptManager::renderBeginScripts()
- renderBeginTag
- in file THtmlWriter.php, method THtmlWriter::renderBeginTag()
Renders the openning tag.
- renderChildren
- in file TControlAdapter.php, method TControlAdapter::renderChildren()
Renders the control's children.
- renderChildren
- in file TControl.php, method TControl::renderChildren()
Renders the children of the control.
- renderContents
- in file TTextProcessor.php, method TTextProcessor::renderContents()
Renders body content.
- renderControl
- in file TControl.php, method TControl::renderControl()
Renders the control.
- renderEndScripts
- in file TClientScriptManager.php, method TClientScriptManager::renderEndScripts()
- renderEndTag
- in file THtmlWriter.php, method THtmlWriter::renderEndTag()
Renders the closing tag.
- renderHeadScriptFiles
- in file TClientScriptManager.php, method TClientScriptManager::renderHeadScriptFiles()
- renderHeadScripts
- in file TClientScriptManager.php, method TClientScriptManager::renderHeadScripts()
- renderHiddenFields
- in file TClientScriptManager.php, method TClientScriptManager::renderHiddenFields()
- renderPradoScripts
- in file TClientScriptManager.php, method TClientScriptManager::renderPradoScripts()
Renders the HTML tags for PRADO js files
- renderScriptFiles
- in file TClientScriptManager.php, method TClientScriptManager::renderScriptFiles()
- renderStyleSheetFiles
- in file TClientScriptManager.php, method TClientScriptManager::renderStyleSheetFiles()
- renderStyleSheets
- in file TClientScriptManager.php, method TClientScriptManager::renderStyleSheets()
- run
- in file TPage.php, method TPage::run()
Runs through the page lifecycles.
top
s
- CS_CHILD_INITIALIZED
- in file TControl.php, class constant TControl::CS_CHILD_INITIALIZED
- CS_CONSTRUCTED
- in file TControl.php, class constant TControl::CS_CONSTRUCTED
the stage of lifecycles that the control is currently at
- CS_INITIALIZED
- in file TControl.php, class constant TControl::CS_INITIALIZED
- CS_LOADED
- in file TControl.php, class constant TControl::CS_LOADED
- CS_PRERENDERED
- in file TControl.php, class constant TControl::CS_PRERENDERED
- CS_STATE_LOADED
- in file TControl.php, class constant TControl::CS_STATE_LOADED
- IS_CHILD_CREATED
- in file TControl.php, class constant TControl::IS_CHILD_CREATED
- IS_CREATING_CHILD
- in file TControl.php, class constant TControl::IS_CREATING_CHILD
- IS_DISABLE_THEMING
- in file TControl.php, class constant TControl::IS_DISABLE_THEMING
- IS_DISABLE_VIEWSTATE
- in file TControl.php, class constant TControl::IS_DISABLE_VIEWSTATE
- IS_ID_SET
- in file TControl.php, class constant TControl::IS_ID_SET
State bits.
- IS_SKIN_APPLIED
- in file TControl.php, class constant TControl::IS_SKIN_APPLIED
- IS_STYLESHEET_APPLIED
- in file TControl.php, class constant TControl::IS_STYLESHEET_APPLIED
- save
- in file TPage.php, method IPageStatePersister::save()
Saves state to persistent storage.
- save
- in file TPageStatePersister.php, method TPageStatePersister::save()
Saves state in hidden fields.
- save
- in file TCachePageStatePersister.php, method TCachePageStatePersister::save()
Saves state in cache.
- save
- in file TSessionPageStatePersister.php, method TSessionPageStatePersister::save()
Saves state in session.
- savePageState
- in file TPage.php, method TPage::savePageState()
Saves page state from persistent storage.
- saveState
- in file TControlAdapter.php, method TControlAdapter::saveState()
Saves additional persistent control state.
- saveState
- in file TPage.php, method TPage::saveState()
This method is invoked when control state is to be saved.
- saveState
- in file TControl.php, method TControl::saveState()
This method is invoked when control state is to be saved.
- saveStateRecursive
- in file TControl.php, method TControl::saveStateRecursive()
Saves all control state (viewstate and controlstate) as a collection.
- serialize
- in file TPage.php, method TPageStateFormatter::serialize()
- setAdapter
- in file TControl.php, method TControl::setAdapter()
- setAttribute
- in file TControl.php, method TControl::setAttribute()
Sets a custom control attribute.
- setBasePath
- in file TThemeManager.php, method TTheme::setBasePath()
- setBasePath
- in file TThemeManager.php, method TThemeManager::setBasePath()
- setBaseUrl
- in file TThemeManager.php, method TThemeManager::setBaseUrl()
- setBaseUrl
- in file TThemeManager.php, method TTheme::setBaseUrl()
- setBaseUrl
- in file THead.php, method THead::setBaseUrl()
- setCacheModuleID
- in file TCachePageStatePersister.php, method TCachePageStatePersister::setCacheModuleID()
- setCacheTimeout
- in file TCachePageStatePersister.php, method TCachePageStatePersister::setCacheTimeout()
- setCallbackClient
- in file TPage.php, method TPage::setCallbackClient()
Set a new callback client handler.
- setCallbackEventParameter
- in file TPage.php, method TPage::setCallbackEventParameter()
- setCallbackEventTarget
- in file TPage.php, method TPage::setCallbackEventTarget()
Registers a control to raise callback event in the current request.
- setCausesValidation
- in file TControl.php, method IButtonControl::setCausesValidation()
- setChildControlsCreated
- in file TControl.php, method TControl::setChildControlsCreated()
Sets a value indicating whether child controls are created.
- setClientState
- in file TPage.php, method TPage::setClientState()
Sets the state to be stored on the client side.
- setClientSupportsJavaScript
- in file TPage.php, method TPage::setClientSupportsJavaScript()
- setCommandName
- in file TControl.php, method IButtonControl::setCommandName()
- setCommandParameter
- in file TControl.php, method IButtonControl::setCommandParameter()
- setContainer
- in file TControl.php, method TCompositeLiteral::setContainer()
- setControlStage
- in file TControl.php, method TControl::setControlStage()
Sets the lifecycle step the control is currently at.
- setControlState
- in file TControl.php, method TControl::setControlState()
Sets a controlstate value.
- setCustomData
- in file TControl.php, method TControl::setCustomData()
Associates custom data with this control.
- setDefaultButton
- in file TForm.php, method TForm::setDefaultButton()
Sets a button to be default one in a form.
- setEnabled
- in file TControl.php, method TControl::setEnabled()
- setEnableStateCompression
- in file TPage.php, method TPage::setEnableStateCompression()
- setEnableStateEncryption
- in file TPage.php, method TPage::setEnableStateEncryption()
- setEnableStateValidation
- in file TPage.php, method TPage::setEnableStateValidation()
- setEnableTheming
- in file TControl.php, method TControl::setEnableTheming()
- setEnableViewState
- in file TControl.php, method TControl::setEnableViewState()
- setEnctype
- in file TForm.php, method TForm::setEnctype()
- setErrorMessage
- in file TControl.php, method IValidator::setErrorMessage()
- setFocus
- in file TPage.php, method TPage::setFocus()
Sets input focus on a control after the page is rendered to users.
- setForm
- in file TPage.php, method TPage::setForm()
Registers a TForm instance to the page.
- setFunction
- in file TClientScriptManager.php, method TClientSideOptions::setFunction()
Adds on client-side event handler by wrapping the code within a javascript function block. If the code begins with "javascript:", the code is assumed to be a javascript function block rather than arbiturary javascript statements.
- setHead
- in file TPage.php, method TPage::setHead()
- setHistorySize
- in file TSessionPageStatePersister.php, method TSessionPageStatePersister::setHistorySize()
- setID
- in file TControl.php, method TControl::setID()
- setIsDefaultButton
- in file TControl.php, method IButtonControl::setIsDefaultButton()
- setIsValid
- in file TControl.php, method IValidator::setIsValid()
- setIsValid
- in file TControl.php, method IValidatable::setIsValid()
- setJavaScriptFiles
- in file TThemeManager.php, method TTheme::setJavaScriptFiles()
- setKeyPrefix
- in file TCachePageStatePersister.php, method TCachePageStatePersister::setKeyPrefix()
- setMasterClass
- in file TTemplateControl.php, method TTemplateControl::setMasterClass()
- setMethod
- in file TForm.php, method TForm::setMethod()
- setName
- in file TControl.php, method TBroadcastEventParameter::setName()
- setName
- in file TThemeManager.php, method TTheme::setName()
- setOption
- in file TClientScriptManager.php, method TClientSideOptions::setOption()
- setPage
- in file TSessionPageStatePersister.php, method TSessionPageStatePersister::setPage()
- setPage
- in file TCachePageStatePersister.php, method TCachePageStatePersister::setPage()
- setPage
- in file TControl.php, method TControl::setPage()
Sets the page for a control.
- setPage
- in file TPage.php, method IPageStatePersister::setPage()
- setPage
- in file TPageStatePersister.php, method TPageStatePersister::setPage()
- setPagePath
- in file TPage.php, method TPage::setPagePath()
- setParameter
- in file TControl.php, method TBroadcastEventParameter::setParameter()
- setPostBackEventParameter
- in file TPage.php, method TPage::setPostBackEventParameter()
- setPostBackEventTarget
- in file TPage.php, method TPage::setPostBackEventTarget()
Registers a control to raise postback event in the current request.
- setShortcutIcon
- in file THead.php, method THead::setShortcutIcon()
- setSkinID
- in file TControl.php, method TControl::setSkinID()
- setSkins
- in file TThemeManager.php, method TTheme::setSkins()
- setStatePersisterClass
- in file TPage.php, method TPage::setStatePersisterClass()
- setStyleSheetFiles
- in file TThemeManager.php, method TTheme::setStyleSheetFiles()
- setStyleSheetTheme
- in file TPage.php, method TPage::setStyleSheetTheme()
Sets the stylesheet theme to be used for the page.
- setTemplate
- in file TTemplateControl.php, method TTemplateControl::setTemplate()
Sets the parsed template.
- setTemplateControl
- in file TControl.php, method TControl::setTemplateControl()
Sets the control whose template contains this control.
- setText
- in file TControl.php, method IButtonControl::setText()
- setText
- in file TTextProcessor.php, method TTextProcessor::setText()
- setTheme
- in file TPage.php, method TPage::setTheme()
Sets the theme to be used for the page.
- setTitle
- in file THead.php, method THead::setTitle()
Sets the page title.
- setTitle
- in file TPage.php, method TPage::setTitle()
Sets the page title.
- setValidationGroup
- in file TControl.php, method IButtonControl::setValidationGroup()
- setViewState
- in file TControl.php, method TControl::setViewState()
Sets a viewstate value.
- setVisible
- in file TControl.php, method TControl::setVisible()
- setWriter
- in file THtmlWriter.php, method THtmlWriter::setWriter()
top
t
- STATE_SESSION_KEY
- in file TSessionPageStatePersister.php, class constant TSessionPageStatePersister::STATE_SESSION_KEY
- TBroadcastEventParameter
- in file TControl.php, class TBroadcastEventParameter
TBroadcastEventParameter class
- TCachePageStatePersister
- in file TCachePageStatePersister.php, class TCachePageStatePersister
TCachePageStatePersister class
- TClientScriptManager
- in file TClientScriptManager.php, class TClientScriptManager
TClientScriptManager class.
- TClientSideOptions
- in file TClientScriptManager.php, class TClientSideOptions
TClientSideOptions abstract class.
- TCommandEventParameter
- in file TControl.php, class TCommandEventParameter
TCommandEventParameter class
- TCompositeControl
- in file TCompositeControl.php, class TCompositeControl
TCompositeControl class.
- TCompositeLiteral
- in file TControl.php, class TCompositeLiteral
TCompositeLiteral class
- TControl
- in file TControl.php, class TControl
TControl class
- TControlAdapter
- in file TControlAdapter.php, class TControlAdapter
TControlAdapter class
- TControlCollection
- in file TControl.php, class TControlCollection
TControlCollection class
- TEmptyControlCollection
- in file TControl.php, class TEmptyControlCollection
TEmptyControlCollection class
- TForm
- in file TForm.php, class TForm
TForm class
- THead
- in file THead.php, class THead
THead class
- THtmlWriter
- in file THtmlWriter.php, class THtmlWriter
THtmlWriter class
- TPage
- in file TPage.php, class TPage
TPage class
- TPageStateFormatter
- in file TPage.php, class TPageStateFormatter
TPageStateFormatter class.
- TPageStatePersister
- in file TPageStatePersister.php, class TPageStatePersister
TPageStatePersister class
- trackViewState
- in file TControl.php, method TControl::trackViewState()
Sets a value indicating whether we should keep data in viewstate.
- traverseChildControls
- in file TControl.php, method TControl::traverseChildControls()
Traverse the whole control hierarchy rooted at this control.
- TSessionPageStatePersister
- in file TSessionPageStatePersister.php, class TSessionPageStatePersister
TSessionPageStatePersister class
- TTemplate
- in file TTemplateManager.php, class TTemplate
TTemplate implements PRADO template parsing logic.
- TTemplateControl
- in file TTemplateControl.php, class TTemplateControl
TTemplateControl class.
- TTemplateManager
- in file TTemplateManager.php, class TTemplateManager
TTemplateManager class
- TTextProcessor
- in file TTextProcessor.php, class TTextProcessor
TTextProcessor class.
- TTheme
- in file TThemeManager.php, class TTheme
TTheme class
- TThemeManager
- in file TThemeManager.php, class TThemeManager
TThemeManager class
- TCachePageStatePersister.php
- procedural page TCachePageStatePersister.php
- TClientScriptManager.php
- procedural page TClientScriptManager.php
- TCompositeControl.php
- procedural page TCompositeControl.php
- TControlAdapter.php
- procedural page TControlAdapter.php
- TControl.php
- procedural page TControl.php
- TForm.php
- procedural page TForm.php
- THtmlWriter.php
- procedural page THtmlWriter.php
- TPageStatePersister.php
- procedural page TPageStatePersister.php
- TPage.php
- procedural page TPage.php
- TSessionPageStatePersister.php
- procedural page TSessionPageStatePersister.php
- TTemplateControl.php
- procedural page TTemplateControl.php
- TTemplateManager.php
- procedural page TTemplateManager.php
- TThemeManager.php
- procedural page TThemeManager.php
- THead.php
- procedural page THead.php
- THtmlArea.php
- procedural page THtmlArea.php
top
top
top
top
top
top
|