ClaroFrameset Class Reference

Inheritance diagram for ClaroFrameset:
Display ClaroFramesetPage

Public Member Functions

 addFrame ($claroFrame)
 addRow ($claroFrame, $size)
 addCol ($claroFrame, $size)
 render ()

Protected Attributes

 $frameset = array()
 $rows = array()
 $cols = array()

Detailed Description

Claroline html frameset class

public

Definition at line 348 of file display.lib.php.


Member Function Documentation

addCol ( claroFrame,
size 
)

Add a frame or frameset object to the current frameset as a new colum

public

Parameters:
ClaroFramesetElement claroFrame, frame to add could be a ClaroFrame or a ClaroFrameset or any other convenient Object implementing the ClaroFramesetElement API
mixed size, column size, could be an int or '*'

Definition at line 391 of file display.lib.php.

addFrame ( claroFrame  ) 

Add a frame or frameset object to the current frameset

public

Parameters:
ClaroFramesetElement claroFrame, frame to add could be a ClaroFrame or a ClaroFrameset or any other convenient Object implementing the ClaroFramesetElement API

Definition at line 362 of file display.lib.php.

addRow ( claroFrame,
size 
)

Add a frame or frameset object to the current frameset as a new row

public

Parameters:
ClaroFramesetElement claroFrame, frame to add could be a ClaroFrame or a ClaroFrameset or any other convenient Object implementing the ClaroFramesetElement API
mixed size, row size, could be an int or '*'

Definition at line 376 of file display.lib.php.

render (  ) 

Render the current frameset to be embedded in another HTML frameset

public

See also:
ClaroFramesetElement::render()

Implements Display.

Reimplemented in ClaroFramesetPage.

Definition at line 403 of file display.lib.php.


Field Documentation

$cols = array() [protected]

Definition at line 352 of file display.lib.php.

$frameset = array() [protected]

Definition at line 350 of file display.lib.php.

$rows = array() [protected]

Definition at line 351 of file display.lib.php.


The documentation for this class was generated from the following file:
Generated on Tue Jun 8 12:28:38 2010 for Claroline API by  doxygen 1.6.3