Home
last modified time | relevance | path

Searched refs:fbsz_increment (Results 1 – 5 of 5) sorted by relevance

/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js11 var fbsz_increment =opener.oDokuWiki_FCKEditorInstance.fbsz_increment; variable
69 if(fbsz_increment > 0) {
73 fbl['height'] = 400 + (400*(fbsz_increment/100));
74 frmfolders['height'] = 490 + (490*(fbsz_increment/100));
77 var width = 750 + (750*(fbsz_increment/100));
80 frmfolders['width'] = 180 + (180*(fbsz_increment/100));
84 var whichsz = document.getElementById("adjfbsz" + fbsz_increment);
/plugin/ckgdoku/
H A Dhelper.php107 $fbsz_increment = isset($_COOKIE['fbsz']) && $_COOKIE['fbsz'] ? $_COOKIE['fbsz'] : '0';
495 oDokuWiki_FCKEditorInstance.fbsz_increment=parseInt("$fbsz_increment");
/plugin/ckgedit/
H A Dhelper.php135 $fbsz_increment = isset($_COOKIE['fbsz']) && $_COOKIE['fbsz'] ? $_COOKIE['fbsz'] : '0';
352 oDokuWiki_FCKEditorInstance.fbsz_increment=parseInt("$fbsz_increment");
/plugin/ckgdoku/action/
H A Dedit.php563 $fbsz_increment = isset($_COOKIE['fbsz']) && $_COOKIE['fbsz'] ? $_COOKIE['fbsz'] : false;
566 if($fbsz_increment) {
567 $fbrowser_width = $fbrowser_width + ($fbrowser_width*($fbsz_increment/100));
568 $fbrowser_height =$fbrowser_height + ($fbrowser_height*($fbsz_increment/100));
/plugin/ckgedit/action/
H A Dedit.php587 $fbsz_increment = isset($_COOKIE['fbsz']) && $_COOKIE['fbsz'] ? $_COOKIE['fbsz'] : false;
590 if($fbsz_increment) {
591 $fbrowser_width = $fbrowser_width + ($fbrowser_width*($fbsz_increment/100));
592 $fbrowser_height =$fbrowser_height + ($fbrowser_height*($fbsz_increment/100));