예제 #1
0
 function init()
 {
     parent::init();
     $this->setElement('i');
     parent::set('');
     $this->setColor($this->api->getConfig('icon/default-color', 'orange'));
 }
예제 #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());
 }
예제 #3
0
파일: Hint.php 프로젝트: respond/atk4
 function init()
 {
     parent::init();
     $this->setElement('ins');
 }
예제 #4
0
파일: Hint.php 프로젝트: atk4/atk4
 public function init()
 {
     parent::init();
     $this->setElement('p');
     $this->addClass('atk-text-dimmed');
 }