Exemplo n.º 1
0
 function showScripts()
 {
     parent::showScripts();
     $this->autofocus('newnickname');
 }
Exemplo n.º 2
0
 /**
  * Add the jCrop scripts
  *
  * @return void
  */
 function showScripts()
 {
     parent::showScripts();
     if ($this->mode == 'crop') {
         $this->script('jcrop/jquery.Jcrop.min.js');
         $this->script('jcrop/jquery.Jcrop.go.js');
     }
     $this->autofocus('avatarfile');
 }
Exemplo n.º 3
0
 function showScripts()
 {
     parent::showScripts();
     $this->autofocus('fullname');
 }