Beispiel #1
0
 protected function _loadConfig()
 {
     $this->_config = new Ext_Config(Ext::getPropertyClass(str_replace('Ext_', '', $this->getClass())));
 }
Beispiel #2
0
 public function testGetPropertyClass()
 {
     $this->assertEquals(Ext::getPropertyClass('Grid'), 'Ext_Property_Grid');
     $this->assertEquals(Ext::getPropertyClass('Component_Field_System_Dictionary'), 'Ext_Property_Component_Field_System_Dictionary');
 }
Beispiel #3
0
 protected function _loadConfig()
 {
     $this->_config = new Ext_Config(Ext::getPropertyClass('Instance'));
 }