Search

You searched for the word(s): document
Showing page 101 of 325 (3,244 total posts) < 1 second(s)
  • Editor rewrites html from templates

    I have a problem with loading templates from text files into the cuteeditor. When I use custom tags in a template that contains html in some cases my custom tags are rewritten. Example: When I have the custom tag <!#pw-nlopen#> in this template as the last element it gets reduced to > (just the hook). In an image tag, used as ...
    Posted to Cute Editor for .NET (Forum) by pasklaar on June 3, 2010
  • Re: The Cut effect for custom buttons

    Hi Ken,   Thanks for the example! I see that I shouldn't use CreateCommandButton() for this.   I have 1 more issue though: I've got the effect I wanted (if text is selected, the button is enabled, otherwise it's disabled). This works fine until I switch over to the HTML view and back to Normal. The overridden onclick, ...
    Posted to Cute Editor for .NET (Forum) by jonathanexact on May 24, 2010
  • how to fully initiate the editor by js

    I think I found a fundentmental issue: If I put an editor in <div id=''div1'' style=''display :none;''></div> , the editor won't be completed loaded when the page loads up. When I first fire the js function to set document.getElementById(''<%=txtcurrentDiv.clientid %>'').style.display='''' , it finanlly get it initiated. (I ...
    Posted to Cute Editor for .NET (Forum) by wolf11th on May 20, 2010
  • Re: js to read editor height

    Hi wolf11th,   try   <%@ Page Language=''C#'' ValidateRequest=''false'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head>   </head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 18, 2010
  • Re: Ajax Uploadewr in MVC

    Hi,   You can use javascript API to catch the event.   http://ajaxuploader.com/document/scr/JavaScript-API.htm   add this script into your page :   <script> function CuteWebUI_AjaxUploader_OnPostback() {     var uploader=this;       //guid list splited by '/' ...
    Posted to Ajax Uploader (Forum) by cutechat on May 5, 2010
  • Re: Font size question

    Eric: Please refer to http://cutesoft.net/asp/document/scr/FontSize_dropdown_Customization.htm Example ...
    Posted to Cute Editor for ASP (Forum) by jonpfl on May 4, 2010
  • Re: how to get truly relative links?

    Interesting...thanks for trying to clarify, Adam. Unfortunately, the example you sent doesn't seem to work, so I'm still not quite clear on how this works. So does basehref only work correctly in conjunction with the absolute URLs setting? Or does it force SiteRelative URLs to become absolute if set?  Either way, its not at all clear from the ...
    Posted to Cute Editor for ASP (Forum) by capnhairdo on April 9, 2010
  • Template from database- opening a open save as dialog

    I have my template saved to my database in binary data. It is an htm file, but whenever I click the template from the insert template page I prompts me to either open or save as, either way I am re-directed to a new page with my html code, and it is not inserted into my page editor. Is there a) what could I be doing wrong?     ...
    Posted to Cute Editor for .NET (Forum) by sp00ks on March 31, 2010
  • Ajax Uploader Life Cycle

    I have a single page with a custom queue set for manual upload.  User selects 25 files.  All files are shown in my custom grid.  User  then clicks the upload button.  All files are uploaded to the servers temp directory.  Then after they're uploaded my server side page is called and the Uploader_FileUploaded even ...
    Posted to Ajax Uploader (Forum) by BostonMerlin on March 31, 2010
  • Re: issue while uploading file

    jagdisha: Hi   We have latest version of it. This issue is intermittent. We do have problem with Firefox as well. Some times the file upload button doesn't work and some time it does.       Please try the following solution:   1. Download the latest build. 2. Create a temp file upload location. ...
    Posted to Ajax Uploader (Forum) by Adam on February 25, 2010