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 LMediaSelection

TTemplateControl
   |
   --LMediaSelection

Implements IMetaData. (TODO)

Displays a selection for media files


Method Summary
void
applyClicked ( mixed $sender, mixed $param)
void
changePage ( mixed $sender, mixed $param)
array
void
onInit ( mixed $param)
Prepares the core
void
searchClicked ( mixed $sender, mixed $param)
void
searchText ( mixed $sender, mixed $param)
void
setSelection ( array $array)

Method Details

applyClicked

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

Input
mixed$sender
mixed$param
Output
Exception

changePage

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

Input
mixed$sender
mixed$param
Output
Exception

getSelection

public array getSelection ()

Output
array selected items in both lists
Exception

onInit

public void onInit (mixed $param )

Prepares the core

Input
mixed$param
Output
Exception

searchClicked

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

Input
mixed$sender
mixed$param
Output
Exception

searchText

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

Input
mixed$sender
mixed$param
Output
Exception

setSelection

public void setSelection (array $array )

Input
array$arraysets selection from database and current selection
Output
Exception