Changes between Version 7 and Version 8 of Documentation/ConfigVariablesList
- Timestamp:
- 01/12/07 13:52:25 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/ConfigVariablesList
v7 v8 1 1 = Customise Xinha: List of available options = 2 2 3 The examples on this page assume that you have created a HTMLArea.Config object by the name of xinha_config. For details see the NewbieGuide.4 5 {{{ 6 var xinha_config = new HTMLArea.Config();3 The examples on this page assume that you have created a Xinha.Config object by the name of xinha_config. For details see the NewbieGuide. 4 5 {{{ 6 var xinha_config = new Xinha.Config(); 7 7 }}} 8 8 … … 37 37 ["separator","insertorderedlist","insertunorderedlist","outdent","indent"], 38 38 ["separator","inserthorizontalrule","createlink","insertimage","inserttable"], 39 ["linebreak","separator","undo","redo","selectall","print"], ( HTMLArea.is_gecko ? [] : ["cut","copy","paste","overwrite","saveas"]),39 ["linebreak","separator","undo","redo","selectall","print"], (Xinha.is_gecko ? [] : ["cut","copy","paste","overwrite","saveas"]), 40 40 ["separator","killword","clearfonts","removeformat","toggleborders","splitblock","lefttoright", "righttoleft"], 41 41 ["separator","htmlmode","showhelp","about"]
