Search

You searched for the word(s): Editor.Text Property
Showing page 24 of 61 (605 total posts) < 1 second(s)
  • Many problems editing text with Cute Editor and DNN

    I'm having loads of problems editing text.  Here is a summary, I think these are bugs with Cute editor: 1)  When I press enter in Normal view Cute editor inserts <div></div> into the HTML (i've tried changing the BreakElement property in web.config to br or br/ but it doesn't seem to make a difference)2)  When I ...
    Posted to Cute Editor for .NET (Forum) by Lennon][ on September 15, 2005
  • Re: HTML Encoded to #s

    Hi again, Well I found my problem : In my application, I save both the html code and the plain text. After reading some posts, in order to upgrade, I have used request(''Editor1'') to get the html and Editor1.PlainText to get the plain text. Of course, this doesn't work out (for the data validity) because after a postback, I store the ...
    Posted to Cute Editor for .NET (Forum) by julien on January 12, 2006
  • Re: Can't get absolute path to stick

    I'm using the most current provider.  The only modification is to include an additional role as admin. {If Not Isadmin Then Isadmin = IsCurrentUserInRole(''EmailBlast'')}. I'll include web.config settings in the next post.  When I compare this code to the provider I downloaded yesterday (using winmerge), the only difference is ...
    Posted to Cute Editor for .NET (Forum) by drewburlingame on June 15, 2005
  • Re: RichEditingIsAvailable is Always False

    mike_f1: Hi Adam,   Sorry for a late reply, I was called to some other projects. This code seems to work but this is not what I am after. Our application must be able to display an editor from the code-behind file and not from within the html page.   Any suggestions?   Mike   Mike,   Just move the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 2, 2006
  • Re: Use my own update button.

    Padraic,   Yes. You can use your own save or submit buttons.   You can get the data from your database and use the editor.Text property to populate the CuteEditor with the above data.   Hope it helps.   Let me know if you have any further questions. It will be helpful if you can provide more ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 24, 2005
  • Re: Code sample to dupe

    At this point I resolved the problem, it lies somewhere in between the original release and the one I downloaded a few day ago. I was able to restore the editor back to the original state where it was sort of working, and add the new files until i resolved the problem.   If i have time i will try and recreate the problem on a new ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on January 28, 2006
  • Re: user entered text changes unexpectedly

    Adam,   No, it does not work with default configurations as well. i removed the ConfigurationPath property from the definition of the editor and added AutoConfigure=''Default'' The page and VS would hang and I had to shut it down. I changed back to previous version of cute editor and everything is working as it used to..including the ...
    Posted to Cute Editor for .NET (Forum) by Pradnyak on December 11, 2008
  • Re: style tag is stripped out when using "TemplateEditor.Text = " or "TemplateEditor.XHTML ="

    Hi artsaliva,   To keep the <style> target, please set property EnableStripStyleTagsCodeInjection to false.       <CE:Editor ID="Editor1" runat="server" EnableStripStyleTagsCodeInjection="false">             ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 9, 2013
  • Re: CuteEditor stealing focus

    No, I can't.   The problem is not simple and a simple page won't demonstrate it. Our apps are very complex.   We've determined that there are 2 areas where the problem arises.   The first is that the window seems to get the focus when an opening value is assigned to the Text property of the editor in server-side ...
    Posted to Cute Editor for .NET (Forum) by fredd on December 29, 2006
  • Re: HTML/Code View

    Jogn,   Yes, please use the following property.   Editor.ActiveTab Property Sets which Tab is active (Edit/Code/View).   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on September 7, 2009
« First ... < Previous 22 23 24 25 26 Next > ... Last »