|
Classes summary
TBroadcastEventParameter |
TBroadcastEventParameter class |
TCachePageStatePersister |
TCachePageStatePersister class |
TClientScriptManager |
TClientScriptManager class. |
TClientSideOptions |
TClientSideOptions abstract class. |
TCommandEventParameter |
TCommandEventParameter class |
TCompositeControl |
TCompositeControl class. TCompositeControl is the base class for controls that
are composed by other controls. |
TCompositeLiteral |
TCompositeLiteral class |
TControl |
TControl class |
TControlAdapter |
TControlAdapter class |
TControlCollection |
TControlCollection class |
TEmptyControlCollection |
TEmptyControlCollection class |
TForm |
TForm class |
THead |
THead class |
THtmlWriter |
THtmlWriter class |
TPage |
TPage class |
TPageStateFormatter |
TPageStateFormatter class. |
TPageStatePersister |
TPageStatePersister class |
TSessionPageStatePersister |
TSessionPageStatePersister class |
TTemplate |
TTemplate implements PRADO template parsing logic. A TTemplate object represents
a parsed PRADO control template. It can instantiate the template as child
controls of a specified control. The template format is like HTML, with the
following special tags introduced, - component tags: a component tag represents
the configuration of a component. The tag name is in the format of
com:ComponentType, where ComponentType is the component class name. Component
tags must be well-formed. Attributes of the component tag are treated as either
property initial values, event handler attachment, or regular tag attributes. -
property tags: property tags are used to set large block of attribute values.
The property tag name is in the format of <prop:AttributeName> where
AttributeName can be a property name, an event name or a regular tag attribute
name. - group subproperty tags: subproperties of a common property can be
configured using <prop:MainProperty SubProperty1="Value1"
SubProperty2="Value2" .../> - directive: directive specifies the property
values for the template owner. It is in the format of <%@ property name-value
pairs %>; - expressions: They are in the format of <%= PHP expression
%> and <%% PHP statements %> - comments: There are two kinds of
comments, regular HTML comments and special template comments. The former is in
the format of , which will be treated as text strings. The
latter is in the format of <!-- comments --!>, which will be stripped out. |
TTemplateControl |
TTemplateControl class. TTemplateControl is the base class for all controls that
use templates. By default, a control template is assumed to be in a file under
the same directory with the control class file. They have the same file name and
different extension name. For template file, the extension name is ".tpl". |
TTemplateControlInheritable |
TTemplateControlInheritable class. TTemplateControlInheritable is an extension
to the base class for all controls that use templates. By default, a control
template is assumed to be in a file under the same directory with the control
class file. They have the same file name and different extension name. For
template file, the extension name is ".tpl". If a TTemplateControlInheritable is
inherited it uses the base class template unless the inheriting control defines
an own. |
TTemplateManager |
TTemplateManager class |
TTextProcessor |
TTextProcessor class. |
TTheme |
TTheme class |
TThemeManager |
TThemeManager class |
TWsatGenerateAR |
TPage class |
TWsatHome |
TPage class |
TWsatScaffolding |
TPage class |
|