Search

You searched for the word(s):
< 1 second(s)
  • Saving filename with GUID

    I have an app where users upload their files into folders identified by their unique userids. &nbsp;These user folders are in a virtual directory. I need to be able to save the file along with the GUID into the user folder so ideally I would be able to specify the save folder at runtime. &nbsp; For example, User 345 uploads a file called ...
    Posted to ASP Uploader (Forum) by serran on August 28, 2013
  • Editor Content Disappears

    I have the following JS code to set the editor contents: &nbsp; var editor1 = obj_Editor1; editor1.setHTML(''Hello''); &nbsp; &nbsp; When I run this in IE, I briefly see 'Hello' in the editor.&nbsp; Then after a second the content goes blank.&nbsp; &nbsp; Here's the initial editor: &nbsp; &nbsp; and 1 second later after it ...
    Posted to Cute Editor for ASP (Forum) by serran on July 17, 2009
  • How to set the width of the Code Snippet listbox

    Currently, the code snippet listbox is displaying the dropdown list at a fixed width.&nbsp; This causes a number of the entries to be truncated making it difficult to make a selection.How can I change the width of the box to a fixed width or have the listbox automatically size to the largest entry in the list?&nbsp; Either one of these approaches ...
    Posted to Cute Editor for ASP (Forum) by serran on July 15, 2005
  • Re: How to change name of Code Snippet listbox

    Is there a way to do this with javascript or with ASP?&nbsp; The reason is that I use the editor on several pages and on one page I want the value to be 'Select Value' and on another page I want it to say 'Choose a field'. &nbsp; Steve
    Posted to Cute Editor for ASP (Forum) by serran on July 14, 2005
  • How to change name of Code Snippet listbox

    &nbsp; I've successfully added items to the Code Snippet listbox.&nbsp; However, instead of 'Code Snippet' I wand the listbox to say 'Select Value'.&nbsp; How can I do this? &nbsp; &nbsp;
    Posted to Cute Editor for ASP (Forum) by serran on July 13, 2005
  • Accessing editor's text in javascript

    Does the following work in version4?&#160; I have not been able to get this to work in V4.&#160;&#160;Re: accessing the editor's text in javascript (ASP version!) My apologies!&#160;After a more thorough search, I found exactly the answer I needed in a post from Adam: function getHTML() { &#160; &#160;//Editor1 is the ID of the Editor &#160;var ...
    Posted to Cute Editor for ASP (Forum) by serran on June 21, 2005
  • Prepopulate editor with a link

    &#160;I'll bet this is an easy one but I don't see it in the documentation.&#160; When displaying the editor, I want to sent in some initial text using the editor.Text property.&#160; I can get regular text to show up fine but I'm having a problem passing in a link.&#160; How can I pass in a link and have it show in the editor as a link and not ...
    Posted to Cute Editor for ASP (Forum) by serran on January 22, 2005
  • Re: Tabindex

    Adam, &nbsp; My question is how can I set the tabindex property of the richtext control so the cursor moves into the editor when the user presses the tab key? &nbsp; For example, the editor is the 4th field on a form.&nbsp; With the cursor in the first field, the user should be able to press the tab key 3 times to move the cursor into the ...
    Posted to Cute Editor for ASP (Forum) by serran on May 19, 2004
  • Tabindex

    How do I set the tabindex for the editor?&nbsp;
    Posted to Cute Editor for ASP (Forum) by serran on May 13, 2004