Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03.cfm70 <cfset toolbarSet = HTMLEditFormat( URL.Toolbar )>
72 <cfset toolbarSet = "Default">
85 toolbarSet="#toolbarSet#"
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
35 this.ToolbarSet = toolbarSet || 'Default' ;
H A Dfckeditor.cfm30 * toolbarSet="..."
43 <cfparam name="attributes.toolbarSet" type="string" default="Default">
128 if( len( attributes.toolbarSet ) )
129 sURL = sURL & "&amp;Toolbar=" & attributes.toolbarSet;
H A Dfckeditor.cfc68 <cfparam name="this.toolbarSet" type="string" default="Default" />
192 if( len( this.toolbarSet ) )
193 sURL = sURL & "&amp;Toolbar=" & this.toolbarSet;
/plugin/fckg/fckeditor/
H A Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
35 this.ToolbarSet = toolbarSet || 'Default' ;