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


Classes:
Common
   LAnchorForm
   LPoweredBy
CMS.Support
   LBaseBrick
   LBrick
   LCell
CMS
   LContentBrick
   LMediaBrick
   LNoteBrick
Configuration
   LCultureChooser
   LStyleSheetThemeChooser
Debug
   LDummyBrick
Graphics
   LFontgen
   LImage
   LThickboxImage
   LThickboxLink
Links
   LPopupLink
   LServiceHyperLink

Class LCell

TPanel
   |
   --LCell

Container div for bricks

Handles position, style and data of the bricks.


Method Summary
void
addNewBrick ( mixed $sender, mixed $param)
adds a new brick to the cell, by adding a record to the database
void
brickDown ( mixed $num)
moves a brick down, by changing two bricks rank
void
brickUp ( mixed $num)
moves a brick up, by changing two bricks rank
void
void
returns all available bricks from config
void
returns the class string for all divs surrounding a brick
void
returns the style string for all divs surrounding a brick
void
returns the class string for all divs surrounding a brick
void
returns the class string for all divs surrounding a brick
void
onInit ( mixed $param)
prepares the bricks. Data querying, creation of the compontents defined in the database.
void
setBrickCssClass ( mixed $value)
sets the class string for all divs surrounding a brick
void
setBrickStyle ( mixed $value)
sets the style string for all divs surrounding a brick
void
setIgnoreCulture ( mixed $value)
void
setPageIdentifier ( mixed $value)

Constant Summary
string SN_PREFIX

Method Details

addNewBrick

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

adds a new brick to the cell, by adding a record to the database

Input
mixed$sender
mixed$param
Output
Exception

brickDown

public void brickDown (mixed $num )

moves a brick down, by changing two bricks rank

Input
mixed$num
Output
Exception

brickUp

public void brickUp (mixed $num )

moves a brick up, by changing two bricks rank

Input
mixed$num
Output
Exception

createBricks

public void createBricks ()

getAvailableBricks

public void getAvailableBricks ()

returns all available bricks from config

Descriptive names are read if possible

Output
Exception

getBrickCssClass

public void getBrickCssClass ()

returns the class string for all divs surrounding a brick

Output
Exception

getBrickStyle

public void getBrickStyle ()

returns the style string for all divs surrounding a brick

Output
Exception

getIgnoreCulture

public void getIgnoreCulture ()

returns the class string for all divs surrounding a brick

Output
Exception

getPageIdentifier

public void getPageIdentifier ()

returns the class string for all divs surrounding a brick

Output
Exception

onInit

public void onInit (mixed $param )

prepares the bricks. Data querying, creation of the compontents defined in the database.

Input
mixed$param
Output
Exception

setBrickCssClass

public void setBrickCssClass (mixed $value )

sets the class string for all divs surrounding a brick

Input
mixed$value
Output
Exception

setBrickStyle

public void setBrickStyle (mixed $value )

sets the style string for all divs surrounding a brick

Input
mixed$value
Output
Exception

setIgnoreCulture

public void setIgnoreCulture (mixed $value )

Input
mixed$value
Output
Exception

setPageIdentifier

public void setPageIdentifier (mixed $value )

Input
mixed$value
Output
Exception


Constant Details

SN_PREFIX

Type:

string

Value:

"SNID_"