We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UIPlugin is a helper. It does nothing else than placing a previously initialized UI.
// myUI should be an instance of an OObject var uiPlugin = new UIPlugin({"myUI": myUI}); UI.plugins.add("place", uiPlugin);
<!-- And in the dom, myUI will be placed here --> <div data-place="place: myUI"></div>