PHP 클래스 Craft\QuickFieldController

상속: extends craft\BaseElementsController
파일 보기 프로젝트 열기: benjamminf/craft-quick-field

공개 메소드들

메소드 설명
actionDeleteField ( ) Deletes a field from the database.
actionEditField ( ) Edits an existing field.
actionGetFieldSettings ( ) Gets the HTML, CSS and Javascript of a field setting page.
actionSaveField ( ) Saves a new field to the database.

비공개 메소드들

메소드 설명
_getTemplate ( craft\FieldModel $field = null ) : array Loads the field settings template and returns all HTML, CSS and Javascript.

메소드 상세

actionDeleteField() 공개 메소드

Deletes a field from the database.
public actionDeleteField ( )

actionEditField() 공개 메소드

Edits an existing field.
public actionEditField ( )

actionGetFieldSettings() 공개 메소드

Gets the HTML, CSS and Javascript of a field setting page.

actionSaveField() 공개 메소드

Saves a new field to the database.
public actionSaveField ( )