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

Class: ScLayouts

Source Location: /ScLayouts.php

Class Overview

ScGeneral
   |
   --ScLayouts

Smart Client Layouts 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 Layouts Helper



[ Top ]


Class Variables

$_members =

[line 27]



Tags:

var:  All members
access:  protected

Type:   Array


[ Top ]



Class Methods


method addMember [line 36]

void addMember( string $data)

Add Member



Tags:

access:  public


Parameters:

string   $data   Content of the member. Can be the ID of an element

[ Top ]

method addMembers [line 50]

void addMembers( array $data)

Add Multiple Members



Tags:

access:  public


Parameters:

array   $data   Array containing multiple members

[ Top ]

method clearMembers [line 79]

void clearMembers( )

Clear Members array



Tags:

access:  public


[ Top ]

method create [line 96]

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

Creates a Layout



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
string   $type   Type of the layout
array   $options   Additional options
   $layoutType  

[ Top ]

method getMembers [line 69]

array getMembers( )

Get Members

Return the current members array




Tags:

access:  public


[ Top ]


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