Search

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

    tb2007,     Where does the following code come from? <add verb=''*'' path=''execpackage.aspx'' type=''ExecXmlPackage''/> <add verb=''*'' path=''googlemall.aspx'' type=''GoogleMall''/>  Are you sure you are use it?   If you are using it, you must have the DLL contains 'ExecXmlPackage' in your project bin ...
    Posted to Cute Live Support (Forum) by Adam on June 27, 2007
  • Using custom buttons with autoconfigure

    Hey   I've been looking through the forums but have not been able to find a post about this.   I want to use the autoconfigure xml templates for the layout of my cuteeditor on the page but i also want to be able to add custom buttons. Is this possible and if so how would i go about this.   Cheers
    Posted to Cute Editor for .NET (Forum) by screenmedia on August 4, 2006
  • Not showing CSS <p> tag in editor

    I use the <p> tag instead of the standard <DIV> tag to format text with the CSS P {} tag. The editor does not show the right font (arial) but the submit option (goes to Get_HtmlContent.asp) does show the right formatted content. I have changed the ASP.CSS tag that is also used in the Get_HtmlContent.asp page.
    Posted to Cute Editor for ASP (Forum) by nedlook on August 4, 2005
  • CleanCode and PasteWord in Firefox

    Hi folks, I am having no success in getting the CleanCode and PasteWord icons to appear in FF (yes, they do appear in IE). What am I doing wrong?  I hope you're not going to tell me that it's not possible to use them with FF - it was the PasteWord (in particular) that sold your product to me. Thanks, Bruce
    Posted to Cute Editor for ASP (Forum) by BruceM on July 12, 2005
  • Overriding dialogs

    How can I override the standard dialogs with my own dialogs? My dialogs has a very specific design and add some custom attributes to the <a> tag, e.g. <a href=''#'' my_id=''123''>. Can this be done? Is there a Javascript API that I can use to update tags like <a> and <img>?
    Posted to Cute Editor for .NET (Forum) by JakobChristensen on March 2, 2005
  • Re: How to getSelection ?

    CED. You can use the following code to get the editor:   var editor1=document.getElementById('<%=Editor1.ClientID%>'); var editor1doc = editor1.GetDocument(); Now you can get the selection and write your JavaScript code:   For example: if(editor1doc.selection.type=='Control') { ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 10, 2004
  • problem with post, no send modified text

    I have a problem when doing ''post'', when I make ''post'' not send the modified text, but the introduced original text in ''.text'' to the initial the page from the data base. have discovered that if me send ''post'' correctly when I press the icon of ''save'', but I need to use a button of ''submit'', since I do it?   martin
    Posted to Cute Editor for ASP (Forum) by slider on October 20, 2004
  • Enable / Disable toolbar buttons

    Ok...I should be able to figure this out by now, but here's my question:   I want to use the ''enalbe all'' feature as *most* buttons will be useful for my application, but selected random ones need to be removed.  Can someone point me to the correct file or the quickest way to disable a button?   Many thanks!
    Posted to Cute Editor for ASP (Forum) by ajones on June 10, 2004
  • Re: Error using IOC conatiner StructureMap

    Malcolm,   MvcUploader use UploadHandler.ashx to process the http request.   You need find a way to prevent the IOC framework to intercept the *.ashx handlers.   I mean the IOC framework should have a solution which is compatible of ASP.NET buildin features.   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on March 15, 2010
  • Re: Can i able to put textbox on my custom button click

    Yes. Just create a custom button and use the following code pasting the HTML to the editor.  Codefunction PasteHTML(html) {     // get the cute editor instance     var editor1 = document.getElementById('CE_Editor1_ID');          editor1.PasteHTML(html); }
    Posted to Cute Editor for .NET (Forum) by Adam on September 15, 2005