HI
I need to extend SAPUI5 control and I've the following example (Thanks to Dennis!),Currently there is extend for
Autocomplete which is working fine but now I need that that the new control will also have the ability to extend method which he getting from some additional interface control(lets say I've one interface control with method's and I need that all my controls will extend it like the control in the example)
e.g. to return if isRoot is true or false ,How it can be done via UI5 ?
JS Bin - Collaborative JavaScript Debugging
Thanks in advance:)
Joerg