Search

You searched for the word(s): Height
Showing page 176 of 208 (2,075 total posts) < 1 second(s)
  • Cannot modify table properties if SetSecurityAllowUpload is set to false

    Ok, this is from way out of left field. The editor was working fine, we updated to version 5 and we started getting an error on the page when trying to use any of the buttons that caused pop-up layers (like clean-up HTML, insert images, etc). I had to comment out the following line for it to work: ' 'pageContentEditor.SetSecurityAllowMove(False) ...
    Posted to Cute Editor for .NET (Forum) by Preludean on November 29, 2005
  • populating dropdown text list problem

     My editor:<ce:editor id=''txtDescription'' runat=''server'' backcolor=''White'' height=''250'' width=''589'' templateitemlist=''[FontName],[ForeColor],[Bold,Italic,Underline,Separator,JustifyLeft,JustifyCenter,JustifyRight,Separator,InsertUnorderedList,Indent,Separator,ToFullPage,FromFullPage]''></ce:editor>I'm programmatically ...
    Posted to Cute Editor for .NET (Forum) by guinntiques on November 29, 2005
  • custom style sheet - setting default font

    I've got a custom style sheet but I can't find anywhere to change the default font????? Explain please???     <%@ Page Language=''C#'' ContentType=''text/css'' %><%@ OutputCache Duration=''31536000'' VaryByParam=''None'' Location=''Client'' %> <script runat=''server''>   string editorid;   ...
    Posted to Cute Editor for .NET (Forum) by guinntiques on November 29, 2005
  • Re: Content Menu and Drop Down Positions Off-Set

      'in the aspx file:   <TABLE id=''Table1'' cellSpacing=''1'' cellPadding=''1'' width=''770'' border=''0''>                              ...
    Posted to Cute Editor for .NET (Forum) by nicolas.gravelle on November 28, 2005
  • Re: New Version of CuteChat

    Dave,  Ok. Please use the following temp solution.   Open the lobies.ascx, you can find this file under DesktopModules\CuteChatControls.   Delete all the code of lobies.ascx.   Copy/paste the following code into lobies.ascx.   <%@ Control Language=''vb'' Inherits=''CuteChatControls.Lobbies'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on November 28, 2005
  • Re: Single space appearing in Editor

    Hi Adam. If I replace my CuteEditor:<CE:EDITOR id=''txtDescription'' runat=''server'' BackColor=''White'' Height=''300'' Width=''589'' ActiveTab=''Code'' ...
    Posted to Cute Editor for .NET (Forum) by guinntiques on November 27, 2005
  • Re: Strange behaviour with Java script

    OK, here we go again. I past this in HTML mode:     <script type=''text/javascript''><!--google_ad_client = ''pub-8037121247057075'';google_ad_width = 468;google_ad_height = 60;google_ad_format = ''468x60_as'';google_ad_type = ''text_image'';google_ad_channel ='''';google_color_border = ''F7E2C7'';google_color_bg = ...
    Posted to Cute Editor for .NET (Forum) by Mariette on November 26, 2005
  • Re: Zindex issue with color picker.

    Hi Adam:          To reproduce what I am saying we need the following. Design a simple page in html and have an iframe. In the iframe load an existing page that has cuteEditor in it and set height width of the page to be 100%. Now try using color picker you will notice that the color picker is not on top ...
    Posted to Cute Editor for .NET (Forum) by Pintod on November 26, 2005
  • Re: Cute Editor .NET Bug

    David,Indenting Code just makes the code easier to read and better laid out. It doesn't save the spaces into your database.   Example:   http://cutesoft.net/example/general.aspx   After you submit the form, the following html code is generated by the editor:   <table cellSpacing=''4'' cellPadding=''4'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 25, 2005
  • Get selected text and rewrite it

    I have the following Editor declaration:       <ce:editor ID=''Editor'' Runat=''server''         AutoConfigure=''Full''        AutoParseClasses=''true''        ...
    Posted to Cute Editor for .NET (Forum) by acver on November 25, 2005