Changeset 387
- Timestamp:
- 2007-06-16 23:45:54 (19 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
fckeditor.cfc (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/fckeditor.cfc
r346 r387 147 147 hint="Create the html editor instance for compatible browsers." 148 148 > 149 150 <cfscript> 151 var sURL = ""; 152 149 <cfset var sURL = "" /> 150 151 <cfscript> 153 152 // try to fix the basePath, if ending slash is missing 154 153 if( len( this.basePath) and right( this.basePath, 1 ) is not "/" ) … … 180 179 hint="Create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)" 181 180 > 182 183 <cfscript> 184 var sParams = ""; 185 var key = ""; 186 var fieldValue = ""; 187 var fieldLabel = ""; 188 var lConfigKeys = ""; 189 var iPos = ""; 190 181 <cfset var sParams = "" /> 182 <cfset var key = "" /> 183 <cfset var fieldValue = "" /> 184 <cfset var fieldLabel = "" /> 185 <cfset var lConfigKeys = "" /> 186 <cfset var iPos = "" /> 187 188 <cfscript> 191 189 /** 192 190 * CFML doesn't store casesensitive names for structure keys, but the configuration names must be casesensitive for js. -
FCKeditor/trunk/_whatsnew.html
r360 r387 50 50 The editor now takes care to not create invalid nested block elements, like creating 51 51 <form> or <hr> inside <p>. </li> 52 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF 53 Patch 1511298</a>] The CF Component failed on CFMX 6.0</li> 52 54 </ul> 53 55 <h3>