PRADO Component Framework for PHP 5
  • Home
  • About
  • Testimonials
  • Demos
  • Download
  • Documentation
  • Forum
  • Development
  • Tutorials
  • Class Docs
  • API Manual
  • Wiki

Packages

  • None
  • System
    • Caching
    • Collections
    • Data
      • ActiveRecord
        • Relations
        • Scaffold
          • InputBuilder
      • Commom
        • Sqlite
      • Common
        • Mssql
        • Mysql
        • Oracle
        • Pgsql
        • Sqlite
      • DataGateway
      • SqlMap
        • Configuration
        • Statements
    • Exceptions
    • I18N
    • IO
    • Security
    • Util
    • Web
      • Javascripts
      • Services
      • UI
        • ActiveControls
        • WebControls
    • Xml
  • Wsat
    • pages
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Package System\Web\UI

Packages summary
System\Web\UI\ActiveControls
System\Web\UI\WebControls
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
Interfaces summary
IBroadcastEventReceiver IBroadcastEventReceiver interface
IButtonControl IButtonControl interface
INamingContainer INamingContainer interface. INamingContainer marks a control as a naming container.
IPageStatePersister IPageStatePersister interface.
IPostBackDataHandler IPostBackDataHandler interface
IPostBackEventHandler IPostBackEventHandler interface
ISurroundable ISurroundable interface
ITemplate ITemplate interface
ITheme ITheme interface.
IValidatable IValidatable interface
IValidator IValidator interface
Terms of Service | Contact Us
PRADO v3.2.4 API Manual API documentation generated by ApiGen 2.8.0
Copyright © 2006-2014 by the PRADO Group.
Powered by PRADO