You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a object HTML5 tag that I want to use in a UI5 application as a custom control. <object data="helloworld.mp4" name="audiotrack" type="audio/mp4" ><param name="controller" value="true" /></object>
The data/name/type attribute of the Object tag are not generated as properties in the custom controller
Is this normal behavior?
The text was updated successfully, but these errors were encountered:
I have a object HTML5 tag that I want to use in a UI5 application as a custom control.
<object data="helloworld.mp4" name="audiotrack" type="audio/mp4" ><param name="controller" value="true" /></object>
The data/name/type attribute of the Object tag are not generated as properties in the custom controller
Is this normal behavior?
The text was updated successfully, but these errors were encountered: