Searched refs:sURL (Results 1 – 5 of 5) sorted by relevance
151 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#" …
105 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;109 sURL = sURL & "&Toolbar=" & attributes.toolbarSet;149 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
125 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…
180 <cfset var sURL = "" />189 sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;193 sURL = sURL & "&Toolbar=" & this.toolbarSet;200 …result = result & "<iframe id=""#this.instanceName#___Frame"" src=""#sURL#"" width=""#this.width#"…
311 this.createMovie = function(sURL) { argument312 self._writeDebug('soundManager.createMovie('+(sURL||'')+')');313 if (sURL) self.url = sURL;