CustomControlGenerator icon indicating copy to clipboard operation
CustomControlGenerator copied to clipboard

Properties don't get generated

Open jeremycoppey opened this issue 7 years ago • 0 comments

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?

jeremycoppey avatar May 17 '17 10:05 jeremycoppey