Search

You searched for the word(s): document
Showing page 76 of 325 (3,244 total posts) < 1 second(s)
  • Firefox Paste from Word Adds Meta Tags

    I've been beating my head against the wall on this and was finally able to duplicate it.  We have several hundreds of instances where clients have pasted word documents and it ends up having a ton of word metadata in it to include things like filelist, font definitions, if gte mso 9, etc...  I looked at all the firefox word ...
    Posted to Cute Editor for .NET (Forum) by spunkymonkey on April 23, 2010
  • Dynamically Disable CuteEditor or Set to Readonly via Javascript?

    Is there a good way or a workaround for setting the CuteEditor to disabled dynamically via Javascript?   The application has a CuteEditor textbox and a checkbox that says 'Not Applicable'.   If the user clicks the checkbox they want the editor to be disabled.   The client does not want us to do it server side via an ...
    Posted to Cute Editor for .NET (Forum) by sszathmary on March 29, 2010
  • Re: Build a context menu programatically on the server?

    Hi,   You can intercept the CuteSoft_Client/CuteEditor/Load.ashx , to output your custom menu data.   Here is the Load.ashx code :   <%@ WebHandler language=''C#'' Class=''EditorLoadHandler'' %> using System; using System.Web; using System.Xml; using System.IO; public class EditorLoadHandler : ...
    Posted to Cute Editor for .NET (Forum) by cutechat on March 17, 2010
  • Re: Removing Entity References

    Spell: Hi, I was just wondering if there was a way to strip certain entity references? For instance, I have a client who is pasting in their content from MS Word. While they are using the MS Word clean up function, things like smart quotes (̻) and non-breaking spaces (&nbsp) still appear to be getting through. Is there a setting available to ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 15, 2010
  • Re: Using jQuery to access getHTML

    Hello Ken,   Would jQuery interfere with the retrieveal of the HTML code?  I'm going to post my code below so  you can see exactly what i'm doing.     <script type=''text/javascript'' language=''javascript''> $(document).ready(function() { // Tabs $('div[id$=''_pnlTabs'']').tabs({ fx: { height: 'toggle', ...
    Posted to Cute Editor for .NET (Forum) by lharris on November 24, 2009
  • editor hidden by display=none, javascript GetDocument is not a function error

    Hi I have a page with a Cute Editor that the user hides/shows via javascript (setting the <div style='display:none'> ) The page must validate on the client side (even when the Editor is hidden) .  But the line ''editor.GetDocument()'' fails if the editor is hidden. Any workaround ?Here's a stripped down version of the page. (It ...
    Posted to Cute Editor for .NET (Forum) by dodger1 on October 30, 2009
  • Re: Please Help (AjaxUpLoader)

    Hi,   Please check the samples code.   1 - when you use UploadAttachments , you can use the Items collection to get the files . each item has properties and methods to let you access the file information and data. http://ajaxuploader.com/document/scr/ClassReference/CuteWebUI.AttachmentItemMembers.html   2 - You need use the ...
    Posted to Ajax Uploader (Forum) by cutechat on October 23, 2009
  • Re: jquery.load("#div") and license error

    Sure thing, this is the javascript for the jquery:     <script src=''http://cutesoft.net/scripts/jquery-1.3.2.min.js'' type=''text/javascript''>     </script>     <script type=''text/javascript''>         function loadContent(url, id) {    ...
    Posted to Ajax Uploader (Forum) by kevinac4 on September 30, 2009
  • Re: How to limit the total max size?

    Ok, thanks. I check the total file size inside the handler of the javascript ''select'' event of the UploadAttachments object. It has not been that straight forward because inside the ''select'' event handler, the parameter ''files'' contains only the files selected in the last ''Browse'' dialog opened, and it does not contain files ...
    Posted to Ajax Uploader (Forum) by pierre on September 15, 2009
  • multiple editors: find out which one is active/focused

    Hi there,   how can I find out which editor on the page is active / has the focus and how can I put it into an event?   So if you have multiple editors on one page, I need something like   alert(''editor 1 active'') when editor1 is focused.   Background:   I seperated the toolbar from the editor and put it to ...
    Posted to Cute Editor for PHP (Forum) by bjbmedia on September 1, 2009
« First ... < Previous 74 75 76 77 78 Next > ... Last »