示例#1
0
 function SJB_TextType($property_info)
 {
     parent::SJB_StringType($property_info);
     $this->default_template = !empty($this->property_info['template']) ? $this->property_info['template'] : 'text.tpl';
 }