Вход Регистрация
Файл: system/widgets/text/options.form.php
Строк: 12
<?php

class formWidgetTextOptions extends cmsForm {

    public function 
init() {

        return array(

            array(
                
'type' => 'fieldset',
                
'title' => LANG_OPTIONS
                
'childs' => array(

                    new 
fieldHtml('options:content', array(
                        
'title' => LANG_WD_TEXT_CONTENT,
                        
'options' => array('editor' => 'redactor'), 
                        
'rules' => array(
                            array(
'required')
                        )
                    )),

                )
            ),

        );

    }

}
Онлайн: 2
Реклама