示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->setExtClassInfo("Ext.StatusBar", "status");
     $validProps = array("defaultText", "statusAlign");
     $this->addValidConfigProperties($validProps);
     $this->_mustRender = true;
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->setExtClassInfo("Ext.PagingToolbar", "paging");
     $validProps = array("displayInfo", "displayMsg", "emptyMsg", "pageSize", "store");
     $this->addValidConfigProperties($validProps);
     $this->_mustRender = true;
     $this->setExtConfigProperty("displayMsg", "Viendo Registros {0} - {1} de {2}");
 }