dojo - keep data-attributes in dijit widgets -
I have started using HTML5 data - attributes in my application, but when It is applied to an element which is a digit widget, it disappears.
& lt; Button dojoType = "dijit.form.Button" data-id = "5" & gt; Number 5 & lt; / Button & gt; Is Duo really doing this parsing and is keeping it somewhere? Or is it just completely removed because dojo is not compatible with HTML5?
By answering it, I see the custom data - attributes on the surrounding element Was able to keep
Comments
Post a Comment