thyGridContents

This is the Grid Contents class.  It is a thyPanel that creates a TABLE element and overload some of it methods to guarantee that the TABLE will be constructed correctly

CSS Classes

  • .thyGridContents
  • .<object name>

See Also

Summary
This is the Grid Contents class.
Overwritten method that draws TABLE element instead of DIV
Overloaded method that calls the invokeEvent of thyGrid instead of this.

getOuterHTML

p.getOuterHTML = function ()

Overwritten method that draws TABLE element instead of DIV

invokeEvent

p.invokeEvent = function (eventName,
eventObj)

Overloaded method that calls the invokeEvent of thyGrid instead of this.

p.getOuterHTML = function ()
Overwritten method that draws TABLE element instead of DIV
p.invokeEvent = function (eventName,
eventObj)
Overloaded method that calls the invokeEvent of thyGrid instead of this.
This is the Grid Element, the holder of cells.
Base class for all other ThyAPI GUI Components