Search

You searched for the word(s): Height
Showing page 178 of 208 (2,075 total posts) < 1 second(s)
  • Re: Cute editor frame size issue, child window loosing focus, very urgent.

     gurpreet wrote: 2) we have view button in the same screen, we are using following code to open child window , in this case child window is loosing focus.it was not in the case of cute soft version 4.waiting for your suggestions, thanking ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 14, 2005
  • Cute editor frame size issue, child window loosing focus, very urgent.

    1) we are using cute editor in one of our screen to create message.in that screen we have the ''save'' button which saves the content of the cute editor in database.when we are in NORMAL mode of cute editor and add any text , flash or image in cute editor,and if we click save button , then we are fine, it saves content to database and cute ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on November 14, 2005
  • Re: .Net 2005 xhtml1-transitional.dtd

    Thanks Adam, The menus work well now. He overall height of the control is being affected as well. This is especially noticeable in full screen mode where the 'Normal', 'Html' and 'Preview' tabs are off the bottom of the screen. And changing between the modes causes the height to change. Stephen
    Posted to Cute Editor for .NET (Forum) by sdolier on November 9, 2005
  • set cute editor readonly dynamically

    Hi,   Is anyone know how to set cute editor readonly using javascript?   I tried the following code but did not work. -----------------------------------------------------------------------------      Javacript:        var editor1 = el(''CE_Editor1_ID'');     ...
    Posted to Cute Editor for .NET (Forum) by Rose Wang on November 8, 2005
  • Re: Strange behaviour with Java script

    Well I can reproduce it on your DNN demo site just fine. Please, do this:  Go to http://dnn3.cutesoft.net/DNNEditDemo/tabid/92/Default.aspx and open the editor Clean all contents in the editor in HTML view Copy the following code in HTML view: <script type=''text/javascript''><!--google_ad_client = ...
    Posted to Cute Editor for .NET (Forum) by Mariette on November 8, 2005
  • CuteEditor v5 .Net and ajax

    Thanks Adam for ealier comments - problem reolved.   Does anybody know how to dynamically display and save content in CuteEditor .Net v5 using javascript?   I tried the following code but does not work: Javascript   var x = Document.getElementById(''Editor1''); x.text = ''Hello world'';Aspx<%@ Register TagPrefix=''ce'' ...
    Posted to FAQ (Forum) by bruce.shadbolt@act.gov.au on November 7, 2005
  • Re: Issues with pop-up not showing full form (DPI related)

    1. Locate/open CuteSoft_Client\CuteEditor\Dialogs\style.css file.   2. Delete all the content of this file.3. Paste the following code into style.css:   body,input,textarea,button,select,fieldset,td { color: windowtext; font:normal 11px Tahoma; } button { padding-top: 1px; height: 22px; } fieldset { padding: ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 7, 2005
  • How to find the position of the character.

    i created a text area in cute editor , <textarea style=''width: 100px; height: 100px'' rows=5 wrap=hard cols=1></textarea>  now when I start entering text in that text area is there any way that I can get the position or point of the particular character at which the text is wrapped,  position can be the x and y ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on November 2, 2005
  • Manual Flash tag

    If I insert the following code in HTML view:   <object data="/upload/intro.swf" type="application/x-shockwave-flash" width="420" height="330" id="forside_flash">   <param name="wmode" value="transparent" />   <param name="movie" ...
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on November 1, 2005
  • Re: Issue with the size of table property window in version5

    I see the problem.   The solution is here:   Open the Tag_InsertTable.ascx file.Change the following code:    <div style=''border:1px solid gray;padding:1px;''>    to:    <div style=''border:1px solid gray;padding:1px;OVERFLOW: auto; HEIGHT: 215px; HEIGHT: 215px; ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 31, 2005