Hi,

Can anyone tell me which versions do the below functions belong to:-

1. var wid = form.getWidget();
var widvalue = wid.<widget-id>.value

2. var wid = form.getWidget("<widget-id>").getValue();

Similarly for submit buttons :-

1. var submit_button = form.getWidget().getSubmitWidget();
if(submit_button == "<button_id>")
// then do something

2. var wid = form.getWidget();
wid.<button-id>.onActivate/ do something....

Please guide me.

I am using 2.1.5 version of cocoon.


Join Excite! - http://www.excite.com
The most personalized portal on the Web!

Reply via email to