Метод | Описание | |
---|---|---|
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. |
public actionGetFieldSettings ( ) |