Closed boghyon closed 1 year ago
When reading https://github.com/SAP/openui5-docs/blob/2824595ca980d568fe40c383e51216f09335a5f9/docs/Declarative_API_for_Initial_Components_82a0fce.md, it is not clear how an event handler can be attached in HTML.
Sample use: get notified when the component gets created by assigning a global handler to the ComponentContainer's componentCreated event in the HTML document.
ComponentContainer
componentCreated
Related Q&A: https://stackoverflow.com/q/76587625/5846045
Thanks! Fixed as of 1.117
When reading https://github.com/SAP/openui5-docs/blob/2824595ca980d568fe40c383e51216f09335a5f9/docs/Declarative_API_for_Initial_Components_82a0fce.md, it is not clear how an event handler can be attached in HTML.
Sample use: get notified when the component gets created by assigning a global handler to the
ComponentContainer
'scomponentCreated
event in the HTML document.Related Q&A: https://stackoverflow.com/q/76587625/5846045