javascript not fired when using Button group for radiogroup

p38

Active Member
I find the javascript event for a radiogroup element does not fire (or run code) when the Button Group is used.

I have not checked checkboxes.

simple test..... add

Code:
alert('no can do');

and toggle the Button Group setting

ALSO, when Button group is set, any changes to the element selection, the values are not available to the javascript, ie I cannot pickup the changed values
 
I find the javascript event for a radiogroup element does not fire
It works for me on a 'click' event but not a 'change' event.

(I guess Joomla's radio group js code isn't proxying the click to the onchange event as it should do.)

ie I cannot pickup the changed values
This works for me:

JavaScript:
Fabrik.blocks.form_8.elements.element_test___radio.get('value')
 
I was testing on j3/f3.2rc, I guess this is more appropraite though, and it still works for me:

Code:
Fabrik.getBlock('form_8').elements.element_test___radio.get('value')
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top