This builds a navigational table widget that has a title, any # of subtitles and then navigational links.
Located in Program_Root/widgets/NavTable.inc (line 25)
Container | --BaseWidget | --NavTable
Inherited from BaseWidget
BaseWidget::$title
BaseWidget::$width
Inherited from Container
Container::$_flags
the constructor for this class.
- the title for the widget.
- the subtitle if any.
- the width of the widget. can be a % or an int.
this function adds an entry to the navtable.
It automatically adds the link based on $url, with $text as the viewable text.
- the url for the link
- the link text
- the link title text
- the link target
This lets you add a blank line between 2 links
- the # of blank lines to insert
This adds a new heading in the nav.
It will look just like the sub title area
- the text in the heading
this adds a text item in the nav
- the text to display
depricated version of add()
depricated version of add_blank()
depricated version of add_heading()
depricated version of add_text()
Render the Navtable and its content.
- the indentation level for the container.
- the output debug flag to maintain compatibility w/ the API.
this function builds the subtitle td to hold the...subtitle!
render a text row.
- the item to render.
render a url row.
- the item to render.
Inherited From BaseWidget
BaseWidget::get_align()
BaseWidget::get_css()
BaseWidget::get_javascript()
BaseWidget::get_title()
BaseWidget::get_width()
BaseWidget::set_align()
BaseWidget::set_title()
BaseWidget::set_width()
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:55 -0700 by phpDocumentor 1.2.0