Пример #1
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setLabelMode(MFieldLabel::LABEL_ABOVE);
     $this->setShowLabel(true);
     $this->setDisposition(MContainer::DISPOSITION_VERTICAL);
 }
Пример #2
0
 public function onCreate()
 {
     parent::onCreate();
     $this->useStore = false;
 }
Пример #3
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setRender('stackcontainer');
 }
Пример #4
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setRender('accordion');
 }
Пример #5
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setText('OptionGroup');
     $this->setRender('optiongroup');
 }
Пример #6
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setRender('box');
 }
Пример #7
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setClass('mTable');
     $this->setRender('table');
 }
Пример #8
0
 public function onCreate()
 {
     parent::onCreate();
     $this->width = '100%';
     $this->setLinkType('linkbutton');
     $this->gridBox = new MBox('', '', '');
     $this->rowMethod = null;
     $this->emptyMsg = _M("Nenhum registro encontrado!");
     $this->gridControls = array();
     $this->select = NULL;
     $this->hasDetail = false;
     //$this->actionDefault = new MGridActionDefault($this, '  ', NULL);
     $this->alternateColors = true;
     $this->buttonSelectClass = 'linkbtn';
     $this->currentRow = 0;
     $this->index = 0;
     $this->firstIndex = 0;
     $this->currentIndex = 0;
     $this->dnd = false;
     $this->scrollHeight = '';
     $this->scrollable = false;
     $this->hasForm = false;
     $this->renderAs = 'table';
 }
Пример #9
0
 public function onCreate()
 {
     parent::onCreate();
     $this->showValues = false;
     $this->type = 'filter';
 }
Пример #10
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setRender('contentpane');
 }