Class RoundTitleTable

Description

This builds a table widget that has a nice rounded title, a subtitle area and any amount of data.

Located in Program_Root/widgets/RoundTitleTable.inc (line 25)

Container
   |
   --BaseWidget
      |
      --RoundTitleTable
Method Summary
void RoundTitleTable (string $title, [string $subtitle = NULL], [mixed $width = "100%"])
string render ([int $indent_level = 1], int $output_debug)
void set_subtitle (mixed $subtitle)
Variables

Inherited Variables

Inherited from BaseWidget

BaseWidget::$title
BaseWidget::$width

Inherited from Container

Container::$_flags
Methods
Constructor RoundTitleTable (line 35)

the constructor for this class.

void RoundTitleTable (string $title, [string $subtitle = NULL], [mixed $width = "100%"])
  • string $title:

    - the title for the widget.

  • string $subtitle:

    - the subtitle if any.

  • mixed $width:

    - the width of the widget. can be a % or an int.

render (line 98)

Render the Navtable and its content.

  • return:

    the raw html output.

string render ([int $indent_level = 1], int $output_debug)
  • int $indent_level:

    - the indentation level for the container.

  • int $output_debug:

    - the output debug flag to maintain compatibility w/ the API.


Redefinition of:
Container::render()
This function is compatible with the rest of the phpHtmllib API spec.
set_subtitle (line 43)
void set_subtitle (mixed $subtitle)
_build_subtitle (line 80)

this function builds the subtitle td to hold the...subtitle!

  • return:

    object

TDtag _build_subtitle ()

Inherited Methods

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:58 -0700 by phpDocumentor 1.2.0