raptor
Version:
RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.
8 lines • 427 B
JavaScript
require('raptor/widgets').initAll(
['widgets.nesting.ParentWidget','w2',null,null, [
['widgets.input.ButtonWidget','w0','button1',{"label":"Button 1"}],
['widgets.input.ButtonWidget','w1','button2',{"label":"Button 2"}],
['widgets.input.ButtonWidget','w3','buttons',{"label":"Repeated Button 1"}],
['widgets.input.ButtonWidget','w4','buttons',{"label":"Repeated Button 2"}]
]]
);