25 Nov 2008
by webmaster
edit
xn--6by35j.com
Calling a method in the parent
I've now successfully extended many EXT components learning from the great tutorials and info around here.
But now I've run into something I never had to do before:
I want to call a method in the superclass (or parent) from my instance. More concisely:
I've extended Ext.form.TextArea. In my extension I have a method getValue(), overriding the one in the superclass which does some extra stuff and I wanted it to be 100% compatible with the Formfield interface.
But in my subclass, I need to call getValue() without the modifications. How can I call this? Or can't I?
Thanks much!
-m
Cheers -
m
COMMENTS