Search

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

    Hi ErlendSB, The toolbar  container is a td target, you can find the style of it in ''CuteSoft_Client\CuteEditor\Themes\Office2003\style.css'' #EditorID .CuteEditorToolBarContainer {padding:3px 2px 1px 3px;height:1px;overflow-y:visible;} And you can change it directly. Please clean the browser ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 18, 2011
  • Re: setHTML is not working in IE6

    Dear sridharRepala,   I tested the following snippet in ie6.0, it works fine:   <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html>      <head>   </head>  <body>   <table cellspacing=''0'' cellpadding=''3'' width=''800'' ...
    Posted to Cute Editor for ASP (Forum) by Eric on May 13, 2011
  • Re: Problem with AutoAdjust Height when using IE9

    Seems to be fixed now, but it's not collapsing the editor window when removing text properly in IE9 now ..Problem can be seen here: http://cutesoft.net/example/Auto-Adjusting-Height.aspx 1) Use IE9 (not compatibility mode)2) Enter text so that editor expands3) Remove text/lines4) Editor windows never collapses/retracts .. it can only ...
    Posted to Cute Editor for .NET (Forum) by jorgen on May 13, 2011
  • <ul> when pasting bullets from word

    Hi,   I would like to have <ul> and <li> tags created when a bullet point list is pasted from Word. I have tried the various settings of EditorOnPaste on your page here http://www.cutesoft.net/example/editor-onpaste.aspx   I would have thought the PasteCleanHTML would be the one, but it converts bullets like ...
    Posted to Cute Editor for .NET (Forum) by EllenD on May 11, 2011
  • <ul> when pasting bullets from word

    Hi,   I would like to have <ul> and <li> tags created when a bullet point list is pasted from Word. I have tried the various settings of EditorOnPaste on your page here http://www.cutesoft.net/example/editor-onpaste.aspx   I would have thought the PasteCleanHTML would be the one, but it converts bullets like ...
    Posted to Cute Editor for ASP (Forum) by EllenD on May 11, 2011
  • Re: Absolute URL for Images and not HREF

    Dear cosmonaut,   Please follow steps:   1. Save the following code to edithtml.php, and copy it to your cuteeditor installation folder   <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>      <head>    </head>     ...
    Posted to Cute Editor for PHP (Forum) by Eric on May 9, 2011
  • Re: URLType not working with INPUT form.

    This issue is still occuring. <CE:Editor UseHTMLEntities=''false'' StyleWithCSS=''true'' EnableStripScriptTags=''false'' FullPage='true' EditorBodyStyle=''font-family:'Microsoft Sans Serif'; font-size:'12';'' BreakElement='P' ThemeType=''OfficeXP'' AutoConfigure=''Full'' DisableItemList=''SelectAll, SelectNone, CssClass, LinkTree, Codes, ...
    Posted to Cute Editor for ASP (Forum) by EricR on May 4, 2011
  • Re: Modify GetTempFilePath (PLEASE HEEEEEEEEEEEEELP!)

    Dear fjbotto,   The following is one full and runnable example, please refer to the highlighted code:    <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>   protected override ...
    Posted to Ajax Uploader (Forum) by Eric on May 3, 2011
  • Modify GetTempFilePath (PLEASE HEEEEEEEEEEEEELP!)

    Need to create my own GetTempFilePath, is this can be done?    On UploadPhoto_FileUploaded, need to save it to another dir if i can duplicate the GetTempFilePath maybe it would help.   PLEASE HEEEEEEEEEEEEELP!    protected void UploadPhoto_FileUploaded(object sender, UploaderEventArgs args)     ...
    Posted to Ajax Uploader (Forum) by fjbotto on May 3, 2011
  • Re: Need documentation to the whole Javascript API

    Dear Sergejack,   Please try the following snippet: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>JavaScript API</title>   <link rel=''stylesheet'' href=''../example.css'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 28, 2011
« First ... < Previous 24 25 26 27 28 Next > ... Last »