class %ZEN.Component.activeGroup
extends abstractGroup
This is the base class for all groups whose geometry is managed by
the client geometry manager.
parameter DEFAULTENCLOSINGCLASS = "activeGroup";
Subclasses can set this to change default css class for a group.
method %DrawHTML()
Static HTML display method: draw the BODY of this component
as HTML.
Subclasses implement this in order to render the static HTML
contents of a component.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method setProperty(property, value, value2)
[ Language = javascript ]
Set the value of a named property.