How do I modify the Source and Preview tab toolbars?

Last post 07-22-2013, 1:01 PM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  07-18-2013, 9:42 PM 77740

    How do I modify the Source and Preview tab toolbars?

    We need to hide the "fullscreen" button in the Source and Preview tabs' toolbars.  How do we do this?
  •  07-19-2013, 12:41 PM 77744 in reply to 77740

    Re: How do I modify the Source and Preview tab toolbars?

    Hi gll1559,

     

    To disable the fullscreen button, please set  DisabledItems="fullscreen".

     

     <RTE:Editor ID="editor1" runat="server"   DisabledItems="fullscreen" /> 

     

     

    To hide the preview tab, pleaset set ShowPreviewMode="False".

     

    <RTE:Editor ID="editor1" runat="server"  ShowPreviewMode="False"/> 

     

    Regards,

     

    Ken 

  •  07-19-2013, 4:53 PM 77746 in reply to 77744

    Re: How do I modify the Source and Preview tab toolbars?

    No, that's not what I meant.  We need to show the Source and Preview tabs, and we need to customize the Source tab toolbar and the Preview tab toolbar.  How do we customize those toolbars?

     

    Gerard

  •  07-22-2013, 1:01 PM 77750 in reply to 77746

    Re: How do I modify the Source and Preview tab toolbars?

    Hi gll1559,

     

    The view tab toolbar defind in file "richtexteditor\plugins\toolbar_view\plugin.xml".

     

    The code tab toolbar in "\richtexteditor\plugins\toolbar_code\plugin.xml"

     

    You can custom the xml file to add/remove the buttons for these tabs.

     

    Regards,

     

    Ken 

View as RSS news feed in XML