Search

You searched for the word(s): Editor.Text Property
Showing page 50 of 61 (605 total posts) < 1 second(s)
  • Issue with css in current version

    Hi -        I'm currently using v5.1 in production, and want to upgrade to the latest version, but have a problem reproducing the behaviour of 5.1 -- in 5.1, when i load a file that contains a stylesheet link, the editor will apply that stylesheet to the html file in the editor, as long as i correctly set the ...
    Posted to Cute Editor for .NET (Forum) by jtruxon on January 20, 2010
  • Re: (editor1doc.selection).type does not work in Firefox?

    rockford: The following Javascript function is called in the onclick event of an ASP.NET image button.   I put alert statements after each line to isolate where it is failing in Firefox for Windows 2.0.0.8.   In IE, this works fine and goes all the way through (pasting the string **FILE1** into the editor).   But, ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 5, 2007
  • Safari issues in Latest CuteEditor 6.0 built 22/May

    Adam, Can you check on the latest CuteEditor in Safari, it's not able to work on the following: 1) Not able to remove formated HTML when pasted to the editor. I've set the property to PastePureText and tries other settings also cannot. 2) Not able to Set MaxHTML Length MaxText Length. Even I've set, I post a very long text or HTML, ...
    Posted to Cute Editor for .NET (Forum) by leesam on May 31, 2007
  • Re: PasteText, PasteCleanHTML doesn't work with Safari

    ywhitaker: I have a site set up where a few selected users are able to post in blogs, using CuteEditor for .NET to compose their posts. Some of them have articles published elsewhere on the internet and want to copy & paste their articles into their blogs. That's OK, but we don't want the fonts in the blogs to differ from the CSS set for the ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 9, 2007
  • Re: What's new in CuteEditor 6.6?

    Cute Editor is updated on 06-08-2010. Fixed Bugs: -Fixed: A bug with CuteEditor changing the target property when it is set to ’_blank’ http://cutesoft.net/forums/59961/ShowThread.aspx#59961 -Fixed: A bug with CuteEditor which changes the color of the Whole paragraph when modifying the color of a ...
    Posted to News and Announcements (Forum) by Adam on June 11, 2010
  • Re: Text property does not work

    hey i have like  this problemcute editor good work in my computerbut on host  not return value (text property =='''') how ti i?its essential, thanks 
    Posted to Cute Editor for .NET (Forum) by yeganehaym on March 18, 2011
  • Re: setting the text value of the editor

    chilton,The Editor.XHTML Property is readonly. You can use it to retrieve the CuteEditor HTML content in XHTML format.
    Posted to Cute Editor for .NET (Forum) by Adam on January 19, 2005
  • Cute soft editor - English and Hebrow

    We are using your cute soft editor product. We used the editor for writing Hebrew and English together. When saving to database the Hebrew and English switch positions and it is saved in the wrong order. We wrote for the property:EditorBodyStyle=''direction:rtl;text-align:right'' Are we missing somting? This is very urgent!!!! Thanks
    Posted to Cute Editor for .NET (Forum) by Kuimov Efim on November 3, 2009
  • Re: Toolbar loads but hanging/hourglass in text edit area

    OK -- Found the problem! In the previous release I had attempted (erratic behavior at best) to set the editor background styles using a javascript routine (activated in editor.aspx file using <body onload=''BLOCKED SCRIPTsetbkg()''> as follows: function setbkg(){       var ...
    Posted to Cute Editor for .NET (Forum) by Phil on April 18, 2005
  • Re: How can i detect changed text in CE on the clientside?

    clrnbeek,   It's very easy to attach the event to the editor on the client side. This is an example: Client side event examle: <script> function test () {     var editor1=document.getElementById('<%=Editor1.ClientID%>');     var editdoc = editor1.GetDocument(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 28, 2004
« First ... < Previous 48 49 50 51 52 Next > ... Last »