Search

You searched for the word(s): Height
Showing page 207 of 208 (2,075 total posts) < 1 second(s)
  • Re: After certain lengt of text in editor, form cannot be submited.

    Patrick - How much text are we talking about? 5,000 characters? 20,000 characters? More? I have tested 50,000 characters with no problems. Here is my code if it helps:   <SCRIPT language=''JavaScript1.2''> function submitForm() { if (validateForm()) {  document.forms[0].submit() ;    } } function ...
    Posted to Cute Editor for ASP (Forum) by Anonymous on March 24, 2004
  • Re: After certain lengt of text in editor, form cannot be submited.

    The online demo works!...but I was pressing the ''save'' button and not a submit button. If I test with a submit button, it can't work if I put it to much text. No kidding! Can u try it with a submit button?   My code is straightforward:   [CODE SAMPLE] Dim editor Set editor = New ASPEdit 'Create a new editor class object editor.ID ...
    Posted to Cute Editor for ASP (Forum) by Patrick Chua on March 15, 2004
  • Re: I want CuteEditor to change line when i reaches the right side of the editorbox

    Now i have declared the width to 100%, but i still get an horizental scrollbar when i get to the right border:   <CE:Editor id=''Editor1'' ChangeAbsoluteURLsToRelative=''false'' Height=''290'' width=''100%'' AutoConfigure=''simple'' ShowBottomBar=''false'' runat=''server'' ></CE:Editor>
    Posted to Cute Editor for .NET (Forum) by pnr on March 9, 2004
  • Re: CuteEditor In a Child Window

    mgjunk,   I just wrote a fix for this. It works. You can test it in our online demo.   Please check it out.   Dad.asp <HTML> <HEAD> <SCRIPT> function popupCuteEditor(v_form, v_field) {      var newWin, v_pagestring;      w = ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 23, 2004
  • Re: CuteEditor In a Child Window

    I figured I'd also post what I have working and maybe you can help me get to the finishline.  Basically, instead of the TextArea on the 2nd page, I want to have it be the Cute Editor.  Thanks a million in advance.   2 ASP pages:  dad.asp and kid.asp   Dad.asp <HTML><HEAD><SCRIPT>function ...
    Posted to Cute Editor for ASP (Forum) by mgjunk on February 22, 2004
  • External Image Button

    I am trying to use the external image button, but when specified in the template it does not appear.   It only shows when using an autoconfigure statement.  Even in your customize the appearance example, you have it listed in the code:   <CE:Editor Visible=''False'' id=''Editor1'' ShowBottomBar=''false'' Height=''180'' ...
    Posted to Cute Editor for .NET (Forum) by jtwright on February 9, 2004
  • Problem with insert image and insert download doc

    If I create some sub directories in my image folder og documents folder, the Insert button in the dialog windows disappear as the page become too high for the fixed window height.   An easy fix to this problem would be to allow scrolling of the IFrame or use more of the screen width available.   We consider this a critical error, as ...
    Posted to Cute Editor for .NET (Forum) by Zapotec on February 6, 2004
  • Re: Why response.write?

    Still confused here.   and i want the editor to be placed between hello and world it aint possible in this setup... i CANT do something like this:   string = ''hello '' & editor.Draw() & '' world''     You can do that. But you need to create the editor object first.   Dim editor Set ...
    Posted to Cute Editor for ASP (Forum) by Admin on January 30, 2004
  • Re: Asp.Net RequireFieldValidator and CE

    BruceD,   No, you don't need to disable client side script for validation.   Below is the code used in our forum. Hope it helps. If not, please post your code here.     <tr>     <td vAlign=''top'' nowrap align=''right''>         <span ...
    Posted to Cute Editor for .NET (Forum) by Admin on January 30, 2004
  • Remaining English/Norwegian translations in CuteEditor

    Based upon the demo-version on the cutesoft.net web page, the following translations are remaining for the norwegian version of CuteEditor. The tranlations are based upon the norwegian version of Microsoft FrontPage 2000.   Icon Description Is Change to Misprint in button tool-tip Lim inn from Word Lim inn ...
    Posted to Cute Editor for .NET (Forum) by Zapotec on January 15, 2004