How to extend a control in sapui5? -


i have come across many blogs none of them explained beginner level developer

for example have code below

sap.m.text.extend(sclassname, oclassinfo?, fnmetaimpl?) 
  • what can function?
  • what proper way extend control custom functionality?
  • and need know parameters mentioning above


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -