In a module I have
<dnn:texteditor id="txtContent" runat="server" height="400" width="100%" Mode="html" ChooseMode="false" ToolsFile = "~/DesktopModules/Admin/RadEditorProvider/ToolsFile/striptoolsfile.xml">
</dnn:texteditor>
This does not seem to load the stripped down toolbar.
Is this the way to load a custom tool bar for this one module? Is there a way to do it?