Questions / buggs...

Last post 11-27-2012, 12:59 PM by Adam. 7 replies.
Sort Posts: Previous Next
  •  11-10-2012, 8:56 AM 75201

    Questions / buggs...

    Have any questions/buggs left how I solve it.

     

    These buttons appear / not working?
    {inserthorizontalrule,Insertwbr}


    How do i remove the arrow button on {insertlink} (predefined links).
    Only have insert link dialog...


    How do I change the width of Font name and Size drop-down menu?


    How to set office2010blue skin on the dialogs?


    I did use Editor1.AllowPasteHtml = False in Cute Editor, but this is not allowed in RichTextEditor.
    How do i set AllowPasteHtml = False in RichTextEditor?

     

    If I double-click an image, it is not shown the height and width of the dialog box as it did in Cute Editor.


    When I insert an image and click the preview view or code view in I can not get the design view again.
    The problem occurs only in Internet Explorer 9.0
    Works in Firefox, Chrome and Safari.
    Se dump.

     

     

    How do I choose which Toolbar buttons appear in code/html view and Preview view?


    I set Editor1.EnableObjectResizing = False in code behind and try set enableobjectresizing:false in config.js but i can still drag/resize table and images.


    Excuse my bad English :-)

  •  11-12-2012, 8:02 AM 75206 in reply to 75201

    Re: Questions / buggs...

    Hi,

     

    We are investigating this issue and will get back to you soon. 


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-12-2012, 6:06 PM 75224 in reply to 75201

    Re: Questions / buggs...

    >>These buttons appear / not working?
    {inserthorizontalrule,Insertwbr} 

     


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-12-2012, 8:48 PM 75226 in reply to 75201

    Re: Questions / buggs...

    Dear kjell.ek,

     

    For these quetions,

     

    1. These buttons appear / not working? {inserthorizontalrule,Insertwbr}

        How do i remove the arrow button on {insertlink} (predefined links). Only have insert link dialog...

       

        You can customize these buttons in richtexteditor\skins\_shared\_toolbartemplate.xml file.

        just add  the following code in jsml tag    

    1. <!--the following code is customize toolbar-->  
    2.     <image jsml-class="item_{toolbar}_{skin}_{color}_insertlinkdialog" jsml-base="image_{skin}_{color}" command="InsertLink"  tooltip="@INSERTLINK" imagename="link" />  
    3.     <image jsml-class="item_{toolbar}_{skin}_{color}_insertparagraph" jsml-base="image_{skin}_{color}" command="InsertParagraph" tooltip="@INSERTPARAGRAPH" imagename="p" />  
    4.     <image jsml-class="item_{toolbar}_{skin}_{color}_inserthorizontalrule" jsml-base="image_{skin}_{color}"  command="InsertHorizontalRule" tooltip="@INSERTHORIZONTALRULE" imagename="rule" />  

     

    2. How to change the width of Font name and Size drop-down menu?

       

       open  richtexteditor\skins\_shared\_toolbartemplate.xml and find the following code, change the width property. 

    1. <!--changed width-->  
    2.     <panel jsml-class="item_{toolbar}_{skin}_{color}_fontname" jsml-base="dropdown_{skin}_{color}" command="ShowXmlFloatbox" arguments="setfontname.xml" width="120" text="@FontName" stylename="fontname" />  
    3.     <panel jsml-class="item_{toolbar}_{skin}_{color}_fontsize" jsml-base="dropdown_{skin}_{color}" command="ShowXmlFloatbox" arguments="setfontsize.xml" width="120" text="@FontSize" stylename="fontsize" />  
     

    3. How to set office2010blue skin on the dialogs?

         Do you mean the dialog style? RTE does not support setting the dialog skin currently.

     

     4. I did use Editor1.AllowPasteHtml = False in Cute Editor, but this is not allowed in RichTextEditor.
    How do i set AllowPasteHtml = False in RichTextEditor?

         Editor1.PasteMode="Disabled" , the demo link is http://richtexteditor.com/demo/clean-code-on-paste.aspx

     

     5.  for the width and height of double-click image, and the IE9's design view issue, we will fix it soon.

     

     6. How do I choose which Toolbar buttons appear in code/html view and Preview view?

          Modify these 2 files: 

          richtexteditor\plugins\toolbar_code\plugin.xml

          richtexteditor\plugins\toolbar_view\plugin.xml  

     

     7. I set Editor1.EnableObjectResizing = False in code behind and try set enableobjectresizing:false in config.js but i can still drag/resize table and images. 

         This property works fine,  if you changed config.js, please clear the browser's cache.

     

    Regards,

    Jeff 

  •  11-13-2012, 12:01 AM 75231 in reply to 75201

    Re: Questions / buggs...

    kjell.ek:


    When I insert an image and click the preview view or code view in I can not get the design view again.
    The problem occurs only in Internet Explorer 9.0
    Works in Firefox, Chrome and Safari.
    Se dump.

     

     

    How do I choose which Toolbar buttons appear in code/html view and Preview view?


    I set Editor1.EnableObjectResizing = False in code behind and try set enableobjectresizing:false in config.js but i can still drag/resize table and images.


    Excuse my bad English :-)

     

    This issue is resolved. Please download the latest build then try again. 


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-13-2012, 4:15 AM 75234 in reply to 75231

    Re: Questions / buggs...

    Have downloaded the  latest version  and it seems to work  now  in IE 9.0

     

    1. These buttons appear / not working? {inserthorizontalrule,Insertwbr}

    How do i remove the arrow button on {insertlink} (predefined links). Only have insert link dialog...

    inserthorizontalrule works, not ,Insertwbr.  And the arrow button on {insertlink} (predefined links) is still there .

    Is a little unsure if you mean that I should paste the Following code or change some where ...

     

     

    2. How to change the width of Font name and Size drop-down menu?

    Thanks, works....

     

    3. How to set office2010blue skin on the dialogs?

    OK!

     

    4. I did use Editor1.AllowPasteHtml = False in Cute Editor, but this is not allowed in RichTextEditor.
    How do i set AllowPasteHtml = False in RichTextEditor?

    Editor1.PasteMode="Disabled" Is not work

    Editor1.PasteMode = RTE.RTEPasteMode.Disabled works....

     

    6. How do I choose which Toolbar buttons appear in code/html view and Preview view?

     It is possible to disabla that the Toolbar are not visible in HTML/Preview view?

     

    7I set Editor1.EnableObjectResizing = False in code behind and try set enableobjectresizing:false in config.js but i can still drag/resize table and images. 

    I can still drag/resize table and images. ....

  •  11-13-2012, 7:43 PM 75244 in reply to 75234

    Re: Questions / buggs...

    Dear kjell.ek,

     

    1. you need define the toolbar item in the _toolbartemplate.xml,  in my code example, you should use insertlinkdialog,

     

    6. use ShowCodeToolbar, ShowPreviewToolbar properties to hide them.

     

    Regards,

    Jeff

  •  11-27-2012, 12:59 PM 75356 in reply to 75201

    Re: Questions / buggs...

    >> If I double-click an image, it is not shown the height and width of the dialog box as it did in Cute Editor.

     

    RTE handles this logic differently.

     

    When you double-click an image, the original size of image will appear in the corner of preview panel.

     

    By default, the image code will be <img src="/uploads/j0262681.jpg" alt="" />

     

    If you type a number in width and height field,  the image code will be:

     

    <img src="/uploads/j0262681.jpg" alt="" style="width:45px;height:29px" />

     

    Hope it helps.


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML