Class RoundTitleTable

Description

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

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

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

the constructor for this class.

RoundTitleTable 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 = 0])
  • 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 ( $subtitle)
  • $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_image_path_prefix()
BaseWidget::set_title()
BaseWidget::set_width()

Inherited From Container

Container::Container()
Container::add()
Container::add_reference()
Container::count_content()
Container::get_element()
Container::get_indent_flag()
Container::push()
Container::push_reference()
Container::render()
Container::reset_content()
Container::set_collapse()
Container::set_indent_flag()

Documentation generated on Fri, 28 Jan 2011 08:53:12 -0500 by phpDocumentor 1.4.3