XASD
30 Oct 2012, 8:59 AM
Something like
{
control: {
somecomponentref: {
someevent: {
fn: function () {
},
single: true,
element: 'element',
delegate: 'some html element/component?'
//etc.
}
}
}
}
expect only function or string in "someevent" but not an object,just like standard listener configuration.
Thanks.
{
control: {
somecomponentref: {
someevent: {
fn: function () {
},
single: true,
element: 'element',
delegate: 'some html element/component?'
//etc.
}
}
}
}
expect only function or string in "someevent" but not an object,just like standard listener configuration.
Thanks.