Beispiel #1
0
 function init()
 {
     parent::init();
     $this->setElement('i');
     parent::set('');
     $this->setColor($this->api->getConfig('icon/default-color', 'orange'));
 }
 function init()
 {
     parent::init();
     $this->__publicKey = $this->api->getConfig('recaptcha/publickey');
     $this->__privateKey = $this->api->getConfig('recaptcha/privatekey');
     $this->check();
     $this->set($this->getHtml());
 }
Beispiel #3
0
 function init()
 {
     parent::init();
     $this->setElement('ins');
 }
Beispiel #4
0
 public function init()
 {
     parent::init();
     $this->setElement('p');
     $this->addClass('atk-text-dimmed');
 }