Search

You searched for the word(s): Height
Showing page 202 of 208 (2,075 total posts) < 1 second(s)
  • Re: Progress on using Content Templates

      BryanThrasher ,   UNSELECTABLE Attribute specifies that an element cannot be selected.   You need to use the contenteditable property as well.   contentEditable sets or retrieves the string that indicates whether the user can edit the content of the object.   For example:   <div UNSELECTABLE=''ON'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 10, 2004
  • Re: How to use Content Templates

    BryanThrasher,   UNSELECTABLE Attribute specifies that an element cannot be selected.   You need to use the contenteditable property as well.   contentEditable sets or retrieves the string that indicates whether the user can edit the content of the object.   For example:   <div UNSELECTABLE=''ON'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 10, 2004
  • Re: How to use Content Templates

      Ok, I'm using the sample file editHTML.aspx to edit a template that I created.  Basically, it's a 3x3 table where some cells have the attribute UNSELECTABLE=''ON'' and some do not.  This works well.    I am not able to block the user from editing the Body tag.  I put UNSELECTABLE=''ON'' on the body tag, ...
    Posted to Cute Editor for .NET (Forum) by BryanThrasher on November 10, 2004
  • Progress on using Content Templates

    Ok, I'm using the sample file editHTML.aspx to edit a template that I created.  Basically, it's a 3x3 table where some cells have the attribute UNSELECTABLE=''ON'' and some do not.  This works well.    I am not able to block the user from editing the Body tag.  I put UNSELECTABLE=''ON'' on the body tag, but it ...
    Posted to Cute Editor for .NET (Forum) by BryanThrasher on November 10, 2004
  • Re: 100% Editor Height

    Kim,   Here is an example:   ..... <td  width=* height=400> <%     ....     Set editor = New CuteEditor  'Create a new editor class object      editor.Height = 100%     ....    %>   Hope it helps.   Let me know ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 8, 2004
  • Re: 100% Editor Height

    Hi Adam,Could you provide some example code. I really love your editor - and we could use it in our webmail app.Thanks in advanced./ Kim
    Posted to Cute Editor for ASP (Forum) by sproket on November 7, 2004
  • Re: 100% Editor Height

    Kim,   Sorry for that. We miss this post.   Cute Editor  uses the div as editable Element . For the div:   height:100%; /* works only parent container is assigned a height value */
    Posted to Cute Editor for ASP (Forum) by Adam on November 7, 2004
  • Re: 100% Editor Height

    Is this the official support forum or what?I bought the ASP Editor - but there seems to be no help.Well - just wasted my money./ Kim
    Posted to Cute Editor for ASP (Forum) by sproket on November 7, 2004
  • 100% Editor Height

    Hi,How can I make the editor 100% height, so it can ajust automatically with the browser window? I have tried with Editor.Height = ''100%'' - but that did not work. It works great in 100% Width../ Kim
    Posted to Cute Editor for ASP (Forum) by sproket on November 3, 2004
  • error

    Hello All,   well i keep getting this server error   what is the reason for this error, if i recompile this goes away but comes back later     thanks       Server Error in '/CandidateEmail' Application. Field not found: CandidateEmail.Invite.TextBox1. Description: An unhandled exception ...
    Posted to Cute Editor for .NET (Forum) by pr1smiley on October 27, 2004