Changeset 1189
- Timestamp:
- 07/17/09 10:12:21 (4 years ago)
- Files:
-
- 1 modified
-
trunk/examples/XinhaConfig.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/XinhaConfig.js
r1131 r1189 45 45 'Linker', 46 46 'SuperClean', 47 'TableOperations' 47 'TableOperations','GetHtml' 48 48 ]; 49 49 … … 71 71 xinha_config = xinha_config ? xinha_config() : new Xinha.Config(); 72 72 73 //this is the standard toolbar, feel free to remove buttons as you like 74 xinha_config.toolbar = 75 [ 76 ["popupeditor"], 77 ["separator","formatblock","fontname","fontsize","bold","italic","underline","strikethrough"], 78 ["separator","forecolor","hilitecolor","textindicator"], 79 ["separator","subscript","superscript"], 80 ["linebreak","separator","justifyleft","justifycenter","justifyright","justifyfull"], 81 ["separator","insertorderedlist","insertunorderedlist","outdent","indent"], 82 ["separator","inserthorizontalrule","createlink","insertimage","inserttable"], 83 ["linebreak","separator","undo","redo","selectall","print"], (Xinha.is_gecko ? [] : ["cut","copy","paste","overwrite","saveas"]), 84 ["separator","killword","clearfonts","removeformat","toggleborders","splitblock","lefttoright", "righttoleft"], 85 ["separator","htmlmode","showhelp","about"] 86 ]; 87 73 88 // To adjust the styling inside the editor, we can load an external stylesheet like this 74 89 // NOTE : YOU MUST GIVE AN ABSOLUTE URL 75 76 90 xinha_config.pageStyleSheets = [ _editor_url + "examples/files/full_example.css" ]; 77 91 //if you're using Stylist, import a stylesheet like this 78 92 xinha_config.stylistLoadStylesheet(_editor_url + "examples/files/stylist.css"); 93 79 94 80 95 /** STEP 4 ***************************************************************
