Search

You searched for the word(s):
Showing page 1732 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Can't seem to select bits of text and use Outdent text etc.

    Mike, &nbsp; It looks like your set the editor breakMode to UseBROnCarriageReturn. &nbsp; So when you use the ENTER key while typing, the break tag &lt;br&gt; is used to force the browser to start a new line instead of a new paragraph&nbsp;&nbsp;or a new division. &nbsp; All the contents you are editing&nbsp;are included in a whole ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 10, 2004
  • Re: URLFilter doesn't work

    Daniel, &nbsp; Try set Editor.ChangeAbsoluteURLsToRelative Property to false.
    Posted to Cute Editor for .NET (Forum) by Adam on June 10, 2004
  • Re: SaveAs and Open dialogs

    Colin, &nbsp; You are welcome! &nbsp; We rewrote some examples recently. Please download the control again.&nbsp; The addcustombuttons.aspx&nbsp; file should work. Keep me posted. &nbsp; There is no file size limitation when create the files and save to files using the control. &nbsp; Good luck
    Posted to Cute Editor for .NET (Forum) by Adam on June 9, 2004
  • Re: SaveAs and Open dialogs

    Colin, &nbsp; Inserting your custom buttons &nbsp; You can find the following code in the examples: addcustombuttons.aspx, addcustombuttons_vb.aspx. &nbsp; &lt;script runat=''server''&gt; void Page_Load(object sender, System.EventArgs e) { &nbsp;&nbsp;&nbsp; System.Web.UI.WebControls.Image Image1 = new ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 9, 2004
  • Re: Language Question

    The Editor Culture property specifies the specifying the culture in the current thread. The default value for this attribute is ''en-en''. &nbsp; In the example page,&nbsp; you will find the following code: &nbsp; 'Sets the UI culture to French (France) editor.Culture = '' fr-fr '' &nbsp; &nbsp; Just remove this line.
    Posted to Cute Editor for ASP (Forum) by Adam on June 9, 2004
  • Re: Is there any way to create a folder ?

    Kazoo, &nbsp; The function of creating a new folder is not available right now. We will add this feature in the next release. &nbsp; Sorry for the inconvenience. &nbsp; &nbsp; &nbsp; &nbsp;
    Posted to Cute Editor for ASP (Forum) by Adam on June 9, 2004
  • Re: Downloadable Zip file not working!?

    ajones, &nbsp; I just made&nbsp;a test. That zip file&nbsp;is not&nbsp;corrupt. It can't be empty. Can you try again?
    Posted to Cute Editor for ASP (Forum) by Adam on June 9, 2004
  • Re: Security hole ?

    Kazoo, &nbsp; Yeah, that makes sense. &nbsp; But if&nbsp;some developers want to use the document downloadable files button as a mimi file manager, they will need this feature. &nbsp; &nbsp;
    Posted to Cute Editor for ASP (Forum) by Adam on June 9, 2004
  • Re: Security hole ?

    For the normal users you can set the editor property AllowUpload=''false''. &nbsp; Make sure only the right people can upload the document/files.
    Posted to Cute Editor for ASP (Forum) by Adam on June 9, 2004
  • Re: Cannot Create CuteEditor_Files from DLL

    &nbsp; No Access is denied any more! &nbsp; The&nbsp;previous version we use the Embedding resources to deploy the files. At run-time, when the first hit comes to the page, CuteEditor control will check for the needed files,images, and as it won't be there, it will create the folder and extract files from assembly. &nbsp; In order to save ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 9, 2004