How to preserve user defined editor height and width

Last post 08-04-2010, 3:54 PM by neilx. 3 replies.
Sort Posts: Previous Next
  •  08-03-2010, 4:07 AM 63001

    How to preserve user defined editor height and width

    When a user drags the editor size changer then saves the form, their latest width and height is forgotten on returning to the form. How do I maintain their latest preferred size?
  •  08-03-2010, 12:14 PM 63030 in reply to 63001

    Re: How to preserve user defined editor height and width

    neilx,
     
    When a user drags the editor size, the height of editor will adjust automatically. But it's the client side value, it won't impact the editor server side setting.

    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

  •  08-04-2010, 3:54 PM 63090 in reply to 63030

    Re: How to preserve user defined editor height and width

    Hi Adam
     
    That is what I want to change.  Can I get the height and width the user set it to and make sure it is reset to those numbers?
     
    For example, could I interrogate the editor in the OnSubmit Javascript to retrieve the new settings and post them back to the server? Or perhaps I could store the numbers in the client's browser and reset from there.
  •  08-04-2010, 3:54 PM 63091 in reply to 63030

    Re: How to preserve user defined editor height and width

    Hi Adam
     
    That is what I want to change.  Can I get the height and width the user set it to and make sure it is reset to those numbers?
     
    For example, could I interrogate the editor in the OnSubmit Javascript to retrieve the new settings and post them back to the server? Or perhaps I could store the numbers in the client's browser and reset from there.
View as RSS news feed in XML