Search

You searched for the word(s): document
Showing page 129 of 325 (3,244 total posts) < 1 second(s)
  • Re: getting error when uploading the same document I have open in Word

    my understanding though is that the file is locked for editing not for viewing.uploading the file need only view rights so why can't I upload a file that is only locked for edit? will this functionality ever be part of your control? 
    Posted to Ajax Uploader (Forum) by jpchatt on October 28, 2009
  • Re: R

    No, we didn't. With theversion 3.x, Cute Chat has the abilty to support date chat. We just didn't have a chance to document it.   We are working on a new version of developer's guide right now. With this new version, we will add the instruction showing how to open a chat session by click the username.    
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on September 29, 2006
  • Re: Javascrit error 'Access Denied'

    I have the same issue and really need a solution.   As described I have an IFRAME with runs on one sub-domain, e.g. "a.domain.com". From a parent page on domain "b.domain.com" I load a cuteeditor enabled page but the HTML editor is in DISPLAY mode only.   I get a javascript error:     Access is denied ...
    Posted to Cute Editor for .NET (Forum) by mortenm on August 13, 2013
  • Re: DNN 3.1.1, Cute Editor 5 - Setting the EditorBodyStyle property in Web.config

    Ok I've been going round in circles all day and I think I've broken it down to one simple problem. If I have the following line set in my Web.config, then the editor works fine, and shows the correct styles in the Normal and Preview views: EditorWysiwygModeCss=''~\Portals\_default\Skins\SKINNAME\skin.css'' However, if I change the line ...
    Posted to Cute Editor for .NET (Forum) by Lennon][ on September 13, 2005
  • Re: List Item closing tag is removed

    Here we go again... I've got another problem with the way the editor is creating the xhtml for lists: This time the problem is with nested lists. When I first create a a nested list this is the code that is saved: <ul>     <li>Some text 1</li>     <li>More ...
    Posted to Cute Editor for .NET (Forum) by rogchap on September 28, 2007
  • frame names

    It would be good to be able to name a targeted iframe within in the Insert Hyperlink window target area.  I sometimes use iframes and want to be able to target an on-page iframe to display a selected image or document without having to go into the code view to set up the target=''myspecialframe'' attribute in a link. 
    Posted to Cute Editor for PHP (Forum) by davidlockett on March 30, 2010
  • Re: How to start manual upload

    Rohan,   That is a client side behavior and must be controlled by JavaScript.   use startupload() function to start upload the selected files.   var uploadobj=document.getElementById('<%=Uploader1.ClientID %>'); uploadobj.startupload();   Please check the html code of ...
    Posted to Ajax Uploader (Forum) by cutechat on January 14, 2010
  • Absolute path for media files

    We're using the Editor to send emails. When we insert a media file (mgp, swf or pdf), the path is relative, even after saving the document. If I go into the HTML editor and update the path, the media is visible in the email.   How can I get the media files to have an absolute path? 
    Posted to Cute Editor for .NET (Forum) by Keule on December 18, 2006
  • Re: How to getSelection ?

    CED. You can use the following code to get the editor:   var editor1=document.getElementById('<%=Editor1.ClientID%>'); var editor1doc = editor1.GetDocument(); Now you can get the selection and write your JavaScript code:   For example: if(editor1doc.selection.type=='Control') { ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 10, 2004
  • Re: During upload is in progress i need to change text of InserButton to "Uploading...."

    Hi,   Yes, the API is   //Fires when upload is stopped and not do postback function CuteWebUI_AjaxUploader_OnStop() {     var hidden=this;     hidden.internalobject.insertBtn.style.display='' } And you can refer to all API at ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 14, 2013