Exemplo n.º 1
0
 public function __construct($config = array())
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('primaryKey' => 'component_id', 'data' => array(array('component_id' => 'root_mail1-content-l1', 'component' => 'extern', 'data' => null))));
     parent::__construct($config);
 }
Exemplo n.º 2
0
 public function __construct($config = array())
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('primaryKey' => 'component_id', 'columns' => array(), 'data' => array(array('component_id' => '1200', 'target' => 'http://example.com', 'rel' => '', 'param' => '', 'open_type' => 'self'), array('component_id' => '1201', 'target' => 'http://example.com', 'rel' => '', 'param' => '', 'open_type' => 'blank'), array('component_id' => '1202', 'target' => 'http://example.com', 'rel' => '', 'param' => '', 'open_type' => 'popup', 'width' => 200, 'height' => 300, 'menubar' => 1, 'toolbar' => 1, 'locationbar' => 0, 'statusbar' => 0, 'scollbars' => 1, 'resizable' => 1))));
     parent::__construct($config);
 }
Exemplo n.º 3
0
 public function __construct($config = array())
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('primaryKey' => 'component_id', 'data' => array(array('component_id' => '1100', 'component' => 'test'), array('component_id' => '1101', 'component' => 'test2'))));
     parent::__construct($config);
 }
Exemplo n.º 4
0
 public function __construct()
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('primaryKey' => 'component_id', 'data' => array(array('component_id' => 'root-master_test1', 'component' => 'empty', 'data' => null), array('component_id' => 'root-master_test2', 'component' => 'extern', 'data' => null), array('component_id' => 'root-master_test3', 'component' => 'empty', 'data' => null))));
     parent::__construct($config);
 }
Exemplo n.º 5
0
 public function __construct($config = array())
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('primaryKey' => 'component_id', 'data' => array(array('component_id' => '1400', 'mail' => '*****@*****.**', 'subject' => '', 'text' => ''), array('component_id' => '1401', 'mail' => '*****@*****.**', 'subject' => 'dere', 'text' => 'hallo'), array('component_id' => '1402', 'mail' => '', 'subject' => '', 'text' => ''))));
     parent::__construct($config);
 }
Exemplo n.º 6
0
 public function __construct($config = array())
 {
     $config['proxyModel'] = new Kwf_Model_Session(array('namespace' => 'TextSessionModel_Link_TestModel', 'primaryKey' => 'component_id'));
     parent::__construct($config);
 }
Exemplo n.º 7
0
 public function __construct($config = array())
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('primaryKey' => 'component_id', 'columns' => array(), 'data' => array(array('component_id' => '1300', 'target' => '1310'), array('component_id' => '1302', 'target' => '1399'), array('component_id' => '1303', 'target' => '1311'))));
     parent::__construct($config);
 }