Search

You searched for the word(s): document
Showing page 43 of 325 (3,244 total posts) < 1 second(s)
  • Re: Resize mode property

    Hi rajmohanp,   Try this way <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 13, 2009
  • Re: Customize the right click menu

    1.   How To Control the Context Menu in CuteEditor?    Cute Editor is a context sensitive application, it is aware of it's context and acts accordingly. Many functions of CuteEditor are accessible via the context menus (accessible through a right-click menu in the content area). This section describes how ...
    Posted to Cute Editor for PHP (Forum) by Adam on June 24, 2009
  • Re: New dropdown implementation beside "Fontsize" drop down.

    Hi kiranthatiparthi,   Try this example   <%@ Page Language=''C#'' %>       <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>    <html>    <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 18, 2009
  • Re: Javascript calls.

    Mike,   The JavaScript API is here.   http://ajaxuploader.com/document/index.htm#page=JavaScript-API.htm   >>>I would like to be able to call the upload directly without clicking on the button your control renders. In Javascript? The Javascript events help from there.   I don't think it's possible to call the ...
    Posted to Ajax Uploader (Forum) by Adam on May 21, 2009
  • Re: ASP.net Validators

    Hi,   It could be done by script:       <p>      Click the following button to upload. Email : ...
    Posted to Ajax Uploader (Forum) by cutechat on May 18, 2009
  • Re: Modifying an image inserts inadvertant attributes.

    Vinstr,   You can set the following property to false to remove empty alt vaue.   Editor.EmptyAlternateText Property Specifies the manners in which the editor handles images without alternate text specified or images with empty alternate text.   The only option to remove Width and Height attribute from image is creating ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 13, 2009
  • Re: Invite user image not staying on top in Internet Explorer 7

    Is that menu a flash menu?   If not, please open CuteSoft_Client\CuteChat\Support-Visitor-monitor.js.aspx and modify the following code:   document.write('<div id=''invitechatwindow'' style=''Z-INDEX: 99999;position:absolute;visibility:hidden;left:0px;top:0px;''><a href=''BLOCKED SCRIPTacceptchatwindow();''><img ...
    Posted to Cute Live Support (Forum) by Adam on April 1, 2009
  • Re: Hide Browse Button

    TML:   If you are using AJAX , you can just hide the uploader of the FileUploaded event.   If not, this code may help you ...
    Posted to Ajax Uploader (Forum) by cutechat on March 26, 2009
  • Re: Event before uploading files

    Hugo,   Please check this page :   http://www.ajaxuploader.com/document/scr/JavaScript-API.htm   You can use the on select event and cancel it if the file is not valid.   But in IFrame mode, the filesize is not available.   You should validate the file at server side by attach the FileValidating event too , (for ...
    Posted to Ajax Uploader (Forum) by cutechat on March 23, 2009
  • Re: Need help detect cursor position and surround text

    >>We are trying to detect when the user clicks on, or moves the cursor using the arrow keys over two or more underline characters.   Please check the following article and write your own code.   In this article, it shows you how to get the window object and document object from editor.   Extending CuteEditor with its ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 4, 2009
« First ... < Previous 41 42 43 44 45 Next > ... Last »