Search

You searched for the word(s): document
Showing page 117 of 325 (3,244 total posts) < 1 second(s)
  • Bug in CSS drp down

    I'm running CE 5 (downloaded Oct 15 2005) in DNN 3.1. Typically I paste an unformatted document into CE, then apply CSS formats to various portions. I've found that after every cycle of selecting text, pulling down the CSS combo and selecting the style, the CSS dropdown gets wider and w i d e r andw  i  d  e  r.Anyone ...
    Posted to Cute Editor for .NET (Forum) by dmbrubac on October 19, 2005
  • Re: HTML parser

    PAUL,  I am not sure what you want to do.But here are some ideas:    // get the cute editor instance    var editor1 = document.getElementById('CE_Editor1_ID');        if(editor.all)    {        var ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 17, 2005
  • Re: HUGE BUG in version 4.2 ?

     silicoNimagE wrote: QUESTION:Why doesn't Cute Editor use a property to set accepted document types ?e.g.     editor1.AcceptedDocTypes = ''doc,pdf,xls''    editor1.AcceptedImageTypes = ''jpg,bmp,png''Wouldn't that be better/simpler in use than having to edit the filepost.asp page ?    We will ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 11, 2005
  • Re: Problem with Printing innerHTML

    hi Adam,     I got here another problem with Print functionality.    I am using the following code,      var editor=document.getElementById('<%=cuteEditorLetter.ClientID%>');   editor.GetDocument().body.innerText =  ''myText'' ;   ...
    Posted to Cute Editor for .NET (Forum) by mennisujay on October 10, 2005
  • Re: CssClass display

    Johanna,If you want to visually see the changes after you apply the css class, you must apply the same style sheet the page uses to the editor.For example: if the page uses three style sheets, you can apply them to the editor using the EditorWysiwygModeCss property.<CE:Editor id=''Editor1'' EditorWysiwygModeCss=''../first.css, second.css, ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 30, 2005
  • How to save in database?

    Hi,  I am using CuteEditor 5.0 version. My HTML document has just one drop down box. The drop down box have 3 values : Value 1 : SINGAPOREValue 2 : INDIAValue 3: USA When I select the value INDIA, client side HTML shows :- <div>   <select style=''width: 130px''>       <option ...
    Posted to Cute Editor for .NET (Forum) by anbaz on September 29, 2005
  • Editing ASP files in the Editor.

    I am in the process of intergrating the editor into a Document management system that allows the users to create HTML and ASP documents. Currently the editor handles HTML files perfectly but i need to be able to edit ASP files with in the editor aswell. Basically I need to hide any ASP tags with in the NORMAL view editor and show ASP tags in ...
    Posted to Cute Editor for .NET (Forum) by Tyronne_za on September 28, 2005
  • Re: How to add a button to the toolbar

    If anybody is interested here's the code that worked for me.  I now have one other problem.  I need to figure out how to make the button not postback the page:   Dim Button2 As New System.Web.UI.WebControls.Button Button2.Text = '':: Get Record from DB ::''Button2.Attributes.Add(''postback'', ...
    Posted to Cute Editor for .NET (Forum) by cmessineo on September 26, 2005
  • Is this scenario possible ...

    Adam, my hope is to incorporate Cute Editor for .NET to make the following plan possible:   Using Visual Studio 2005, ASP.NET 2.0 (beta 2), SQL Server 2000, I am creating a website where paying customers can input information about their business. This data will be stored in a few tables with a SQL server database.   1) I want to ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 24, 2005
  • Re: Modify context menus

    Thanks adam-   but it doesn't solve my problem. I want to typically remove a lot of the options that are not defined in that document... like when right-clicking a table I wish the user to be able to find the tags menu - but not with so many options under each tag type ... typically only ''select'' and ...
    Posted to Cute Editor for .NET (Forum) by nitech on September 22, 2005