|
|
Search
You searched for the word(s):
Showing page 1 of 2 (16 total posts)
< 1 second(s)
-
Thanks. The client specifically wanted a ''none/clear'' option in the dropdown, but it sounds like it just can't be done easily.
-
One of my users is complaining about erratic behaviour on Safari on the Mac. Their report is: - When entering text manually, pressing enter creates <p> tags; after cut-and-pasting from an external textpad document, any further editing reverts to <div /> tags after pressing enter. - When copying ...
-
Hi, I've got the editor reading CSS classes from my css (EditorWysiwygModeCss=''/c/editor.css'') with the AutoParseClasses set to true, but the client wants to be able to remove a CSS class. Without rebuilding the entire CSS classes manually, how can I add a ''None'' option in the dropdown that removes the current class? Thanks ...
-
Hi,
Any update on this?
Duncan
-
Hi Terry,
Sorry for the slow feedback; I couldn't get it working in time and so had to abandon the project and use another method.
I've now got a requirement for this in another application, so I downloaded your example, put it into a project and converted the AJAX calls to jQuery. The application is now running and ...
-
Hi Terry,
Really simple example attached.
Ajax Uploader with jQuery Test
-
Hi Terry,
Thanks for that. I did have a look at the MVC stuff, but as my code isn't an MVC application, I couldn't work out how to apply it to my problem.
Rather than thinking MVC, it's more that I'm trying to use an AJAX PageMethod instead of an UpdatePanel to save the file somewhere.
It's ...
-
Hi Terry,
Could you please tell me where I can find some documentation on the custom AJAX tasks? I've installed V3.0, and I can't seem to find any new documentation.
Most importantly with regards to functionality, I still can't find the file I uploaded on the server once I call ...
-
Hi Terry,
That makes things substantially easier - thanks! I'd actually rather not do a postback at all; I just want the user to upload file, then see a ''thanks'' message without submitting the whole form until they've filled out the rest of the page.
To get things started, I simply added a:
function ...
-
Hi,
Has anyone got any sample code where they've got the AjaxUploader working with jQuery AJAX? In theory, I think I should be able to override the CuteWebUI_AjaxUploader_OnPostback javascript function, call the FileUploaded event using ASP.NET page methods using a $.ajax() call, modify my page using jQuery then return false to ...
1
|
|
|