Searched refs:sURL (Results 1 – 3 of 3) sorted by relevance
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;