Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/
Dfckeditor.cfc151 var sURL = "";
158 sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;
162 sURL = sURL & "&Toolbar=" & this.toolbarSet;
169 …<iframe id="#this.instanceName#___Frame" src="#sURL#" width="#this.width#" height="#this.height#" …
Dfckeditor.cfm105 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
109 sURL = sURL & "&amp;Toolbar=" & attributes.toolbarSet;
149 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
/plugin/wysiwyg/fckeditor/
Dfckeditor.cfm125 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
129 sURL = sURL & "&amp;Toolbar=" & attributes.toolbarSet;
183 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
Dfckeditor.cfc180 <cfset var sURL = "" />
189 sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;
193 sURL = sURL & "&amp;Toolbar=" & this.toolbarSet;
200 …result = result & "<iframe id=""#this.instanceName#___Frame"" src=""#sURL#"" width=""#this.width#"…
/plugin/s5reloaded/ui/audio_support/
Dsoundmanager2.js311 this.createMovie = function(sURL) { argument
312 self._writeDebug('soundManager.createMovie('+(sURL||'')+')');
313 if (sURL) self.url = sURL;