Search

You searched for the word(s):
Showing page 1745 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Client script

    tblack, &nbsp; CuteEditor show work fine with the JavaScipt. &nbsp; I just set up an example to show this. You can check the following link: &nbsp; http://cutesoft.net/asp/testjavascript.asp &nbsp; Here is the code: &nbsp; &lt;body onload=''javascript: alert('This is a JavaScipt test!');''&gt; &nbsp; Let me know if you have any further ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 13, 2004
  • Re: I want CuteEditor to change line when i reaches the right side of the editorbox

    pnr, &nbsp; I just fixed it. Can you try again? &nbsp; lundrigan&nbsp;post the solution at : &nbsp; http://cutesoft.net/forums/ShowPost.aspx?PostID=540 &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on March 11, 2004
  • Re: No Upload

    CP, &nbsp; Make sure you set&nbsp; AllowUpload property (default value is true)&nbsp;to true. &nbsp; If you have code as the followings in your page: &nbsp; editor.AllowUpload = false &nbsp; Thte upload ifram will be invisible.
    Posted to Cute Editor for ASP (Forum) by Adam on March 9, 2004
  • Re: Cute Editor gets erased when using the back button

    Once a user submits a form, if they attempt to navigate back to the expired form (via the back button), they will instead be rerouted to a server side page other than the expired form. Netscape supports a cache feature in the META tags to support this, but Internet Explorer does not. For more information, please check 4guysfromrolla article ...
    Posted to FAQ (Forum) by Adam on March 8, 2004
  • Re: Problem writing Editor XHTML markup to file

    giantsteps, &nbsp; Can you post your whole aspx page and an example xml file? &nbsp; And what's the problem you really have?
    Posted to Cute Editor for .NET (Forum) by Adam on March 8, 2004
  • Re: Possible to Customize CE's Image Processing

    Chris, &nbsp; We've found the solution to this issue. &nbsp; We will add two more properties to handle this in the next release: &nbsp; 1. RestrictUploadedImageDimension &nbsp; /// &lt;summary&gt; /// Indicates whether or not to Upload Images With Dimension Restrictions. /// &lt;/summary&gt; &nbsp; You can set this property to true to ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 8, 2004
  • Re: Assign Styles to the 'InsertImage' Popup page?

    Danke, &nbsp; Is it possible to assign styles to the popup's such as the &nbsp;InsertImage or InsertFlash pages? &nbsp; I would like to create the same look/feel to match the rest of&nbsp;my webApp. At least a background color and/or title? &nbsp; You can open the popup pages and edit the page background color to match your ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 8, 2004
  • Re: ImageGallery Thmbnls show as missing images in Popup but insert correctly

    samimajed, &nbsp; You are right. The property should be ImageGalleryPath. &nbsp; You can use a full path for the ImageGalleryPath property. That should not be a problem. &nbsp; I just made a test myself again. It works fine. I can't reproduce the problems... &nbsp; Can you tell me your site URL and let me have a look at ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 8, 2004
  • Re: ImageGallery Thmbnls show as missing images in Popup but insert correctly

    samimajed, &nbsp; How did you customized the ImageGallery Popup? &nbsp; Are you using the&nbsp;ImageGallery property like the following code? &nbsp; &lt;CE:Editor id=''Editor1 ImageGallery=''test'' runat=''server'' &gt;&lt;/CE:Editor&gt; &nbsp; or: &nbsp; &lt;CE:Editor id=''Editor1 ImageGallery=''~/test'' runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 8, 2004
  • Re: Multiple Image Upload Paths

    You can make changes to filepost.asp to achieve this. &nbsp; In the line 104 of the filepost.asp, you will find the following code: &nbsp; ' If your upload path is different, set that here filePath = ImageGalleryPath &amp;''/''&amp; fName savePath = server.mapPath( filePath) set saveFile = lf.createtextfile(savePath, ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 8, 2004