Public Member Functions | |
| addFrame ($claroFrame) | |
| addRow ($claroFrame, $size) | |
| addCol ($claroFrame, $size) | |
| render () | |
Protected Attributes | |
| $frameset = array() | |
| $rows = array() | |
| $cols = array() | |
Claroline html frameset class
public
Definition at line 348 of file display.lib.php.
| addCol | ( | $ | claroFrame, | |
| $ | size | |||
| ) |
Add a frame or frameset object to the current frameset as a new colum
public
| 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
| 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
| 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
Implements Display.
Reimplemented in ClaroFramesetPage.
Definition at line 403 of file display.lib.php.
$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.
1.6.3