Hi Johann, Thanks to clarify to me this point. So the ajaxSubmit Button form don't trigger the submit event. Must i create an submit javaScript function and bind it to onClcikBefore attribute?
Thanks Raymond NANEON [email protected] Le 11 janv. 2012 à 21:12, Johann Werner a écrit : > Hi Raymond, > > isn't tinyMCE putting the editable text into an own html element and catching > the form's submit to put back the edited text into the original input field? > Then your problem would be that the AjaxSubmitButton doesn't trigger the > onSubmit event on the form as it will do an ajax request like its name > suggests. So you would have to manually call the necessary "cleanup" function > of tinyMCE from the onClickBefore binding prior sending of the form contents > takes place. But that's just a wild guess. > > jw > > > Am 10.01.2012 um 14:47 schrieb Raymond NANEON: > >> Hi All, >> >> I have a real problem using tinyMCE and CustomAjaxSubmitButton >> (ajaxSubmitButton with icon (add, cancel, delete)). The problem is on >> submitting action, data are always set to null and when I use request form >> field values, there are also null. But When I use the classic >> WOSubmitButton, the request form field value are set. >> >> So, What the problem of AjaxSubmitButton ? What is the difference in >> submitting action between WOSubmitButton and AjaxSubmitButton? >> >> Thanks for your help. >> Envoyé depuis iCloud >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/jw%40oyosys.de >> >> This email sent to [email protected] > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/naneon.raymond%40neuf.fr > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
