PHP 클래스 Datatypes\Textarea\PrevalueEditor

상속: extends Gc\Datatype\AbstractDatatype\AbstractPrevalueEditor
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

load() 공개 메소드

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
리턴 mixed

save() 공개 메소드

Save Textarea prevalue editor
public save ( ) : void
리턴 void