Example #1
0
 function showScripts()
 {
     parent::showScripts();
     $this->autofocus('urlshorteningservice');
 }
Example #2
0
 function showScripts()
 {
     parent::showScripts();
     $this->autofocus('email');
 }
 /**
  * Add the Farbtastic scripts
  *
  * @return void
  */
 function showScripts()
 {
     parent::showScripts();
     $this->script('farbtastic/farbtastic.js');
     $this->script('userdesign.go.js');
     $this->autofocus('design_background-image_file');
 }
Example #4
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');
 }
 function showScripts()
 {
     parent::showScripts();
     $this->autofocus('nickname');
 }
Example #6
0
 function showScripts()
 {
     parent::showScripts();
     $this->autofocus('openid_url');
 }
 function showStylesheets()
 {
     parent::showStylesheets();
     $this->cssLink('plugins/ExtendedProfile/profiledetail.css');
     return true;
 }
Example #8
0
 /**
  * Add the jCrop scripts
  *
  * @return void
  */
 function showScripts()
 {
     parent::showScripts();
     if ($this->mode == 'crop') {
         $jcropPack = common_path('js/jcrop/jquery.Jcrop.pack.js');
         $jcropGo = common_path('js/jcrop/jquery.Jcrop.go.js');
         $this->element('script', array('type' => 'text/javascript', 'src' => $jcropPack));
         $this->element('script', array('type' => 'text/javascript', 'src' => $jcropGo));
     }
 }
Example #9
0
 /**
  * Add the Farbtastic scripts
  *
  * @return void
  */
 function showScripts()
 {
     parent::showScripts();
     $farbtasticPack = common_path('js/farbtastic/farbtastic.js');
     $userDesignGo = common_path('js/userdesign.go.js');
     $this->element('script', array('type' => 'text/javascript', 'src' => $farbtasticPack));
     $this->element('script', array('type' => 'text/javascript', 'src' => $userDesignGo));
 }
 function showScripts()
 {
     parent::showScripts();
     $this->autofocus('oldpassword');
 }
Example #11
0
 function showScripts()
 {
     parent::showScripts();
     $this->script('emailsettings.js');
     $this->autofocus('email');
 }