|
ILIAS
release_4-4 Revision
|
Class ilLMLayout. More...
Collaboration diagram for ilLMLayout:Public Member Functions | |
| ilLMLayout () | |
| Constructor public. More... | |
| setKeepWithPrevious ($a_keep) | |
| set keep with previous More... | |
| getKeepWithPrevious () | |
| get keep with previous More... | |
| setKeepWithNext ($a_keep) | |
| set keep with next More... | |
| getKeepWithNext () | |
| get keep with next More... | |
| setCssUrl ($a_url) | |
| set css url More... | |
| getCssUrl () | |
| get css url More... | |
| setHorizontalAlign ($a_align) | |
| set horizontal align More... | |
| getHorizontalAlign () | |
| get horizontal align More... | |
| setVerticalAlign ($a_align) | |
| set vertical align More... | |
| getVerticalAlign () | |
| get vertical align More... | |
| setTargetFrame ($a_frame) | |
| set target frame ????? More... | |
| getTargetFrame () | |
| get target frame ????? More... | |
| setWidth ($a_width) | |
| set width More... | |
| getWidth () | |
| get width More... | |
| setHeight ($a_height) | |
| set height More... | |
| getHeight () | |
| get height More... | |
Data Fields | |
| $ilias | |
| $keep_with_previous | |
| $keep_with_next | |
| $css_url | |
| $ver_align | |
| $hor_align | |
| $target_frame | |
| $width | |
| $height | |
Class ilLMLayout.
Handles Layout Section of Page, Structure and Media Objects (see ILIAS DTD)
Definition at line 34 of file class.ilLMLayout.php.
| ilLMLayout::getCssUrl | ( | ) |
| ilLMLayout::getHeight | ( | ) |
| ilLMLayout::getHorizontalAlign | ( | ) |
| ilLMLayout::getKeepWithNext | ( | ) |
| ilLMLayout::getKeepWithPrevious | ( | ) |
get keep with previous
Definition at line 71 of file class.ilLMLayout.php.
References $keep_with_previous.
| ilLMLayout::getTargetFrame | ( | ) |
get target frame ?????
Definition at line 166 of file class.ilLMLayout.php.
References $target_frame.
| ilLMLayout::getVerticalAlign | ( | ) |
| ilLMLayout::getWidth | ( | ) |
| ilLMLayout::ilLMLayout | ( | ) |
Constructor public.
Definition at line 50 of file class.ilLMLayout.php.
References $ilias.
| ilLMLayout::setCssUrl | ( | $a_url | ) |
| ilLMLayout::setHeight | ( | $a_height | ) |
| ilLMLayout::setHorizontalAlign | ( | $a_align | ) |
set horizontal align
| string | $a_align | left | center | right |
Definition at line 121 of file class.ilLMLayout.php.
| ilLMLayout::setKeepWithNext | ( | $a_keep | ) |
| ilLMLayout::setKeepWithPrevious | ( | $a_keep | ) |
set keep with previous
| boolean | $a_keep |
Definition at line 62 of file class.ilLMLayout.php.
| ilLMLayout::setTargetFrame | ( | $a_frame | ) |
set target frame ?????
| string | $a_align | Media | FAQ | Glossary |
Definition at line 158 of file class.ilLMLayout.php.
| ilLMLayout::setVerticalAlign | ( | $a_align | ) |
set vertical align
| string | $a_align | top | middle | bottom |
Definition at line 139 of file class.ilLMLayout.php.
| ilLMLayout::setWidth | ( | $a_width | ) |
| ilLMLayout::$css_url |
Definition at line 39 of file class.ilLMLayout.php.
Referenced by getCssUrl().
| ilLMLayout::$height |
Definition at line 44 of file class.ilLMLayout.php.
Referenced by getHeight().
| ilLMLayout::$hor_align |
Definition at line 41 of file class.ilLMLayout.php.
Referenced by getHorizontalAlign().
| ilLMLayout::$ilias |
Definition at line 36 of file class.ilLMLayout.php.
Referenced by ilLMLayout().
| ilLMLayout::$keep_with_next |
Definition at line 38 of file class.ilLMLayout.php.
Referenced by getKeepWithNext().
| ilLMLayout::$keep_with_previous |
Definition at line 37 of file class.ilLMLayout.php.
Referenced by getKeepWithPrevious().
| ilLMLayout::$target_frame |
Definition at line 42 of file class.ilLMLayout.php.
Referenced by getTargetFrame().
| ilLMLayout::$ver_align |
Definition at line 40 of file class.ilLMLayout.php.
Referenced by getVerticalAlign().
| ilLMLayout::$width |
Definition at line 43 of file class.ilLMLayout.php.
Referenced by getWidth().