can.view.elements.tagMap
A mapping of parent node names to child node names that can be inserted within
the parent node name. For example: table: "tbody"
means that
if you want a placeholder element within a table
, a tbody
will be
created.
A mapping of parent node names to child node names that can be inserted within
the parent node name. For example: table: "tbody"
means that
if you want a placeholder element within a table
, a tbody
will be
created.
Object<String,String>