Home
last modified time | relevance | path

Searched refs:ToolbarSet (Results 26 – 29 of 29) sorted by path

12

/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py50 self.ToolbarSet = 'Default'
69 if (self.ToolbarSet is not None):
70 Link += "&ToolBar=%s" % self.ToolbarSet
H A Dfckeditor_php4.php34 var $ToolbarSet ; variable in FCKeditor
45 $this->ToolbarSet = 'Default' ;
76 if ( $this->ToolbarSet != '' )
77 $Link .= "&Toolbar={$this->ToolbarSet}" ;
H A Dfckeditor_php5.php34 var $ToolbarSet ; variable in FCKeditor
45 $this->ToolbarSet = 'Default' ;
71 if ( $this->ToolbarSet != '' )
72 $Link .= "&Toolbar={$this->ToolbarSet}" ;
/plugin/wysiwyg/
H A Dsyntax.php110 $oFCKeditor->ToolbarSet = 'dokuwiki';

12