SCPHP
[ class tree: SCPHP ] [ index: SCPHP ] [ all elements ]

Class: ScTabs

Source Location: /ScTabs.php

Class Overview

ScGeneral
   |
   --ScTabs

Smart Client Tabs Helper


Variables

Methods


Inherited Variables

Inherited Methods

Class: ScGeneral

ScGeneral::__construct()
Set $remove_quotes_str
ScGeneral::ScGeneral()
Return instance
ScGeneral::addQuotesStr()
Add QuotesStr to String
ScGeneral::includeScripts()
Create the scripts for include
ScGeneral::removeQuotes()
Remove quotes from specific vars that are not supposed to be quoted using the $removeQuotesStr var

Class Details

[line 21]
Smart Client Tabs Helper



[ Top ]


Class Variables

$_tabs =

[line 27]



Tags:

var:  All tabs
access:  protected

Type:   Array


[ Top ]



Class Methods


method addTab [line 39]

string addTab( mixed $data, [string $pane = ''], [array $options = ''])

Add Tab



Tags:

access:  public


Parameters:

mixed   $data   If string, it must be the title of the tab. If array, them we will loop on it
string   $pane   Content of the tab
array   $options   Additional options

[ Top ]

method addTabs [line 74]

void addTabs( array $data)

Add Multiple Tabs



Tags:

access:  public


Parameters:

array   $data   Array containing multiple tabs

[ Top ]

method clearTabs [line 103]

void clearTabs( )

Clear Items array



Tags:

access:  public


[ Top ]

method create [line 119]

string create( mixed $data, [integer $width = ''], [integer $height = ''], [array $options = ''])

Creates a Tab Set



Tags:

access:  public


Parameters:

mixed   $data   If string, it must be the element ID. If array, them we will loop through it
integer   $width   Width of the tab set
integer   $height   Height of the tab set
array   $options   Additional options

[ Top ]

method getTabs [line 93]

array getTabs( )

Get Tabs

Return the current tabs array




Tags:

access:  public


[ Top ]


Documentation generated on Wed, 29 Jul 2009 22:37:15 -0300 by phpDocumentor 1.4.1