Search

You searched for the word(s): use <p>
Showing page 269 of 864 (8,631 total posts) < 1 second(s)
  • Re: how to install and use cute editor

    I published the complete folder on www.tours-europe.com website. But now I can proceed in order to allow work with it ? :( I tried to find out some user guide but I didn't find it.  Thanks, Giada
    Posted to Cute Editor for ASP (Forum) by jadeee on March 2, 2009
  • CuteWebUI:UploadAttachments - Require At Least One File Selected When ManualStartUpload="true"

    How do I require at least one file is selected when CuteWebUI:UploadAttachments has ManualStartUpload="true". I can see the files selected in the control (which have not been uploaded yet - hence PostFilesAttachments1.Items.Count = 0).   Can one use an ASP.NET  RequiredFieldValidator or a CustomFieldValidator with ...
    Posted to Ajax Uploader (Forum) by carlpr on December 19, 2012
  • Color picker

    Hi Guys, How does color picker incorporate on dialogs or how was it called on dialog? I have a button to show a new window in which I can select a color and I want to use the color picker of CuteEditor.Can somebody help me on how to call this color picker on my customize popup window? Thanks,pilotsredlix
    Posted to Cute Editor for .NET (Forum) by pilotsredlix on June 22, 2012
  • Re: Insert Image but not from a directory or a website.

    Please use this method:   PasteHTML() This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and text. Example: // get the cute editor ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 20, 2009
  • Quivering Cute Editor for .NET

    We use the latest version of the CuteSoftEditor for ASP.Net platform, and have undesirable effect under Mozilla FireFox2. When We make an edit in the CuteSoftEditor of the text, the editor begins to quiver, and the text shifts around. Editing under IE6, IE7, MozillaFirefox3 does not cause that problem.   Please, ...
    Posted to Cute Editor for .NET (Forum) by vitaliy on September 22, 2008
  • Re: Dynamic Help File

    philipclrsch, No, there is no Dynamic Help File.   However you can use Editor.HelpUrl Property to specify the help file URL dynamically.   For example:   if(TemplateItemList==''bold'')   Editor1.HelpUrl=http://yahoo.com; else    Editor1.HelpUrl=''http://google.com'';     Editor.HelpUrl ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 9, 2007
  • Prevent Users from inserting a Layer with absolute positioning

    When I use the Insert Layer button, the Layer is inserted like this:<div style=''WIDTH: 104px; POSITION: absolute; HEIGHT: 104px''> Is there a way to change the behavior of the Button to Insert <div style=''WIDTH: 104px; POSITION: relative; HEIGHT: 104px''>  and prevent Users from adding a absolute Layer within the HTML part ...
    Posted to Cute Editor for .NET (Forum) by awpross on July 30, 2006
  • Non spacer IMG with equvilant ALT tag, Non spacer IMG needs LONGDESC

    I have all of my images with alt tags. The alt filenames are = to the jpg/gif filename (without the extension). However, when I use Dreamweaver 8 to check for Accessibility it suggest Non spacer IMG with equivlant alt tag and Non Spacer IMG needs Longdesc.  Can someone help me to clarify what is wrong with my alt and/or dreamweaver?  
    Posted to Cute Editor for .NET (Forum) by tech on February 28, 2006
  • Window displaying too small

    When trying to choose an image to use as the background image in the ''Style Builder'' the popup window that is displayed is too small and some of the GUI components are not visible.  I can't drag the window to a larger size.  I cannot see the button to submit my image selection.  See screenshot below :  Thanks!
    Posted to Cute Editor for .NET (Forum) by cserold on February 15, 2006
  • Re: upload paths and hrefs....Please help

    It looks like you need to use the Editor.BaseHref Property (Sets or retrieves the baseline URL on which relative links will be based). >> But the problem is creates the link using that upload path (the href). How can I specify a different upload path to the link path.Can you explain this in details?  Keep me posted  
    Posted to Cute Editor for .NET (Forum) by Adam on February 9, 2006