ragnaev
16 Jan 2012, 12:25 AM
Hi Community,
Is it possible to extend RadioGroup or CheckBox Group with loading items from external script?
I suppose my script must return an object like this:
[
{ boxLabel: 'item1', name: 'ch', inputValue: '1' },
{ boxLabel: 'item2', name: 'ch', inputValue: '2' }
]
Thanks in advance
Is it possible to extend RadioGroup or CheckBox Group with loading items from external script?
I suppose my script must return an object like this:
[
{ boxLabel: 'item1', name: 'ch', inputValue: '1' },
{ boxLabel: 'item2', name: 'ch', inputValue: '2' }
]
Thanks in advance