Class FCKEditorConfig
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
Contains the configuration settings for the FCKEditor.
Adding element to this collection you can override the settings specified in the config.js file.
Adding element to this collection you can override the settings specified in the config.js file.
- Version:
- $Id: FCKeditorConfig.java 1905 2008-04-10 15:32:00Z th-schwarz $
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate the url parameter sequence used to pass this configuration to the editor.Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
FCKEditorConfig
public FCKEditorConfig()Initialize the configuration collection
-
-
Method Details
-
getUrlParams
Generate the url parameter sequence used to pass this configuration to the editor.- Returns:
- html endocode sequence of configuration parameters
-