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 LBrickAdminButtons

TTemplateControl
   |
   --LBrickAdminButtons

Displays admin control buttons for a brick, like apply and cancel

A brick provides functionality for displaying data of a package. Bricks have also an admin panel for setting parameters (i.e. different layouts).


Method Summary
void
brickAdminCancel ( mixed $sender, mixed $param)
passes the event to master
void
brickAdminSave ( mixed $sender, mixed $param)
passes the event to master

Method Details

brickAdminCancel

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

passes the event to master

Input
mixed$sender
mixed$param
Output
Exception

brickAdminSave

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

passes the event to master

Input
mixed$sender
mixed$param
Output
Exception