this is the base widget class, that all widgets are based off of. It provides some basic members and methods
Located in Program_Root/widgets/BaseWidget.inc (line 21)
Container | --BaseWidget
Class | Description |
---|---|
ActiveTab | This class is used for creating a tab panel of content where the tabs can be switched on the fly w/ JS, thereby eliminating a page turn to see the other tab's content. |
FooterNav | Use this class to render footer navigation that is displayed at the bottom of a page. |
ImageThumbnailWidget | This widget creates a N by x visual table of thumbnails. |
InfoTable | This is a widget class that can build and render data in a nicely formated table with a title, column headers and data |
NavTable | This builds a navigational table widget that has a title, any # of subtitles and then navigational links. |
TextCSSNav | This class builds a simple text navigational widget. |
SVGGraph | This is the base Graph class for doing SVG graphs |
RoundTitleTable | This builds a table widget that has a nice rounded title, a subtitle area and any amount of data. |
TextNav | This class builds a simple text navigational widget. |
TreeNav | This class tries to build a tree navigational widget. |
VerticalCSSNavTable | This class builds a nice table that conains clickable cells. |
DataList | This object is the base class that can be |
CSSContainer | This class is a container for CSSBuilder objects. It is meant to make the theming of many CSSBuilder objects easy to manage. |
The title of the table.
the width of the widget
Inherited from Container
Container::$_flags
This gets the alignment value for the outer table
This function provides the mechanism to build and return the css needed by this widget
Function for returning the raw javascript that is required for this widget.
Function for accessing the title of this widget
Function for getting the current widget width setting.
This function sets the align attribute for the outer table.
- $align - the align value
Set the title for the widget.
this is just a generic title string that can be used however the child class wants to use it.
- $title
Set the width for the widget.
this is meant to be the overall width expected to be used to control the generated html.
- $width (ie. 80, 100%)
Inherited From Container
Container::Container()
Container::add()
Container::add_reference()
Container::count_content()
Container::get_indent_flag()
Container::push()
Container::push_reference()
Container::render()
Container::reset_content()
Container::set_collapse()
Container::set_indent_flag()
Container::_set_flags()
Documention generated on Thu, 31 Jul 2003 18:32:18 -0700 by phpDocumentor 1.2.0