Search

You searched for the word(s): document
Showing page 104 of 325 (3,244 total posts) < 1 second(s)
  • Error in Image Gallery and Image Browser

    I am working with a box that has two partitions. One is C and the other one is D. The D is used as a virtual directory where I store images and document to be accessed by the editor. I am mapping the Image Gallery and the Image Insert functions to the D virtual drive.  <security ...
    Posted to Cute Editor for .NET (Forum) by hzarea on September 18, 2009
  • Re: Capture KeyPress Event in CuteEditor

    hi all   my question is how can i capture which key is pressed ?   my example code is like this   function Call_KeyPress() { var editor1 = document.getElementById('<% = ceTemplate.ClientID %>'); //Get the editor content var editdoc=editor1.GetDocument();   // attach ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 10, 2009
  • Re: Fire asp.net codebehind after upload

    Hi calmusz,   Try this example   <%@ Page Language=''C#'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 6, 2009
  • Re: Editor Unusable under certain circumstances in Safari

    Adam,   Divs are not templated controls and this example does not use ajax what so ever.  This is completely different then my example.  I made my example simple so it could be easily tested.  In actuality the inner UpdatePanel is a stand in for a custom fake popup control that I wrote that produces the same result.  ...
    Posted to Cute Editor for .NET (Forum) by bczengel on September 2, 2009
  • Help Please image problem

    I no i have posted about this a few times but i cannot seem to find a solution to the probelm where on the server i cannot get images to export into the pdf document I am using version 6.0 and have tried all the tags that have been said the only thing i can think of is that the server requires the user to login using their nt authentication  ...
    Posted to Cute Editor for .NET (Forum) by buckd on August 13, 2009
  • Loading RTF content directly to CUTE editor from filestream

    Hi,   I would like to know if there any way to load an RTF document directly to  CuteEditor from file stream instead of load from physical path? Also I need to know how I can include header and footer and set margins for every page for better printing? This is for  an applicaiton to use RTF based template for Lette generation and ...
    Posted to Cute Editor for .NET (Forum) by alvingeo on July 20, 2009
  • Custom Button Error

    Hi,   Im getting ''Command 'OnCommand' is not supported or not implemented'' with the following code. Any ideas ...
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on July 17, 2009
  • Re: Regarding Auto Adjusting Height

    Hi sanjay,   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
  • Custom button error

    I am also gettting this problem referred to in the previous post and have tried to resolve it using the mentioned fix.  My code is below. What I want it to do is to open a new popup window with a page in it called cms_uploader.asp   I am getting a message saying Command 'myCmd' is Not Supported or Not ...
    Posted to Cute Editor for ASP (Forum) by IanPhillips on July 2, 2009
  • Can I format the link created using InsertDocument

    Here is my issue.   I would like to use a secured folder for document links. I've set up a folder and created a page to process access to the files.   What I need is some way to change the URL generated by the InsertDocument dialog from /<folder>/<file> to docHandler.aspx?src=<file>   Is ther some way ...
    Posted to Cute Editor for .NET (Forum) by bbajohr on June 26, 2009