|
Search
You searched for the word(s): postback
Showing page 6 of 85 (848 total posts)
< 1 second(s)
-
Hi, is there any way I can add a custom button like in your HowTo ''AddButtons'' but make it so the button performs a post back, rather than executing a javascript function? So the behaviour I want is either like the ''Save'' button or like the ''RegisterCustomButton'' HowTo, but with an image inserted in a specific place like in the AddButtons ...
-
The problem still remains. It's very significant since it means that one cannot use javascript to confirm whether the cuteeditor txt fields have non-empty values.
When the user hits the submit button, first we run a javascript validator against the page. The postback is only called if the values in the cuteeditor text boxes are ...
-
Every time I do a postback, the CE:Editor class loses all the customisations that I've made:Reconfiguring the toolbar. This is merely an annoyance, as I can reset the toolbar on every postback.No longer traps the CuteEditor_OnCommand javascript event. This is what I'm trying to fix.Here's my use case: I have a form where the user can ...
-
Hello all,
I have also issues with the setting maintainScrollPostionAtPostback=''true''.
If the property is set in the web.config, no edit form in CuteEditor seens to work (Exception: maintainScrollPostionAtPostback directive cannot be set without htmlForm)
Also the menu will be rendered wrong:
And ...
-
Hi Fredd,
JavaScript isn't rocket science and is incredibly useful if CuteEditor doesn't have functionality you desire. I've not interfaced with it in this way, but after searching this forum, and a quick read of the API documentation I've managed to come up with the following code.
The reference I gave above will help you ...
-
I tried the 1.1 examples and it work perfectly here. I checked the 1.1 web.config files. They are correct.
I think we may have misunderstanding.
After unloading the controls to users, you need to use.CopyTo to process the uploaded files. Otherwise uploader will remove the temp files. In the default examples, this method is ...
-
Thanks, Ady, I'll try. But I really want an answer from tech support as well.
I paid a lot of money for a license for this product and deserve better treatment than I have been getting. The company seems to have only one tech support person and no developers, just Adam, and he appears to be very overworked, in my opinion.
I ...
-
spudcud,
Did you create a virtual directory when testing?
If so, can you check your web.config file and make sure you have the following code in the <system.web> section?
<httpModules>
<!-- MagicAjax is used in ASP.NET 1.1 examples. ...
-
Hi chalked,
Yes it works fine now thanks. For some reason, the editor ''expand'' image icon at the bottom right has disappeared and lots of text items now are wrapped in [[ ... ]]. In any case it's better than it was.
Try delete the CuteSoft_Client folder.
Re-deploy the latest version and try ...
-
I know I can use <a href=BLOCKED SCRIPTOpenLiveSupport(status=1,width=500,height=400,resizable=1);''>Live Support</a> To open the chat window after the async postback (update panel), but is there a way for me (from code behind C#) to check if any operators are online? So I can do something like if (checkIfOnline() > 0) strIsOnline = ...
... 6 ...
|
|
|