Hi,
I'm using the rad editor in a MOSS environment.
But I can't scroll in my CSS dropdown anymore (Picture).
Any idea how this is possible?
Toolsfile.xml
I'm using the rad editor in a MOSS environment.
But I can't scroll in my CSS dropdown anymore (Picture).
Any idea how this is possible?
Toolsfile.xml
| <root> |
| <tools name="MossTools1"> |
| <tool name="InsertSymbol" /> |
| <tool name="FormatStripper" /> |
| <tool name="InsertTable" /> |
| <tool name="Undo" /> |
| <tool name="Redo" /> |
| <tool name="Cut" /> |
| <tool name="Copy" /> |
| <tool name="Paste" /> |
| <tool name="PasteFromWord" /> |
| <tool name="PasteFromWordNoFontsNoSizes" /> |
| <tool name="PastePlainText" /> |
| <tool name="Print" /> |
| <tool name="FindAndReplace" /> |
| <tool name="SelectAll" /> |
| <tool name="InsertGroupbox" /> |
| <tool name="InsertHorizontalRule" /> |
| <tool name="InsertSnippet" /> |
| <tool name="InsertDate" /> |
| <tool name="InsertTime" /> |
| <tool name="ImageManager" /> |
| <tool name="ImageMapDialog"/> |
| <tool name="FlashManager" /> |
| <tool name="DocumentManager" /> |
| <tool name="AbsolutePosition" /> |
| <tool name="LinkManager" /> |
| <tool name="Unlink" /> |
| </tools> |
| <tools name="MossTools2"> |
| <tool name="FormatBlock" /> |
| <tool name="Bold" /> |
| <tool name="Italic" /> |
| <tool name="Underline" /> |
| <tool name="StrikeThrough" /> |
| <tool name="JustifyLeft" /> |
| <tool name="JustifyCenter" /> |
| <tool name="JustifyRight" /> |
| <tool name="JustifyFull" /> |
| <tool name="JustifyNone" /> |
| <tool name="Superscript" /> |
| <tool name="Subscript" /> |
| <tool name="ConvertToLower" /> |
| <tool name="ConvertToUpper" /> |
| <tool name="Indent" /> |
| <tool name="Outdent" /> |
| <tool name="InsertOrderedList" /> |
| <tool name="InsertUnorderedList"/>> |
| <tool name="FontSize" /> |
| <tool name="RealFontSize"/> |
| <tool name="InsertCustomLink"/> |
| <tool name="ApplyClass"/> |
| </tools> |
| <tools name="EnhancedEditToolbar" dockingZone="Bottom" dockable="true" enabled="true"> |
| <tool name="ToggleScreenMode" /> |
| <tool name="ToggleTableBorder" /> |
| <tool name="Zoom" /> |
| </tools> |
| <contextMenus> |
| <contextMenu> |
| <tool name="Cut"/> |
| <tool name="Copy"/> |
| <tool name="Paste"/> |
| <tool name="Indent" /> |
| <tool name="Outdent" /> |
| <tool name="InsertOrderedList" /> |
| <tool name="InsertUnorderedList"/> |
| <tool name="LinkManager" /> |
| </contextMenu> |
| </contextMenus> |
| <links> |
| <link name="Internet DSM" href="http://www.dsm.com"> |
| </link> |
| <link name="Intranet DSM" href="http://intranet.my-dsm.com"> |
| </link> |
| </links> |
| <snippets> |
| <snippet name="Text Teaser with Image"> |
| <![CDATA[ |
| <table class="ms-rteTable-TextTeaserImage-ContentArea"> |
| <tr> |
| <td> |
| <table class="ms-rteTable-TextTeaserImage-ContentArea"> |
| <tr> |
| <td class="ms-rteTableHeaderFirstCol-TextTeaserImage-ContentArea"> |
| <a href="http://intranet.my-dsm.com"> |
| <img alt="" src="/PublishingImages/TeaserImageContentArea.jpg" /> |
| </a> |
| </td> |
| </tr> |
| <tr class="ms-rteTableFooterRow-TextTeaserImage-ContentArea"> |
| <td class="ms-rteCustom-TextDefault"> |
| Image subtitle |
| </td> |
| </tr> |
| </table> |
| </td> |
| <td class="ms-rteTableLastCol-TextTeaserImage-ContentArea"> |
| <table class="ms-rteTable-TextTeaserImage-ContentArea"> |
| <tr> |
| <td> |
| <a href="http://intranet.my-dsm.com/"><span class="ms-rteCustom-Headline">Company Profile</span></a> |
| </td> |
| </tr> |
| <tr> |
| <td class="ms-rteCustom-TextDefault"> |
| DSM is active worldwide. The <a href="http://intranet.my-dsm.com">company</a> creates innovative products and service that help improve the quality of life.<br /> |
| <a href="http://intranet.my-dsm.com"><span class="dsm-LinkIndicator">more</span></a></div> |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| </table> |
| ]]> |
| </snippet> |
| <snippet name="Accentuated Text Teaser with Image"> |
| <![CDATA[ |
| <table class="ms-rteTable-TextTeaserImage-Accentuated-ContentArea"> |
| <tr> |
| <td class="ms-rteTableFirstCol-TextTeaserImage-Accentuated-ContentArea"> |
| <img alt="" src="PublishingImages/TeaserImageContentAreaAssentuated.jpg"/> |
| </td> |
| <td class="ms-rteTableHeaderLastCol-TextTeaserImage-Accentuated-ContentArea"> |
| <table class="ms-rteTable-TextTeaserImage-Accentuated-ContentArea"> |
| <tr> |
| <td class="ms-rteTableHeaderLastCol-TextTeaserImage-Accentuated-ContentArea"> |
| <span class="ms-rteCustom-Headline-TeaserArea-AccentuatedText">Content Teaser</span> |
| </td> |
| </tr> |
| <tr class="ms-rteTableHeaderRow-TextTeaserImage-Accentuated-ContentArea"> |
| <td class="ms-rteTableHeaderLastCol-TextTeaserImage-Accentuated-ContentArea"> |
| DSM is active worldwide.<br /> |
| The company creates innovative <br /> |
| products and service that help improve the |
| quality of life. |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| </table> |
| ]]> |
| </snippet> |
| <snippet name="Text Teaser"> |
| <![CDATA[ |
| <table class="ms-rteTable-TextTeaser-ContentArea"> |
| <tr> |
| <td> |
| <span class="ms-rteCustom-Headline">Corporate Governance</span> |
| </td> |
| </tr> |
| <tr> |
| <td class="ms-rteCustom-TextDefault"> |
| The Dutch Corporate Governance code prescibes that quite a number of documents |
| relating to corporate Governance should be published on the company's website. We gladly |
| adhere to this practice in order to inform our stakeholders and other interested parties |
| of the way our company has embedded its Corporate Governance policies.Here you can find that |
| DSM is applying all 113 Best Practices of this code with one exception. |
| </td> |
| </tr> |
| <tr> |
| <td> |
| <span class="ms-rteCustom-SubHeadline">Sub Headline</span> |
| </td> |
| </tr> |
| <tr> |
| <td class="ms-rteCustom-TextDefault"> |
| We gladly adhere to this practice in order to inform our stakeholders and other interested parties |
| of the way our company has embedded its Corporate Governance policies. Here you can find that |
| DSM is applying all 113 Best Practices of this code with one exception.<br /> |
| <a href="http://intranet.my-dsm.com"><span class="dsm-LinkIndicator">more</span></a></div> |
| </td> |
| </tr> |
| </table> |
| ]]> |
| </snippet> |
| </snippets> |
| <paragraphs> |
| <paragraph name="<span class='ms-rteCustom-Headline'>Headline</span>" value="<span class='ms-rteCustom-Headline'>" /> |
| <paragraph name="<span class='ms-rteCustom-Headline-TeaserArea'>Headline-TeaserArea</span>" value="<span class='ms-rteCustom-Headline-TeaserArea'>" /> |
| <paragraph name="<span class='ms-rteCustom-Headline-TeaserArea-AccentuatedText' style='background-color: #336fa3;'>Headline-TeaserArea-AccentuatedText</span>" value="<span class='ms-rteCustom-Headline-TeaserArea-AccentuatedText'>" /> |
| <paragraph name="<span class='ms-rteCustom-SubHeadline'>SubHeadline</span>" value="<span class='ms-rteCustom-SubHeadline'>" /> |
| <paragraph name="<span class='ms-rteCustom-TextAccentuation'>TextAccentuation</span>" value="<span class='ms-rteCustom-TextAccentuation'>" /> |
| <paragraph name="<span class='ms-rteCustom-TextDefault'>TextDefault</span>" value="<span class='ms-rteCustom-TextDefault'>" /> |
| </paragraphs> |
| </root> |