Class Finder
Namespace: System.Web.UI
Inheritance: TComponent » TApplicationComponent »
Properties
 NameTypeDescription
R Application TApplication current application instance. (inherited from TApplicationComponent)
R PradoScriptAssetUrl string Prado javascript library base asset url.
R Request THttpRequest the current user request. (inherited from TApplicationComponent)
R RequiresHead boolean whether THead is required in order to render CSS and js within head @since 3.
R Response THttpResponse the response. (inherited from TApplicationComponent)
R Service IService the current service. (inherited from TApplicationComponent)
R Session THttpSession user session. (inherited from TApplicationComponent)
R User IUser information about the current user. (inherited from TApplicationComponent)
Events
Methods
 NameDescription
  addParsedObject Processes an object that is created during parsing template. (inherited from TComponent)
  attachEventHandler Attaches an event handler to an event. (inherited from TComponent)
  canGetProperty Determines whether a property can be read. (inherited from TComponent)
  canSetProperty Determines whether a property can be set. (inherited from TComponent)
  createdOnTemplate This method is invoked after the component is instantiated by a template. (inherited from TComponent)
  detachEventHandler Detaches an existing event handler. (inherited from TComponent)
  evaluateExpression Evaluates a PHP expression in the context of this control. (inherited from TComponent)
  evaluateStatements Evaluates a list of PHP statements. (inherited from TComponent)
  getCallbackReference Returns javascript statement that create a new callback request object.
P getDefaultButtonOptions default button options.
  getEventHandlers Returns the list of attached event handlers for an event. (inherited from TComponent)
P getPackagePathUrl tuple($path,$url).
  getSubProperty Evaluates a property path. (inherited from TComponent)
  hasBeginScripts true if any begin scripts are registered.
  hasEndScripts true if any end scripts are registered.
  hasEvent Determines whether an event is defined. (inherited from TComponent)
  hasEventHandler whether an event has been attached one or several handlers. (inherited from TComponent)
  hasProperty Determines whether a property is defined. (inherited from TComponent)
  isBeginScriptRegistered whether there is a beginning javascript block registered with the specified key.
  isEndScriptRegistered whether there is an ending javascript block registered with the specified key.
  isHeadScriptFileRegistered whether there is a head javascript file registered with the specified key.
  isHeadScriptRegistered whether there is a head javascript block registered with the specified key.
  isHiddenFieldRegistered whether there is a hidden field registered with the specified key.
  isScriptFileRegistered whether there is a javascript file registered with the specified key.
  isStyleSheetFileRegistered whether there is a CSS file registered with the specified key.
  isStyleSheetRegistered whether there is a CSS block registered with the specified key.
  publishAsset Publishes a private asset and gets its URL. (inherited from TApplicationComponent)
  publishFilePath Publishes a file or directory and returns its URL. (inherited from TApplicationComponent)
  raiseEvent Raises an event. (inherited from TComponent)
  registerBeginScript Registers a javascript script block at the beginning of the form .
  registerCallbackControl Registers callback javascript for a control.
  registerDefaultButton Register a default button to panel.
  registerEndScript Registers a javascript script block at the end of the form .
  registerFocusControl Registers the control to receive default focus.
  registerHeadScript Registers a javascript block in the page head.
  registerHeadScriptFile Registers a javascript file in the page head .
  registerHiddenField Registers a hidden field to be rendered in the form.
  registerJavascriptPackages Publishes a javascript library path and register packages to be loaded.
  registerPostBackControl Registers postback javascript for a control.
  registerPradoScript Registers Prado javascript by library name.
  registerScriptFile Registers a javascript file to be rendered within the form .
  registerStyleSheet Registers a CSS block to be rendered in the page head .
  registerStyleSheetFile Registers a CSS file to be rendered in the page head .
  renderBeginScripts .
  renderEndScripts .
  renderHeadScriptFiles .
  renderHeadScripts .
  renderHiddenFields .
P renderPradoScripts Renders the HTML tags for PRADO js files .
  renderScriptFiles .
  renderStyleSheetFiles .
  renderStyleSheets .
  setSubProperty Sets a value to a property path. (inherited from TComponent)
P verifyJavascriptPackages .
Derived classes