phpDocumentor tab
[ class tree: tab ] [ index: tab ] [ all elements ]

Class: Tab

Source Location: /myphp-1.9/myphp-1.9-tab/html/page/Tab.php

Class Tab

Class Overview

Generates a Tab navigation menu

  1. +______________+-------+_________________
  2. | link1 |link2 | link3 | link4 | |
  3. +-------------+ +-------------------
  4. Usage:
  5. $html = new Tab($links,$index,$width,$class);
  6. print $html->getHtml();
  7. Or
  8. Tab::display($links,$index,$width,$class);

Located in /myphp-1.9/myphp-1.9-tab/html/page/Tab.php [line 40]

Object
   |
   --Html
      |
      --Tab

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Html

Html::$elements
Html::$sizeof

Inherited From Object

Object::$cachefile
Object::$html
Object::$sql

Inherited From Html

Html::Html()
Constructor
Html::add()
Add an element, the number of elements are stored internally in an array.
Html::content()
Read the content of the specified filename
Html::display()
Display the html
Html::get()
Get the complete html for a key
Html::getAttribute()
Get the complete html for an attribute, i.e. <a class="myclass" ...
Html::getElement()
Get the element at position $i in array
Html::getElements()
Get all the elements as html
Html::getHtml()
Get Html
Html::getHtmlHelp()
Get html help
Html::getSizeof()
Get the number of elements added
Html::getTag()
Get the complete html for a html tag, i.e. <p>My paragraph</p>
Html::read()
Read the content of the specified filename and language
Html::set()
Set the named attribute (key) of a class to specified value
Html::setObject()
Set the named object to the class attribute (key), with same name
Html::showsource()
Show source
Html::update()
Save the content of the specified filename and language

Inherited From Object

Object::Object()
Constructor
Object::addHtml()
Add the current html to the SourceCode object
Object::getCacheFileName()
Returns the name of the cache file name
Object::getClassName()
Returns the name of the instanciated class
Object::getHtml()
Returns the html for the element
Object::getMsg()
Get the formatted message and debug level and Log to file ?
Object::save()
Save the SQL cache file
Object::setCacheFileName()
Set the path/name of the cache file
Object::toString()
Returns the information for this class
Object::write()
Write the content to the file opened by fp

[ Top ]
Property Summary
mixed   $border  
mixed   $caption  
mixed   $cellPadding  
mixed   $cellSpacing  
mixed   $class  
String   $index  
String   $links  
mixed   $summary  
mixed   $width  

[ Top ]
Method Summary
Tab   Tab()   Constructor
void   display()   Display the html
String   getHtml()   Builds the html for a Tab menu, and return it
String   getStart()   Add the start of the Tab menu

[ Top ]
Properties
mixed   $border = '' [line 53]

[ Top ]
mixed   $caption = '' [line 58]

[ Top ]
mixed   $cellPadding = '' [line 55]

[ Top ]
mixed   $cellSpacing = '' [line 56]

[ Top ]
mixed   $class = '' [line 54]

[ Top ]
String   $index = '' [line 49]

[ Top ]
String   $links = '' [line 44]

[ Top ]
mixed   $summary = '' [line 57]

[ Top ]
mixed   $width = '' [line 52]

[ Top ]
Methods
Constructor Tab  [line 67]

  Tab Tab( String $links, [String $index = ''], [String $width = ''], [String $class = '']  )

Constructor

Parameters:
String   $links:  an array of links
String   $index:  The tab to activate
String   $width:  The width of the table
String   $class:  The css class for the menu


[ Top ]
display  [line 207]

  void display( String $links, [String $index = ''], [String $width = ''], [String $class = '']  )

Display the html

  1. Usage:
  2. Tab::display($links,$index,$width,$class);

Parameters:
String   $links:  an array of links
String   $index:  The tab to activate
String   $width:  The width of the table
String   $class:  The css class for the menu

API Tags:
Static:  


Redefinition of:
Html::display()
Display the html

[ Top ]
getHtml  [line 175]

  String getHtml( )

Builds the html for a Tab menu, and return it


API Tags:
Return:  The tab menu as html


Redefinition of:
Html::getHtml()
Get Html

[ Top ]
getStart  [line 95]

  String getStart( )

Add the start of the Tab menu


API Tags:
Return:  The html


[ Top ]

Documentation generated on Thu, 22 Dec 2005 17:19:12 +0100 by phpDocumentor 1.3.0RC3