示例#1
0
 public function __construct(SugarView &$view)
 {
     $this->metadata_name = 'update_dropdown_field_defs';
     $this->event_function = 'updateDropdownFields';
     parent::__construct($view);
 }
示例#2
0
 public function __construct(&$view)
 {
     $this->metadata_name = 'check_duplicate_fields';
     parent::__construct($view);
 }
示例#3
0
 public function __construct(&$view)
 {
     $this->metadata_name = 'toggle_editable_fields';
     $this->event_function = 'toggleEditableFields';
     parent::__construct($view);
 }
示例#4
0
 public function __construct(&$view)
 {
     $this->metadata_name = 'toggle_panel_fields';
     $this->event_function = 'togglePanel';
     parent::__construct($view);
 }
示例#5
0
 public function __construct(&$view)
 {
     $this->metadata_name = 'toggle_required_fields';
     $this->event_function = 'toggleRequiredFields';
     parent::__construct($view);
 }