-
20 Mar 2012 1:39 AM #1
handler function for onItemDisclosure
handler function for onItemDisclosure
Hi all,
In Sencha designer I am creating a Sencha Touch 2 project. I have a list and I want to add a function on onItemDisclosure.
but designer have only check box as input option.
can anyone help me in how to add function for it.
Thanks
-
20 Mar 2012 8:29 AM #2
onItemDisclosure is a strange configuration in that it takes a boolean value and/or a function for a handler. We don't yet have a clean way of exposing such a configuration in the Designer. (Although we certainly will!)
For now, set the boolean to true and then subscribe to the event on the list.Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote