Changes between Version 12 and Version 13 of Documentation/ConfigVariablesList

Show
Ignore:
Timestamp:
02/09/07 12:15:56 (6 years ago)
Author:
ray (IP: 62.143.77.149)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/ConfigVariablesList

    v12 v13  
    139139}}} 
    140140 
    141 == xinha_config.colorPickerCellSize == 
    142 Size of color picker cells 
    143  default value : '6px' 
    144 == xinha_config.colorPickerGranularity == 
    145 Granularity of color picker cells (number per column/row) 
    146  default value : 18 
    147 == xinha_config.colorPickerPosition == 
    148 Position of color picker from toolbar button 
    149  default value : 'bottom,right' 
    150  
    151141== xinha_config.expandRelativeUrl == 
    152142When the editor is in different directory depth as the edited page relative image sources will break the display of your images.[[BR]] 
     
    176166 false : no update done to the baseHref (!http://Xinha_editor_url#anchor). [[BR]] 
    177167 default value : true 
     168 
     169 
     170== xinha_config.getHtmlMethod == 
     171This controls the method that is used to retrieve the actual HTML from the editor.[[BR]] 
     172At 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] 
    178175 
    179176== xinha_config.htmlareaPaste == 
     
    229226 default value : 'best' 
    230227 
     228 
     229== xinha_config.colorPickerCellSize == 
     230Size of color picker cells 
     231 default value : '6px' 
     232== xinha_config.colorPickerGranularity == 
     233Granularity of color picker cells (number per column/row) 
     234 default value : 18 
     235== xinha_config.colorPickerPosition == 
     236Position of color picker from toolbar button 
     237 default value : 'bottom,right' 
     238 
    231239== xinha_config.panel_dimensions == 
    232240Width of the each panel, when present.[[BR]]