示例#1
0
 /**
  *
  */
 public function __construct()
 {
     $this->_sModule = 'LogAccess';
     $this->_sForm = 'LogAccess';
     $this->_sWindowType = 'default';
     $this->_sRequestType = 'post';
     $this->_sResponseType = 'html';
     $this->_sCancelBtnType = 'cancel';
     // we want to ignore the name passed
     parent::__construct($this->_sForm);
 }
示例#2
0
 public function __construct()
 {
     $this->_sModule = 'Category';
     $this->_sForm = 'Category';
     $this->_sWindowType = 'default';
     $this->_sRequestType = 'post';
     $this->_sResponseType = 'html';
     $this->_sCancelBtnType = 'cancel';
     $this->_aFieldSet = array('CompanyData' => array('label' => Translator::i18n('Categoria'), 'icon' => 'glyphicon glyphicon-cog', 'class' => '', 'fields' => array('security', 'id', 'stResource', 'Category_id', 'CategoryLabel', 'stValue', 'stLabel', 'stLocale')));
     // we want to ignore the name passed
     parent::__construct($this->_sForm);
 }
示例#3
0
 public function __construct()
 {
     $this->_sModule = 'Product';
     $this->_sForm = 'Product';
     $this->_sWindowType = 'default';
     $this->_sRequestType = 'post';
     $this->_sResponseType = 'html';
     $this->_sCancelBtnType = 'cancel';
     $this->_aFieldSet = array('Item' => array('label' => 'Produto', 'icon' => 'glyphicon glyphicon-certificate', 'class' => '', 'fields' => array('security', 'id', 'Company_id', 'CompanyName', 'stServicetKey', 'stName', 'Photo_id', 'PhotoPath', 'stKeywords', 'numStock')), 'Description' => array('label' => 'Detalhes', 'icon' => 'glyphicon glyphicon-pencil', 'class' => '', 'fields' => array('txtDescription', 'txtSpecification', 'txtApplication', 'txtWarranty', 'numWeight', 'numWidth', 'numHeight', 'numDepth')), 'Price' => array('label' => 'Preço', 'icon' => 'glyphicon glyphicon-usd', 'class' => '', 'fields' => array('numOldPrice', 'numPrice', 'numDiscount', 'isInterestFree', 'numDivideInto', 'isFreeShipping', 'stWhereFreeShipping', 'dtEndFreeShipping')), 'Options' => array('label' => 'Opções', 'icon' => 'glyphicon glyphicon-fire', 'class' => '', 'fields' => array('isPromotion', 'dtEndPromotion', 'isHighlighted', 'isNew', 'enumPresentation', 'stLink')));
     // we want to ignore the name passed
     parent::__construct($this->_sForm);
 }