Re: Change source toolbar?

  •  12-23-2013, 8:06 AM

    Re: Change source toolbar?

    Hi AndyFel,

     

    1. You can custom the source view toolbar in this file "\richtexteditor\plugins\toolbar_code\plugin.xml". 

     

    2. If you want to disable the upload function, please open file "\richtexteditor\config\default.config", find section below and change it to false.

     

    <security name="AllowUpload">true</security> 

     

    If you want to remove the upload button complete, please open file "\richtexteditor\dialogs\browsedialogbase.xml", find section below

     

    1. <image jsml-base="imagebutton" jsml-local="uploadbtn" dock="left" width="22" padding="4,1,0,3" border_width="1"  src="{folder}images/uploadimage.png" vertical_align="middle">  
     

    And change it to

     

    1. <image jsml-base="imagebutton" jsml-local="uploadbtn" dock="left" width="22" padding="4,1,0,3" border_width="1"  src="{folder}images/uploadimage.png" vertical_align="middle" visibility="hidden">  
     

    Regards,

     

    Ken 

     

View Complete Thread