Search

You searched for the word(s):
Showing page 1 of 2 (13 total posts) < 1 second(s)
  • Re: Possible to Customize CE's Image Processing

    Adam, &nbsp; Thanks!&nbsp; That sounds lovely.&nbsp; While you're going over the image upload code, I got this just today: One of my users was using the editor, and they mentioned something that happened:&nbsp;they uploaded a picture, then decided they didn't like it, so they tried to upload another picture over it.&nbsp; They got the error, ...
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on March 15, 2004
  • Re: Possible to Customize CE's Image Processing

    Adam, Thanks for the reply.&nbsp; Yes, I think it would be great to have CuteEditor have a maximum image size (both file size and image size).&nbsp; At the same time, I'd also appreciate a more ''advanced'' solution (or even a hint as to how I can do this) that would allow me to override whatever code CuteEditor uses to actually save the image ...
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on December 15, 2003
  • Re: CuteEditor 2.0 and control events

    Yes, that's the problem I had, for sure.&nbsp; I stuck in the following JavaScript code and it's been working fine.&nbsp; My theory is that the fact that I'm dynamically loading all of this inside of a User Control is causing CuteEditor's JavaScript to miss the client ID of the Editor.&nbsp; Make sure this JavaScript comes after the Editor's ...
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on December 15, 2003
  • Re: New 2.0 buttons names for Template property

    Thank you muchly, Adam, Should have looked at the CHM file.&nbsp; Instead I was looking in the UserGuide.PDF.&nbsp; Chris
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on December 1, 2003
  • Possible to Customize CE's Image Processing

    Hi again, I'm allowing users of my web application to upload various image files both in and out of CuteEditor.&nbsp; One thing I've noticed is that people will upload too-large images (I'm not talking too large file-size, I'm talking too large for the screen) and panic when they see&nbsp; a huge image dominating their screen.&nbsp; What I'm ...
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on November 30, 2003
  • New 2.0 buttons names for Template property

    Hi! Perhaps I looked in the wrong places, but I'm not finding the names of the new buttons (i.e. so I can use the Template property to specify what images appear).&nbsp; I was able to guess ''pasteword'', but I can't figure out the ones for adding a document link and&nbsp;the new image manager.&nbsp; Is there an up to date master list ...
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on November 30, 2003
  • Re: Target Property of Anchor Tags

    Ok, thanks for the reply!&nbsp; These forums are great with the CuteEditor integration. Chris
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on November 19, 2003
  • Re: Behavior of New Uploaded File Browser

    Thanks for the reply, Adam! I went ahead and specified that property, but it is behaving somewhat strangely.&nbsp; Each user's document upload folder is several levels deep.&nbsp; Here's an example of what I specify the property to: ''~/Data/Clients/[ClientID]/DynamicFiles/'' When I do this, the document uploader opens the right directory. ...
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on November 19, 2003
  • Re: CuteEditor 2.0 and control events

    I'm thinking that to resolve this issue I could capture the OnLoad event of the document (on the client, in JavaScript) and manually sync the contents of the Hidden field with the InnerHTML property of the EditBox DIV.&nbsp; Does that make sense? Chris &nbsp;
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on November 19, 2003
  • Re: CuteEditor 2.0 and control events

    On further investigation, I see what the problem appears to be: In the generated HTML there's a DIV called ''[EDITOR NAME]_EditBox'' that contains the HTML that I directly edit. There is also, however, a hidden INPUT field that contains the same code. When I update my changes to the database and set the Text property of my Editor to the new ...
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on November 18, 2003
1 2 Next >