Class Finder
Inheritance: TComponent » TApplicationComponent »
Properties
 NameTypeDescription
R Application TApplication current application instance. (inherited from TApplicationComponent)
R ClientFunctionsToExecute array list of client function to be executed during callback response.
R Request THttpRequest the current user request. (inherited from TApplicationComponent)
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
  addCssClass Add a Css class name to the element.
  addParsedObject Processes an object that is created during parsing template. (inherited from TComponent)
  addPostDataLoader .
  appear Visual Effect: Gradually make the element appear.
  appendContent Append a HTML fragement to the element.
  attachEventHandler Attaches an event handler to an event. (inherited from TComponent)
  blindDown Visual Effect: Blind down.
  blindUp Visual Effect: Blind up.
  callClientFunction Executes a client-side statement.
  canGetProperty Determines whether a property can be read. (inherited from TComponent)
  canSetProperty Determines whether a property can be set. (inherited from TComponent)
  check Client script to check or uncheck a checkbox or radio button.
  click Client script to click on an element.
  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)
  dropOut Visual Effect: Drop out.
  evaluateExpression Evaluates a PHP expression in the context of this control. (inherited from TComponent)
  evaluateScript Evaluate a block of javascript enclosed in a boundary.
  evaluateStatements Evaluates a list of PHP statements. (inherited from TComponent)
  fade Visual Effect: Gradually fade the element.
  focus Focus on a particular element.
  fold Visual Effect: Fold.
  getEventHandlers Returns the list of attached event handlers for an event. (inherited from TComponent)
  getSubProperty Evaluates a property path. (inherited from TComponent)
  grow Visual Effect: Gradually make an element grow to a predetermined size.
  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)
  hide Hides an element by changing its CSS display style to "none".
  highlight Visual Effect: High light the element for about 2 seconds.
  insertContentAfter Insert a HTML fragement after the element.
  insertContentBefore Insert a HTML fragement in before the element.
  prependContent Prepend a HTML fragement to the element.
  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)
  puff Visual Effect: Gradually grow and fade the element.
  pulsate Visual Effect: Pulsate.
  raiseClientEvent Raise the client side event (given by $eventName) on a particular element.
  raiseEvent Raises an event. (inherited from TComponent)
  remove Removes an element from the HTML page.
  removeCssClass Remove a Css class name from the element.
P replace Replace the content of an element with new content.
  replaceContent Replace the content of an element with new content contained in writer.
  scrollTo Scroll the top of the browser viewing area to the location of the element.
  select Client script to select/clear/check a drop down list, check box list, or radio button list.
  setAttribute Sets the attribute of a particular control.
  setListItems Sets the options of a select input element.
  setOpacity Set the opacity on a html element or control.
  setStyle Sets the style of element.
  setSubProperty Sets a value to a property path. (inherited from TComponent)
  setValue Client script to set the value of a particular input element.
  shake Visual Effect: Shake the element.
  show Shows an element by changing its CSS display style as empty.
  shrink Visual Effect: Shrink the element.
  slideDown Visual Effect: Slide down.
  slideUp Visual Effect: Side up.
  squish Visual Effect: Squish the element.
  switchOff Visual Effect: Switch Off effect.
  toggle Toggles the visibility of the element.
  update Update the element's innerHTML with new content.
  visualEffect Add a visual effect the element.
Derived classes