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