PHP Class Datatypes\Textarea\PrevalueEditor

Inheritance: extends Gc\Datatype\AbstractDatatype\AbstractPrevalueEditor
Datei anzeigen Open project: gotcms/gotcms Class Usage Examples

Public Methods

Method Description
load ( ) : mixed Load Textarea prevalue editor - cols: Number of caracters display per line - rows: Define the number of line visible in text zone - wrap: Possible values are : hard / off / soft define if line returns are automatic (hard / soft) or if the horizontal display if exceeded (off)
save ( ) : void Save Textarea prevalue editor

Method Details

load() public method

Load Textarea prevalue editor - cols: Number of caracters display per line - rows: Define the number of line visible in text zone - wrap: Possible values are : hard / off / soft define if line returns are automatic (hard / soft) or if the horizontal display if exceeded (off)
public load ( ) : mixed
return mixed

save() public method

Save Textarea prevalue editor
public save ( ) : void
return void