Search

You searched for the word(s): use <p>
Showing page 318 of 864 (8,631 total posts) < 1 second(s)
  • Re: Using StandardDialog

    Hi Terry, Yes all the pages are in the same host(domain). I'm just wondering why when I'm not using the Standard dialog, the upload function works ok. But when I started to use the Standard dialog, the flash, 401 error pops-out?  Is there a difference between the two,when handling the uploads? Actually I've tried to add ...
    Posted to Cute Editor for .NET (Forum) by CIC Web on March 11, 2009
  • Re: image editor and no image

    I am already doing that:   ceContentEditor.SetSecurityFilesGalleryPath(filesPath) ceContentEditor.SetSecurityFlashGalleryPath(filesPath) ceContentEditor.SetSecurityGalleryPath(filesPath) ceContentEditor.SetSecurityImageGalleryPath(filesPath & ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on February 19, 2009
  • Re: How to get instance of editor wrapped in UserControl?

    Hi Adam,   I tried this but as I mentioned earlier that I have created a usercontrol that is myUserControl and I placed cuteEditor control in it. Now when I try to to get the instance of editor I have to use name of control and in my case the name is something like  ctl00$myUserControl$xyz$Editor2   First ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on December 17, 2008
  • Re: Pasting options

    Thanks for the response. After looking at the example, it appears that my best option is probably PasteCleanHTML.   I found the documentation in the developer's guide about how to control the formatting of pasted text:   ''To control formatting of pasted text, you need to use Editor.EditorOnPaste Property Property and ...
    Posted to Cute Editor for .NET (Forum) by igjoe on December 9, 2008
  • Re: CleanUpMicrosoftwordHTML() does'nt do any thing on my editor text. Please help urgent !!

    Rame,   The clean up funtion in the editor toolbar is a client funtion. It will remove all inline styles and css classes from the code.   Editor.CleanUpMicrosoftWordHTML Method is a server side funtion. It will only remove Microsoft Word related HTML code. And it will leave the Css classes and inline ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 3, 2008
  • Re: Prevent too long rows?

    Adam: Use word-wrap:break-word I think only IE supports break-word? So for a cross-browser solution, then I'll have to analyze the text before it's displayed? Like: replace all br-, p-, td- tags with line breaks, remove all tags, and analyze each row?   In this forum, the posting is viewed in an iframe if there are very ...
    Posted to Cute Editor for PHP (Forum) by TonyX on September 26, 2008
  • Re: Broken Image - Not Showing Red Dot

    Hi Adam,   Thanks for the update.  Looks like it's only a problem in FF after checking.     It could be just a browser issue that you can't do anything about.  If that's the case I'll just try to use height/width where possible.   On the other hand it would be good if it could display as a broken ...
    Posted to Cute Editor for .NET (Forum) by thecoose on September 3, 2008
  • Re: Problems with IE7 when using latest version as Image Selector

    Thanks for your quick response Adam.   window.top.close() worked fine so thanks for that.   I cant use the exact code you provided for my 1st problem as my project has many CE controls that are dynamically rendered to the screen hence my modifed version which uses a hidden CE as an image selector and provided the image to the ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on August 19, 2008
  • Re: 2 simple (?) questions

    Hi Adam, thanks for your reply.   No problem regarding the comparison tool; I think that problem has been solved by AndyFel. Besides, that was not going to be a showstopper anyhow....   One more question, just to be sure: If I buy a developer license, I'm free to redistrbute the editor in any webapp I might want to use it in, to any ...
    Posted to Cute Editor for .NET (Forum) by RickL on July 21, 2008
  • BUG identified: Re: Font and Font Size duplicating

    The problem is that your code is reading config files that it should not be reading. In Configuration > Shared, we have 2 files:   Common.config Common_hold.config   We allow the administrator to decide which one to use through renaming.   However, CE is duplicating both the Font selection and Size selection (and ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 19, 2008