how to directly charge the page with Cute Editor in fullpage mode?

Last post 12-29-2005, 11:49 PM by Adam. 11 replies.
Sort Posts: Previous Next
  •  10-18-2005, 6:21 AM 11789

    how to directly charge the page with Cute Editor in fullpage mode?

    how to directly charge the page with Cute Editor in fullpage mode?
     
    Thanx
     
  •  10-19-2005, 1:36 PM 11848 in reply to 11826

    Re: onload event

     Karen wrote:
    Use body onload event to force Editor to full screen. Try this in your asp: <body onload ="_Format(obj_Editor1,'fullpage')">

     
    Hi Karen,
     
    Is there any way to make it so that a different button make the editor full screen?
     
    Thanks,
    Nathan
  •  10-20-2005, 1:02 PM 11887 in reply to 11867

    Re: onload event

     Karen wrote:
    And a customized button to do "_Format(obj_Editor1,'fullpage')". How to add customized button? See here http://cutesoft.net/asp/custombuttons.asp


    Thank you Karen, I will look into that.
     
    However, the thing that I was asking more about was hitting the F12 button to make it fullscreen.  Is there any way to change that?
  •  10-21-2005, 12:33 PM 11918 in reply to 11910

    Re: Customized KeyStroke event

     Karen wrote:
    Oops, mis-understood your question :)

    This demo shows you how to attach an action to KeyStroke event. http://cutesoft.net/asp/attachEvent.asp
     
    Hmm.. I'm at that page but I don't see a demo on how to do it.  I notice the functionality of the event (checking the number of characters), but how would I create that for my own application?
  •  10-24-2005, 12:26 PM 11960 in reply to 11944

    Re: Attach to Keystroke event

    So for example if I wanted to have an alert pop up whenever someone tried to press F5 in the editor pane, I would replace "onkeypress" with "F5"?
  •  10-25-2005, 12:30 PM 12000 in reply to 11976

    Re: onkeypress is an event

    I will do that, thank you very much.
  •  12-29-2005, 11:49 PM 14278 in reply to 12000

    Re: onkeypress is an event

    With the version 5.0, we intruduced a new propery, Editor.FullPageOnLoad Property.

    Editor.FullPageOnLoad Property:
    Specify the FullPage state when the page loads. If this property is set to true then the editor will resize to it's full size when the page loads.

     

    Example Code

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'If this property is set to true then the editor will resize to it's full size when the page loads.
               editor.FullPageOnLoad = true
               editor.Text = "Hello World"
               editor.Draw()
          %>
     
    Demo:
     
     
     

    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