Demo.Center = BI.inherit(BI.Widget, { props: { baseCls: "demo-center" }, render: function () { } }); $.shortcut("demo.center", Demo.Center);