Search

You searched for the word(s): Height
Showing page 182 of 208 (2,075 total posts) < 1 second(s)
  • Struggling with PasetHTML()

    Here's how I have the control in my ASP.NET page: <ce:editor id=''Editor1'' runat=''server'' width=''680'' height=''550''></ce:editor> But this javascript gives me an error: var editor1 = document.getElementById('CE_Editor1_ID');editor1.PasteHTML('This is a test');I get this error: Error:  Object does not support this ...
    Posted to Cute Editor for .NET (Forum) by cmessineo on September 16, 2005
  • how can i make the CuteEditor's html view as perfect Html view?

    Hi,  I design some text and some of the controls over my cuteEditor page, if i switch to HTML view, it shows me only like the below: ----------------------------------------------------------------------------------------------------------  <div style=''COLOR: #0000ff'' align=''center''>SPACE CHARACTER ...
    Posted to Cute Editor for .NET (Forum) by anbaz on September 16, 2005
  • Re: Many problems editing text with Cute Editor and DNN

    Yes many of the problems DO occur on that demo. Try the following, I'll outline the problems in bold: 1)  Go to DNN Edit Demo and click 'Edit Text' on the Text/HTML module2)  Press the 'Select All' button (the dark arrow with the + button next to it).  Nothing gets selected, and the Underline button becomes ...
    Posted to Cute Editor for .NET (Forum) by Lennon][ on September 16, 2005
  • Re: error while converting upper case html tag to lower case html tag problem

    Can you explain in more details? I visited a Turkish site. The site also uses the followin tag. It works OK. <img src=''images/anadolu.gif'' width=''149'' height=''75'' border=''0''>  
    Posted to Cute Editor for .NET (Forum) by Adam on September 15, 2005
  • Re: How to display CuteEdit default with a larger height?

    Please use the editor.Height property to specify the height of the Cute Editor control on the page. Example: <CE:Editor id=''Editor1'' runat=''server'' Height=''400''></CE:Editor>   
    Posted to Cute Editor for .NET (Forum) by Adam on September 14, 2005
  • How to display CuteEdit default with a larger height?

    How can I display CuteEdit by default with a larger height, instead of having to click the ''+'' sign at the bottom right of the editor window a couple of times? If the height is settable, is there also a parameter for the default width?
    Posted to Cute Editor for .NET (Forum) by Razzamataz on September 14, 2005
  • Annoying bug with Flash-content

    When I insert Flash-content into a page and change LOOP to be false, the CuteEditor saves the source with PLAY set to FALSE as well, but only the second time the page is saved for some strange reason. This means I have to manually set PLAY back to true and save again when this happends. I also miss the possibilty to configure Flash playback ...
    Posted to Cute Editor for .NET (Forum) by Wiseman on September 13, 2005
  • Re: format issues using UPDATE command in MSACCESS

    I am pasting the entire .aspx and aspx.vb pages below.   Again, the submit feature works fine (and the delete, but I don't think that applies here).  It is when I call the page with ''edit=1'' query string for the update feature the problem arises.  The form populates the information in the cuteeditor box, but it changes ...
    Posted to Cute Editor for .NET (Forum) by ashleyaustin on September 12, 2005
  • trying to change insert media to add windowlessVideo="-1"

    <embed name=''MediaPlayer1'' pluginspage=''http://www.microsoft.com/Windows/MediaPlayer'' src=''CAM2SC2.mpeg'' width=''200'' height=''200'' hidden=''false'' type=''application/x-mplayer2'' showcontrols=''1'' autostart=''1'' windowlessVideo=''-1''></embed> trying to change insert media to add windowlessVideo=''-1'' can anybody pont ...
    Posted to Cute Editor for .NET (Forum) by Hlybbi on September 12, 2005
  • Re: Sitecore v5

    Andy,   You can find the source code of the examples in the CuteEditor download package.Here is the source code of the adding custom button: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>ASP and ASP.NET ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2005