Opened 14 years ago
Closed 14 years ago
#4035 closed defect (fixed)
_Templated: only copy the source node's contents when containerNode is set
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Some people want to manually parse the contents of their source node rather than having it copied over, so don't copy it to this.domNode. Make widgets define this.containerNode.
Note: See
TracTickets for help on using
tickets.
(In [10013]) Fixes #4035: only copy the source node's contents when containerNode is set.