Ejemplo n.º 1
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_string";
     $this->value = '';
     $this->uploadUrl = "common/doUpload";
 }
Ejemplo n.º 2
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_pwd";
     $this->value = '';
     $this->tips = '修改时,如果不打算修改密码,留空即可';
     $this->min_len = 6;
 }
Ejemplo n.º 3
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_string";
     $this->svn_resp = '';
     $this->value = '';
     $this->default = '';
 }
Ejemplo n.º 4
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_text";
     $this->value = "";
 }
Ejemplo n.º 5
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_title";
     $this->is_title = true;
 }
Ejemplo n.º 6
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_upload";
 }
Ejemplo n.º 7
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_email";
     $this->list_short_len = 30;
 }