#14960 closed feature (fixed)
function to instantiate a node with a specified constructor
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Parser | Version: | 1.7.2 |
Keywords: | Cc: | ykami, Douglas Hays | |
Blocked By: | Blocking: |
Description
Add a function to the parser that takes a constructor and a DOMNode, and turns the DOMNode into a widget by reading the widget parameters from the node, excluding data-dojo-type and data-dojo-mixins.
Change History (4)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:2 Changed 9 years ago by
comment:5 Changed 9 years ago by
Cc: | ykami Douglas Hays added |
---|---|
Summary: | function to instantiate a single node → function to instantiate a node with a specified constructor |
Note: See
TracTickets for help on using
tickets.
In [28094]: