Search

You searched for the word(s): Height
Showing page 172 of 208 (2,075 total posts) < 1 second(s)
  • Re: Height

    Stuart,Can you try the following code? <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html> <body>        <form runat=''server'' ID=''Form1''>   <CE:Editor id=''Editor1'' runat=''server'' Height=''100%'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 10, 2006
  • Height

    Hi,   I am trying to set the height of the Editor to appear as 100% of the page.   I am trying (which works for the width attribute): Editor1.Height = new System.Web.UI.WebControls.Unit(100, UnitType.Percentage);But the Editor then defaults to no height at all.Can you help?ThanksStuart    
    Posted to Cute Editor for .NET (Forum) by stuart on January 10, 2006
  • Re: retrieve data from editor

    Darryl,     Here it is:     Dad.htm   <HTML><HEAD><SCRIPT>function popupCuteEditor(v_form, v_field){ var newWin, v_pagestring; w = 770; h = 500; LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 9, 2006
  • Template Image URL getting rewritten to CuteSoft_Client/CuteEditor/ path

    I am using relative paths in my templates, but the Editor is ignoring the control's UseRelativeLinks property and changing the image src URLs to the full URL with server name.  Here's an example:   Template File Text:    <img src=''../images/Global/template_a_top_fpo.gif'' alt=''admissions'' width=''437'' height=''115'' ...
    Posted to Cute Editor for .NET (Forum) by kraffay on January 5, 2006
  • I cannot add double quotes (COLOR in FONT)

    <FONT color=''#000000 '' size=1> I cannot add  double quotes (COLOR in FONT).When I click normal and again html then double quotes vanish. Here is the article----<TABLE style=''WIDTH: 605px; HEIGHT: 215px'' cellSpacing=0 cellPadding=2 align=baseline border=0><TBODY><TR><TD style=''WIDTH: 15px''><FONT ...
    Posted to Cute Editor for .NET (Forum) by rituparno_g on January 5, 2006
  • Re: CleanUpHTMLCode and CleanUpMicrosoftWordHTML buggy

    Doug,   Please test the following link:   http://cutesoft.net/example/CleanUpHTML.aspx In this example, I passted the string you mentioned using the .Text property.  The code of this example is as followings:      <%@ Page Language=''C#'' ValidateRequest=''false'' %><%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 4, 2006
  • Re: CleanUpHTMLCode and CleanUpMicrosoftWordHTML buggy

      I'm seeing something very similar to this myself.  I'm evaluating the Editor component, and I put in:   ''<div><span style=''FONT-FAMILY: Arial''>This is <strong>test content</strong> for 007 ... <img height=55 src=''/image/portal.gif'' width=240></span></div>''   When I call my ...
    Posted to Cute Editor for .NET (Forum) by doug_wilson on January 3, 2006
  • Second post: problems adding flash content.

    Hello, I need to know if you are investigating the problem, or if I have to look for a different solution.Thanks.Hello, you can replicate in http://www.cutesoft.net/example/general.aspx I want to add Flash movie to my document: with IEI ...
    Posted to Cute Editor for .NET (Forum) by mdurli on January 2, 2006
  • Problem adding Flash content: IE replicates tags and FF hangs

    Hello, you can replicate in http://www.cutesoft.net/example/general.aspx I want to add Flash movie to my document: with IEI cancel the page (demo table with smiling girl and dunes), and insert flash, I find: <embed pluginspage=http://www.macromedia.com/go/getflashplayer src=/uploads/donenet.swf width=200 height=200 ...
    Posted to Cute Editor for .NET (Forum) by mdurli on December 29, 2005
  • Insert internal links via custom popup window

    Hello   I am using your CuteEditor 4.2 for ASP and it works very well so far, except for one thing, that I cannot manage to solve. I need to be able to handle all my internal pages in the system, and link to those. Just basic stuff, that is, pull it out of the DB and generate a table with all the internal pages to select from. Works without ...
    Posted to Cute Editor for ASP (Forum) by nisse on December 29, 2005