-
14 Feb 2012 12:49 PM #1
NestedList - getItemTextTpl override
NestedList - getItemTextTpl override
How do you override functions in Sencha Designer? Specifically I'm trying to override the getItemTextTpl function on a NestedList. I don't see that function listed.
-
14 Feb 2012 1:04 PM #2
We are working on formal support for overriding functions.
For now you will need to make your NestedList a top level component. (You can promote it if it isn't there already.) You will then be able to add a BasicFunction to it. You can then match the name and params and write your own implementation of getItemTextTpl.Aaron Conran
@aconran
Sencha Architect Development Team
-
15 Feb 2012 12:04 PM #3
Thanks, I had tried adding a function but must have been doing something incorrectly. It is working now.


Reply With Quote