Exemplo n.º 1
0
 function init()
 {
     parent::init();
     $this->setElement('i');
     parent::set('');
     $this->setColor($this->api->getConfig('icon/default-color', 'orange'));
 }
Exemplo n.º 2
0
 function init()
 {
     parent::init();
     $this->__publicKey = $this->api->getConfig('recaptcha/publickey');
     $this->__privateKey = $this->api->getConfig('recaptcha/privatekey');
     $this->check();
     $this->set($this->getHtml());
 }
Exemplo n.º 3
0
 function init()
 {
     parent::init();
     $this->setElement('ins');
 }
Exemplo n.º 4
0
Arquivo: Hint.php Projeto: atk4/atk4
 public function init()
 {
     parent::init();
     $this->setElement('p');
     $this->addClass('atk-text-dimmed');
 }