Search

You searched for the word(s): Editor.Text Property
Showing page 55 of 61 (605 total posts) < 1 second(s)
  • Re: CleanUpHTMLCode and CleanUpMicrosoftWordHTML buggy

    This was not in the html code of the page... I was calling these in the .NET codebehind.   editor.CleanUpHtmlCode().  What it left behind in the editor.Text property is where the missing HTML was.  Just use your editor to put in some text, maybe a table or two, call these functions, and view the remaining HTML in the Text ...
    Posted to Cute Editor for .NET (Forum) by shland on January 3, 2006
  • HTML not showing

    HalloI have assigned the Editor1.Text property with a string value but the problem is that the text is not showing up in the editor. I can see that the text property value have got the text in but no text is shown up in the editor. Any ideas why this is happening?  ?Editor1 {CuteEditor.Editor}     ...
    Posted to Cute Editor for .NET (Forum) by lourensp@mweb.com on February 17, 2005
  • Problem migration to version 5

    Some question about my migration:   I'm using editor.EditorWysiwygModeCss = ''asp.css'' to define the text style in editor. What i can delete from it? (example a.othertabs:link, a.othertabs:visited, a.othertabs:active)   I'm using editor.XHTMLOutput = true but i have <br> and not <br />   If i set in the page ...
    Posted to Cute Editor for ASP (Forum) by beerbear on February 2, 2006
  • <script> tags stripped by javascript call to setHTML

    I am using the editor with the property EnableStripScriptTags set to ''false'' so I can have script in my html being edited.  The script is retained when I switch between Normal and HTML views.  However, in my application there are times when I need to load different text into the editor using the Javascript API call to setHTML.  It ...
    Posted to Cute Editor for .NET (Forum) by mmeltaus on December 6, 2006
  • Re: the savefile method of the editor

    I checked the meEditor.Text property and it doesn't retrieve the latest text that's on the editor. The savefile might be working fine but the content is not right. Any of you guys encountered this before..thanks in advance
    Posted to Cute Editor for .NET (Forum) by uvavilala on April 20, 2006
  • Re: Javascript error after installing.

    joshkerr,   Please check your editor.FilesPath  property. Make sure the CuteEditor_Files folder exists.   Dim editor Set editor = New CuteEditor 'Create a new editor class object 'Set the ID of this editor class editor.ID = ''Editor1'' 'editor.Culture = ''fr'' 'Set the initial HTML value of editor control editor.Text ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 7, 2004
  • editorOnPaste does not trigger anything...

    On version 5 of CuteEditor for ASP I put:    Set editor = New CuteEditor      editor.ID = ''Editor1''   editor.Text = ''Type here''   editor.FilesPath = ''CuteEditor_Files''   editor.EditorBodyStyle = ''table { font:normal 12px arial; ...
    Posted to Cute Editor for ASP (Forum) by speedynt on February 9, 2006
  • controlling the editor window

    How do I make the text hug the edge like the editor in the forums?  I can't seem to locate the css property to make it hug the edge - instead it seems to have padding about 3-5 pixels? thanks in advance,Dave
    Posted to Cute Editor for .NET (Forum) by LOGIKonline on February 21, 2005
  • Advanced java-script reflect text styles externally

    Hi,Ok, here is a challenge -I am currently building a complex webbased UI for a customer. The thing is that the customer wants editor-buttons for the BOLD, ITALIC, etc. and other stuff in its own IFRAME area, meaning a different file than were the CuteEditor sits (which itself is in a second IFRAME) - this has its reasons.Now, it isn't to ...
    Posted to Cute Editor for .NET (Forum) by Wiseman on November 7, 2005
  • Inline css dissapearing

    Hello   I have an editor for creating emails. <ce:Editor id=''edit'' runat=''server'' BreakElement=''Br'' RemoveTBODYTag=''True''     height=''100%'' width=''800'' EnableStripScriptTags=''False'' ShowPreviewMode=''True''     ShowDecreaseButton=''False'' ShowEnlargeButton=''False'' ...
    Posted to Cute Editor for .NET (Forum) by jon_gyllen on March 6, 2006
« First ... < Previous 53 54 55 56 57 Next > ... Last »