Changes between Version 12 and Version 13 of Documentation/ConfigVariablesList
- Timestamp:
- 02/09/07 12:15:56 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/ConfigVariablesList
v12 v13 139 139 }}} 140 140 141 == xinha_config.colorPickerCellSize ==142 Size of color picker cells143 default value : '6px'144 == xinha_config.colorPickerGranularity ==145 Granularity of color picker cells (number per column/row)146 default value : 18147 == xinha_config.colorPickerPosition ==148 Position of color picker from toolbar button149 default value : 'bottom,right'150 151 141 == xinha_config.expandRelativeUrl == 152 142 When the editor is in different directory depth as the edited page relative image sources will break the display of your images.[[BR]] … … 176 166 false : no update done to the baseHref (!http://Xinha_editor_url#anchor). [[BR]] 177 167 default value : true 168 169 170 == xinha_config.getHtmlMethod == 171 This controls the method that is used to retrieve the actual HTML from the editor.[[BR]] 172 At the moment there are two alternative methods ( = possible values) available:[[BR]] 173 "DOMwalk" : traverses through the document structure to extract tags, attributes, text nodes, etc.[[BR]] 174 "TransformInnerHTML" : grabs the innerHTML value and transforms it with Regular Expressions to get well formed XHTML. [wiki:GetHtml See here for details] 178 175 179 176 == xinha_config.htmlareaPaste == … … 229 226 default value : 'best' 230 227 228 229 == xinha_config.colorPickerCellSize == 230 Size of color picker cells 231 default value : '6px' 232 == xinha_config.colorPickerGranularity == 233 Granularity of color picker cells (number per column/row) 234 default value : 18 235 == xinha_config.colorPickerPosition == 236 Position of color picker from toolbar button 237 default value : 'bottom,right' 238 231 239 == xinha_config.panel_dimensions == 232 240 Width of the each panel, when present.[[BR]]
