- Timestamp:
- 2008-06-23 00:00:48 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/FCKeditorConfig.java
r1905 r2101 34 34 /** 35 35 * Contains the configuration settings for the FCKEditor.<br> 36 * Adding element to this collection you can override the settings specified in37 * the config.js file.36 * By adding elements to this collection you can override the settings specified 37 * in the config.js file. 38 38 * 39 39 * @version $Id$ … … 52 52 53 53 /** 54 * Generate the url parameter sequence used to pass this configuration to55 * the editor.54 * Generates the url parameter sequence from this configuration which is 55 * passed to the editor. 56 56 * 57 * @return html en docodesequence of configuration parameters57 * @return html encoded sequence of configuration parameters 58 58 */ 59 59 public String getUrlParams() {