Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfm125 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
129 sURL = sURL & "&Toolbar=" & attributes.toolbarSet;
183 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
H A 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/
H A Dsoundmanager2.js311 this.createMovie = function(sURL) { argument
312 self._writeDebug('soundManager.createMovie('+(sURL||'')+')');
313 if (sURL) self.url = sURL;