Packages:
System
System.Collections
System.Data
System.I18N
System.Util
System.Web.Services
System.Web.UI.ActiveControls
System.Web.UI.WebControls


Classes:

Class LActiveContent

TTemplateControl
   |
   --LActiveContent

Displays a brick with one item from LContent


Method Summary
integer
void
insertBrick ( mixed $sender, mixed $param)
Callback event-handler
void
onPreRender ( mixed $param)
Prepares admin or content, depending on panel
void
setContentId ( integer $value)

Method Details

getContentId

public integer getContentId ()

Output
integer id of content record
Exception

insertBrick

public void insertBrick (mixed $sender , mixed $param )

Callback event-handler

Input
mixed$sender
mixed$param

onPreRender

public void onPreRender (mixed $param )

Prepares admin or content, depending on panel

Input
mixed$param
Output
Exception

setContentId

public void setContentId (integer $value )

Input
integer$valueid of content record to be displayed
Output
Exception