raptorjs-legacy / raptorjs

Source code for the RaptorJS Toolkit
Other
94 stars 12 forks source link

Widgets Framework: Allow widgets to be initialized in groups #25

Open patrick-steele-idem opened 11 years ago

patrick-steele-idem commented 11 years ago

Allow widgets to be placed into arbitrary groups so that the developer can have more control over how widgets are initialized.

<w:widget-group name="group-a">
  <!-- Nested widgets will be placed into "group-a" -->
  ...
</w:widget-group>
...
<w:init-widgets group="group-a"/>