ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilLMLayout Class Reference

Class ilLMLayout. More...

+ Collaboration diagram for ilLMLayout:

Public Member Functions

 ilLMLayout ()
 Constructor public.
 setKeepWithPrevious ($a_keep)
 set keep with previous
 getKeepWithPrevious ()
 get keep with previous
 setKeepWithNext ($a_keep)
 set keep with next
 getKeepWithNext ()
 get keep with next
 setCssUrl ($a_url)
 set css url
 getCssUrl ()
 get css url
 setHorizontalAlign ($a_align)
 set horizontal align
 getHorizontalAlign ()
 get horizontal align
 setVerticalAlign ($a_align)
 set vertical align
 getVerticalAlign ()
 get vertical align
 setTargetFrame ($a_frame)
 set target frame ?????
 getTargetFrame ()
 get target frame ?????
 setWidth ($a_width)
 set width
 getWidth ()
 get width
 setHeight ($a_height)
 set height
 getHeight ()
 get height

Data Fields

 $ilias
 $keep_with_previous
 $keep_with_next
 $css_url
 $ver_align
 $hor_align
 $target_frame
 $width
 $height

Detailed Description

Class ilLMLayout.

Handles Layout Section of Page, Structure and Media Objects (see ILIAS DTD)

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
Id:
class.ilLMLayout.php 12658 2006-11-29 08:51:48Z akill

Definition at line 34 of file class.ilLMLayout.php.

Member Function Documentation

ilLMLayout::getCssUrl ( )

get css url

Definition at line 111 of file class.ilLMLayout.php.

References $css_url.

{
}
ilLMLayout::getHeight ( )

get height

Definition at line 202 of file class.ilLMLayout.php.

References $height.

{
return $this->height;
}
ilLMLayout::getHorizontalAlign ( )

get horizontal align

Definition at line 129 of file class.ilLMLayout.php.

References $hor_align.

{
}
ilLMLayout::getKeepWithNext ( )

get keep with next

Definition at line 91 of file class.ilLMLayout.php.

References $keep_with_next.

{
}
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 ( )

get vertical align

Definition at line 147 of file class.ilLMLayout.php.

References $ver_align.

{
}
ilLMLayout::getWidth ( )

get width

Definition at line 184 of file class.ilLMLayout.php.

References $width.

{
return $this->width;
}
ilLMLayout::ilLMLayout ( )

Constructor public.

Definition at line 50 of file class.ilLMLayout.php.

References $ilias.

{
global $ilias;
$this->ilias =& $ilias;
}
ilLMLayout::setCssUrl (   $a_url)

set css url

Parameters
string$a_urlCSS URL

Definition at line 102 of file class.ilLMLayout.php.

{
$this->css_url = $a_url;
}
ilLMLayout::setHeight (   $a_height)

set height

Parameters
string$a_heightheight

Definition at line 194 of file class.ilLMLayout.php.

{
$this->height = $a_height;
}
ilLMLayout::setHorizontalAlign (   $a_align)

set horizontal align

Parameters
string$a_alignleft | center | right

Definition at line 121 of file class.ilLMLayout.php.

{
$this->hor_align = $a_align;
}
ilLMLayout::setKeepWithNext (   $a_keep)

set keep with next

Parameters
boolean$a_keep

Definition at line 82 of file class.ilLMLayout.php.

{
$this->keep_with_next = $a_keep;
}
ilLMLayout::setKeepWithPrevious (   $a_keep)

set keep with previous

Parameters
boolean$a_keep

Definition at line 62 of file class.ilLMLayout.php.

{
$this->keep_with_previous = $a_keep;
}
ilLMLayout::setTargetFrame (   $a_frame)

set target frame ?????

Parameters
string$a_alignMedia | FAQ | Glossary

Definition at line 158 of file class.ilLMLayout.php.

{
$this->target_frame = $a_frame;
}
ilLMLayout::setVerticalAlign (   $a_align)

set vertical align

Parameters
string$a_aligntop | middle | bottom

Definition at line 139 of file class.ilLMLayout.php.

{
$this->ver_align = $a_align;
}
ilLMLayout::setWidth (   $a_width)

set width

Parameters
string$a_widthwidth

Definition at line 176 of file class.ilLMLayout.php.

{
$this->width = $a_width;
}

Field Documentation

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().


The documentation for this class was generated from the following file: