Search

You searched for the word(s): javascript
Showing page 163 of 408 (4,076 total posts) < 1 second(s)
  • Re: Version 4 EnableAll Demo Bugs.

    >>I like the new version alot.  >>Just missing Row/Cell Properties and a Word Cleaner in Mozilla version - is this intentional? Yes, we will add those functions in the future version. >>1.  On IE6 insert symbol gives a javascript error. Please download the 4.0 hot fix from here. 2.  More Colors popup - ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 10, 2005
  • upload .JPG FIX!

    Hi Adam,I'm not for sure if you have a fix for the .JPG uploader issue where the file extension is in upper case, but I have a very simple fix. Now keep in mind that this is for version 3.0 only. I don't know about version 4.0. Within the <head> </head> section of the file insert_image.asp there is a bit of javascript that ...
    Posted to Cute Editor for .NET (Forum) by bvo on June 1, 2005
  • Access Denied! w/ Windows SP2

    I just installed Windows SP2 and realized that now, I get a Javascript Access Denied message every time I try to view a CUteEditor on my local computer only. That's right - it works fine when viewing over the web - but doesn't work when I do it locally. What gives? It says the error happens on lne 119 on CuteEditor.htc.aspx. I'm running ...
    Posted to Cute Editor for .NET (Forum) by andrew00 on May 26, 2005
  • Re: Cannot get DEFAULT.ASPX working ...

    I have started actual deployement by putting <% Register TagPrefix=CE etc.. %> into my .aspx page written in C#.  I have also <CE:Editor tag in my HTML portion and been successfull so far.  Your documentation helped me. However, I not yet successful, in getting the value from the CE:Editor tag using either JavaScript or C# ...
    Posted to Cute Editor for .NET (Forum) by dream2004 on May 1, 2005
  • Re: Issues with PasteWord

    1) I need to know how call the word cleanup function (from the code cleaner dialog) without opening the dialog first.  Same with the font cleaner.  What I want to be able to do is allow a user to click a ''Word cleanup'' button, and have just that function run. A: There is a client function named ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 28, 2005
  • Re: Chat timer

    Hi, I added this myself to the cutechat 1.1 with a little javascript in the SupportServer.aspx and it works great but if you add it to the new web support product  then it will save me redo'ing my work.  Let me know if you would like me to send you what i've done might save you some dev time. Regards Sam
    Posted to Cute Chat and Cute Web Messenger (Forum) by SonicSam on March 23, 2005
  • Re: Where is the content saved to the page?

    Charles - If you submit your form back to the same page and include the Save command in the javascript I posted earlier, then you can retrieve the edited content with: strNotes = Request.Form(''Editor1_HTMLContent'')  '---I'm using strNotes as my variable, but you can rename it ....then in the cute editor code, update the following line ...
    Posted to Cute Editor for ASP (Forum) by Anonymous on March 14, 2005
  • Links Dropdown

    Hi Adam, I am using this code to populate ''Links'' dropdown dynamically: CuteEditor.ToolControl toolctrl = Editor1.ToolControls[''Links'']; if(toolctrl!=null) { CuteEditor.RichDropDownList dropdown = (CuteEditor.RichDropDownList)Editor1.ToolControls[''Links''].Control; //clear the items from configuration files dropdown.Items.Clear(); ...
    Posted to Cute Editor for .NET (Forum) by ryordanova on March 14, 2005
  • Leveraging "Downloadable File" Dialogs

    The Editor itself is working very well -- and I especially like the File Browsing dialogs that CuteEditor provides - the ability to browse server-side files as well as upload is really quite attractive. Is there any way I can replace some ''standard'' <input type=''file'' runat=server> tags in my forms with a normal textbox and a button ...
    Posted to Cute Editor for .NET (Forum) by jcliff29 on March 2, 2005
  • Feature Request

    Hi, I have been using DotNetGallery for a while and like it a lot.  One feature I would like to see is to be able to double click on a thumbnail and have it open in a JavaScript Window instead of the browser window.  This would be a great convenience for users with screen resolutions of 800 x 600 or even 1024 x 768 since they ...
    Posted to ASP.Net Image Gallery (Forum) by mikek40 on February 17, 2005