Example #1
-1
 /**
  * @return string
  */
 public function renderConfigForm(ActiveForm $activeForm)
 {
     echo $activeForm->fieldSelect($this, 'fieldElement', \skeeks\cms\relatedProperties\propertyTypes\PropertyTypeText::fieldElements());
     echo $activeForm->fieldInputInt($this, 'rows');
     echo $activeForm->field($this, 'default_value');
 }