Class common\inputs\SortedTagsInput

Inheritancecommon\inputs\SortedTagsInput » common\inputs\BaseInput » yii\base\Object

Class SortedTagsInput Список тегов с возможностью сортировки

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$modelField common\db\fields\Field поле модели common\inputs\BaseInput
$options array Html атрибуты common\inputs\BaseInput
$widgetOptions array парамеиры виджета common\inputs\BaseInput

Public Methods

Hide inherited methods

MethodDescriptionDefined By
init() common\inputs\BaseInput
renderInput() Формирование Html кода поля для вывода в форме common\inputs\SortedTagsInput

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
getFormAttrName() Возвращает имя атрибута для поля формы common\inputs\BaseInput

Method Details

renderInput() public method

Формирование Html кода поля для вывода в форме

string renderInput( \yii\widgets\ActiveForm $form, array $options = [], $index false )
$form \yii\widgets\ActiveForm

объект форма

$options array

массив html атрибутов поля

$index bool|int

инднкс модели при табличном вводе