Search

You searched for the word(s):
Showing page 1748 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Modify Insert Table

    mgordon, &nbsp; You can specify the valign cell properties&nbsp;using&nbsp;. &nbsp; Test Test Test Test
    Posted to Cute Editor for .NET (Forum) by Adam on February 25, 2004
  • Re: Problem Image Relative Paths

    The.Cream, &nbsp; You need to set ChangeAbsoluteURLsToRelative property false to prevent CuteEditor strips out the local server name from all A and IMG tags. &nbsp; &nbsp; &lt;CE:Editor id=''Editor1'' runat=''server'' ChangeAbsoluteURLsToRelative=''false''&gt;&lt;/CE:Editor&gt;
    Posted to Cute Editor for ASP (Forum) by Adam on February 25, 2004
  • Re: Save instance?

    emma, &nbsp; You can usually just check if the page is posting back, as normally the save button is the only button on the CuteEditor that posts back: if(Page.IsPostBack) {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Save it. } else {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// do something else if need be. } &nbsp; You can also ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 24, 2004
  • Re: MAJOR Insert Link Issue

    mgordon , &nbsp; Thankyou very much for this information. It has enabled us to replicate the problem and analyze why it is occuring. &nbsp; Hopefully a fix should be available within the next few days.
    Posted to Cute Editor for .NET (Forum) by Adam on February 24, 2004
  • Re: Demo page

    Thanks. &nbsp; Yes, I need another week to get it done. &nbsp; &nbsp;
    Posted to ASP.Net Image Gallery (Forum) by Adam on February 24, 2004
  • Re: Demo page

    Julien, &nbsp; The project is not finished yet. &nbsp; We will release a better version soon.
    Posted to ASP.Net Image Gallery (Forum) by Adam on February 24, 2004
  • Re: CuteEditor In a Child Window

    mgjunk, &nbsp; I just wrote a fix for this. It works. You can test it in our online demo. &nbsp; Please check it out. &nbsp; Dad.asp &lt;HTML&gt; &lt;HEAD&gt; &lt;SCRIPT&gt; function popupCuteEditor(v_form, v_field) { &nbsp;&nbsp;&nbsp;&nbsp; var newWin, v_pagestring; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;w = ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 23, 2004
  • Re: Save instance?

    emma, &nbsp; There is nothing special about saving data to the database on our CuteEditor control &nbsp;than a regualr textbox. &nbsp; In your codebehind or server side code,&nbsp; just retrieve your data from cuteeditor1.text property and add the data to your event handler on this Page is used to save/ the text changes to the ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2004
  • Re: Modify Insert Link Dialog

    mgordon, &nbsp; You don't have to inherit CuteEditor.Include.insert_link class. You can create your own file based on the insert_link.aspx &nbsp;file. &nbsp; ''but then the dialog title, labels and buttons have no text value because the reference to the CuteEditor.Include.insert_link class has been broken.'' &nbsp; The reason we need that ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2004
  • Re: MAJOR shortcoming with hyperlink button

    sgilboy, &nbsp; Thanks for the code. Can you post your style sheet as well? &nbsp; Adam, any chance you may point out where a little fix can be made to filter out directories like ''_vti_cnf'' in the image gallery stuff?&nbsp; or is that inside the DLL&nbsp; (i could look but its a heck of a lot of code, lol) &nbsp; That's inside the ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2004