|
|
Browse by Tags
All Tags » AJAX
Showing page 2 of 3 (27 total posts)
-
Hi,
When users postback a cuteeditor via Ajax in ie9 the .text value is always empty. This is only happening with ie9 from what I can gather.
Will
-
To save editor changes, I have a button that does an ajax __doPostback(). It happens to be the Apply button of a Webpart EditorZone. If I make edits in the Cute Editor's property dialog or html tab, and immediately click on the Apply button, the edits are lost. If however I click back into the editor before clicking the Apply button, the ...
-
If you ever experience the following problem using Cute Editor in a Ajax ModalPoupExtender:
Any file dialogs are showed behind the popup that contains the cute editor, just update the cssclass adding a z-index value as follows:
<AjaxControlToolkit:ModalPopupExtender … BackgroundCssClass=''modalBackground'' … ...
-
Hi,
I customized CuteWebUI_AjaxUploader_OnQueueUI. Everything was working fine until i tested with 2 multiple files in a row. If I upload a few files, my list count in CuteWebUI_AjaxUploader_OnQueueUI reflects how many files im uploading. If I do a second one, without refreshing, my total list count is the sum of both uploads. Is ...
-
Hi - I was searching for something else in our web server's logfiles and found that a logged in agent computer seems to post twice per second to the cutechat folder:
''POST /support/CuteSoft_Client/CuteChat/ChatAjax.ashx''
Isn't this a little excessive and is there a way to bring this down to checking in every 10 seconds or so? (I assume ...
-
I would like to upload the files during session wise. i.e when i upload files on a specific session period, it would automatically create a directory named like(2009-11-17,04.30pm) under the root directory ''savefiles''. Then The files would uploaded to their respective session directories with their file name and a prefix of that session,i.e for ...
-
I get the following error when calling a page that contains CuteEditor using AJAX
Microsoft VBScript compilation error '800a03ea'
Syntax error
C:\ACCOUNTS\MARC4\WWW\C4A\../CuteEditor_Files/include_CuteEditor.asp, line 2 Class CuteEditor
^On your demo you have an example of calling CuteSoft with AJAX, but the files I donwloaded ...
-
Ok now i do have a valid issue
I am using an ajax popup extender in my edittemplate of my gridview. whenever i click cancel or edit - i keep getting a javascript error:
''object doesn't support this property or method ''
I know this is caused by the CE because when I take it out, everything works fine. Im ...
-
Hello, We've been trying to load cuteeditor through a MooTools AJAX request. When we do this the dropdowns get placed double in IE7.
Example:http://www.messwithyou.com/dump/2009-08-07_1609.png Any idea why this might happen? maybe overlapping namespaces or something like that?
-
I modified the ajax-multiplefiles-handler.php. At the bottom of the page I added the following:
foreach($guidarray as $fileguid) {
$mvcfile=$uploader->GetUploadedFile($fileguid);
if(!$mvcfile)
...
2
|
|
|