|
Search
You searched for the word(s): document
Showing page 90 of 325 (3,244 total posts)
< 1 second(s)
-
That example works fine!
However, the following is my code, could you please show me what I'm doing wrong?
<form id=''form1'' runat=''server''>
<div class=''content''>
<asp:ScriptManager ID=''Scriptmanager1'' runat=''server''>
</asp:ScriptManager>
<div ...
-
This is what was causing the uploader to fail in IE. Setting the document.domain conflicts with the uploader.Not sure why, but we decided to remove it for this page and give up the fuctionality that it helped to provide that involved crossdomain/iframe ...
-
Sorry, inherited code. Did a bit more digging.
Version 5.1
What is supposed to happen - Select text and click a custom button. A pop up box displays the text (hence the getselection call), and have the user file in a form to generate a link, which is then returned to the calling editor.
For example ''click_here'' becomes ''<a ...
-
Hi mchamo, Try API CuteWebUI_AjaxUploader_OnPostback Please refer to http://www.ajaxuploader.com/document/scr/JavaScript-API.htm EventsDescriptionCuteWebUI_AjaxUploader_OnInitializeFires when an Ajax Uploader is fully initialized.CuteWebUI_AjaxUploader_OnStartFires when an upload of a specific file has ...
-
I find the function ''GetWebPath'' may be wrong, it can't parse the correct path for your application.for example, the correct path must be ''/phpfileuploader/phpuploader'', but it parse result is ''/phpfileuploader/formolume2/web/phpfileuploader/phpuploader'' my server document-root is ''/var/services/web'', so it make the program not ...
-
One more issue about custom tags. I think this one must be related to those bugs listed above.
Basically, my company want to use custom tags (something like <placeholder> or <customtag>) to do dynamic content merge. We need to create a custom dialog to add/edit the custom tags. To edit an existing custom tag, we expect to use ...
-
Hi Ken,
I am adding cuteeditor dynamically to the page, How can i assign Intialized event for cute editor in clientside. Is there any way to make cuteeditor intialize rather than waiting for page to load.
In 6.3 version i am not gettign any error in IE10 though its not working for any other browser. For 6.6 version no browser is ...
-
OK, I have solved some of the problems here. In my Javascript, I had not allowed for the fact that Mozilla and Opera open the Insert Image dialog asynchronously, so the code has to loop waiting for the user to select an image. In the sample code that ships with CE 6.0, the setTimeout command is used for this purpose (see below).
However, ...
-
Hello Adam,
Here is the code to demonstrate the problem. If the ''Cute Editor'' control is removed from the page, the scroll position is maintained. However, with the ''Cute Editor'' control on the page, the scroll position is reset to the top (sometimes after jumping up/down a few times).
<!--
<%@ Page ...
-
FYI. here is the first section of the HTML file, followed by CuteEditor's translation, including the comments ''Inject Script Filtered''. Can you tell me why CuteEditor is inserting those comments:
Actual HTML:
<html>
<head><title>Qasper :: beyond CRM - information organizer project and document ...
... 90 ...
|
|
|