#14637 closed enhancement (fixed)
mobile.parser should be able to handle MID for data-dojo-type
Reported by: | Kitson Kelly | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The mobile.parser should support the ability to handle a MID specified in the data-dojo-type
attribute and not just the Class name. This would keep it in line with the functionality of the dojo.parser which was as part of ticket #13778 and would allow the following declarative markup to work:
<h2 data-dojo-type="dojox/mobile/EdgeToEdgeCategory">Heading</h2>
This would also help support the move to fully baseless support for the mobile.parser.
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Thanks for the report. But I can't promise dojox.mobile.parser will also support the auto-load function that is planed for dojo.parser. It depends on the amount of code size necessary to implement the feature.
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
In [27585]: