Search

You searched for the word(s): document
Showing page 140 of 325 (3,244 total posts) < 1 second(s)
  • Re: PageRequestManagerParserErrorException - Please HELP

    Okay, on further investigation, i think i may have found the cause for this problem... turns out the new version of Umbraco is changing the IDs of all html elements, so i'm ending up with stuff like this:   <input id=''ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MASTERNoFormContentPlaceHolder_VehicleSubmissionWizard_1_Uploader'' ...
    Posted to Ajax Uploader (Forum) by Gregorius on July 8, 2009
  • Re: Color selector disabled ActiveX error

    Hi   Had a look at the code and all you are using AJAX for is to load a code file and execute it! I guess you are doing it this way to cut down on the amount of js files that need to be loaded at the start.   I have uploaded a zip file with dialoghead.js and ieimplementaion.js changed. Its pretty obvious the code i have changed cos ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on June 26, 2008
  • Re: Outbound Links

        1 - You must download the js file from jQuery.com and include it in your header like this   <script type=''text/javascript'' src=''js/jquery-1.2.3.js''></script>       2- To  link ONLY to an external site, we have to check the presence of the string http:// at the ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on April 17, 2008
  • Re: CuteEditor v6 right-click menus split/pull apart

    Hi Adam,   Strangely this bug seems to have resurfaced because of the fix made in response to this thread. The behavior of getBoundingClientRect is different in strictly typed xhtml documents and will actually retrieve the correct position in IE7. By having your GetScrollPostion(e) function use getBoundingClientRect for IE, it ...
    Posted to Cute Editor for .NET (Forum) by chriscl on April 4, 2008
  • Re: Moving to HTML view automatically adds unwanted close tags

    in the html document tree, the table needs a close tag.   without close tag, the following code is not html code, you need to set the above property to true to edit this kind of code:   <table>    <tr>       <td style=''background-image: ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 5, 2008
  • Re: How to connect users from a Forum with CuteChat-Messenger users !

    I have downloaded the file CuteChat3IntegrationPackage.zip . I have extracted it to a folder name CuteChat3 . Inside that folder there are the folders and the files that follow... FOLDERSbin cs CuteSoft_Client document Framework 2.0 Web SQLScripts vb    FILES READ_ME.txt Upgrade_From_Previous_Versions.txt   Then i run ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kanenas.net on January 25, 2007
  • Re: GetString is undefined

    Adam, thank you for the reply and link, however the document you referred me to tells me nothing. All it shows is the screen shot of what it would look like and the code to the embedchat.aspx page.   What it should tell me is where to place all my dll's and project files to get it to work with a current project.   what I need to ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by WatchDog on December 5, 2006
  • Re: Basics

    HiYes I am using .Net Framework 2Ok, I point my Chat href to MyWebFolder\Chat\CuteSoft_Client\CuteChatI just get a directory listing, do I need to create an application on any of the IIS folders?Which should be the default document for cute messenger - or can I just create a page and embed the control in that as per the examples on your ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cdgregory on October 17, 2006
  • Re: Problem with adding script inside editor

    It's a feature by design. When you are using Javascripts, CuteEditor will enclose it within the starting tag <![CDATA[ and the ending tag ]]>.   This will mark it as unparsed character data. Otherwise characters like & and < will be treated as start of character entities (like &nbsp;) and tags (like <b>) ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 1, 2006
  • Re: HUGE BUG in version 4.2 ?

    I just downloaded the zip again, the filepost.asp code has indeed been changed now (the JS regex stuff).I'm confident this will solve that problem then :) QUESTION:Why doesn't Cute Editor use a property to set accepted document types ?e.g.     editor1.AcceptedDocTypes = ''doc,pdf,xls''    ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on October 11, 2005