Has anyone had problems with the NodeInspector looking horrible in the editor? (No image upload, so here is a link to preview.)
I am wondering if this isn't commonly noted due to my combination of tools. An example of the tools file I am using can be seen below:
I am wondering if this isn't commonly noted due to my combination of tools. An example of the tools file I am using can be seen below:
| <root> | |
| <modules> | |
| <module name="RadEditorNodeInspector" /> | |
| </modules> | |
| <tools name="MainToolbar" dockable="true"> | |
| <tool name="Print" shortcut="CTRL+P"/> | |
| <tool name="AjaxSpellCheck"/> | |
| <tool name="FindAndReplace" shortcut="CTRL+F"/> | |
| <tool separator="true"/> | |
| <tool name="Cut" shortcut="CTRL+X"/> | |
| <tool name="Copy" shortcut="CTRL+C"/> | |
| <tool name="Paste" shortcut="CTRL+V"/> | |
| <tool name="PasteStrip"/> | |
| <tool separator="true"/> | |
| <tool name="Undo" shortcut="CTRL+Z"/> | |
| <tool name="Redo" shortcut="CTRL+Y"/> | |
| </tools> | |
| <tools name="InsertToolbar"> | |
| <tool name="ImageManager" shortcut="CTRL+G"/> | |
| <tool name="ImageMapDialog"/> | |
| <tool separator="true"/> | |
| <tool name="LinkManager" shortcut="CTRL+K"/> | |
| <tool name="Unlink" shortcut="CTRL+SHIFT+K"/> | |
| </tools> | |
| <tools> | |
| <tool name="Bold" shortcut="CTRL+B"/> | |
| <tool name="Italic" shortcut="CTRL+I"/> | |
| <tool name="Underline" shortcut="CTRL+U"/> | |
| <tool name="StrikeThrough" /> | |
| <tool separator="true"/> | |
| <tool name="JustifyLeft" /> | |
| <tool name="JustifyCenter" /> | |
| <tool name="JustifyRight" /> | |
| <tool name="JustifyFull" /> | |
| <tool name="JustifyNone" /> | |
| <tool separator="true"/> | |
| <tool name="Indent" /> | |
| <tool name="Outdent" /> | |
| <tool separator="true"/> | |
| <tool name="InsertOrderedList" /> | |
| <tool name="InsertUnorderedList" /> | |
| </tools> | |
| <symbols></symbols> | |
| <colors></colors> | |
| <paragraphs></paragraphs> | |
| <classes>Normal,H1,H2,H3</classes> | |
| <dialogParameters></dialogParameters> | |
| <languages></languages> | |
| <contextMenus></contextMenus> | |
| </root> |