Need horizontal scroll bar in HTML mode and Wrap off...???

Last post 10-25-2005, 12:35 PM by JeffBorders. 2 replies.
Sort Posts: Previous Next
  •  10-25-2005, 2:18 AM 11979

    Need horizontal scroll bar in HTML mode and Wrap off...???

    Any way of adding a custom button that would allow me to turn wrap off in HTML mode and display code with a horizontal scroll bar...  
     
    Also, saw that the full.Config has a commented out line for   EditInNewWindow   ..
     
    I took comments off, icon shows up but, funtion is not enabled...   Is this planned???  How soon???
     
    Being able to use an external editor would also be good...
     
    thanks...
  •  10-25-2005, 11:13 AM 11990 in reply to 11979

    Re: Need horizontal scroll bar in HTML mode and Wrap off...???

    >>Any way of adding a custom button that would allow me to turn wrap off in HTML mode and display code with a horizontal scroll bar...  

    Please modify the CuteEditorconstants.js file.

    // Default style in the source view
    var _editorSourceStyle = "font:normal 11px verdana;background:#ffffff;margin:0;padding:0;";
     
    We will add a new button in the next build.

     
    >>Also, saw that the full.Config has a commented out line for   EditInNewWindow   ..

    This feature is not enabled.

    We will finish it in the future version.

     

    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

  •  10-25-2005, 12:35 PM 12002 in reply to 11979

    Re: Need horizontal scroll bar in HTML mode and Wrap off...???

    I added scrollbars=0, or 1 or 2 to the editorSourceStyle string...   HTML editor doesn't change..   Even set it to "x".  Did not get an error, so I assume it is ignoring it...

    var _editorSourceStyle = "font:normal 11px verdana;background:#ffffff;margin:0;padding:0; scrollbars=1;";

    Any other suggestions or more detail would be greatly appreciated...

    thanks..


View as RSS news feed in XML