Changes between Version 1 and Version 2 of CharacterMap
- Timestamp:
- 09/11/05 15:58:36 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CharacterMap
v1 v2 5 5 The CharacterMap plugin, developed by [http://www.systemconcept.de/ Holger Hees & Bernhard Pfeifer] implants a button onto the toolbar which will open a popup window allowing the insertion of various special characters. 6 6 7 There is now two representation available. Panel or Popup, popup version is the default settings. To use the panel, it is needed to update the configuration 8 9 {{{ 10 xinha_config.CharacterMap.mode = 'panel'; 11 }}} 12 Setting the configuration to 'panel' will ask the plugin to use the panel instead of the popup. 13 14 The default setting is set to popup : 15 {{{ 16 xinha_config.CharacterMap.mode = 'popup'; 17 }}}
