|
|
@ -16421,7 +16421,7 @@ BI.RedMarkBehavior = BI.inherit(BI.Behavior, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
});// 工程配置
|
|
|
|
});// 工程配置
|
|
|
|
(function () { |
|
|
|
BI.prepares.push(function () { |
|
|
|
// 注册布局
|
|
|
|
// 注册布局
|
|
|
|
var isSupportFlex = BI.isSupportCss3("flex"); |
|
|
|
var isSupportFlex = BI.isSupportCss3("flex"); |
|
|
|
BI.Plugin.registerWidget("bi.horizontal", function (ob) { |
|
|
|
BI.Plugin.registerWidget("bi.horizontal", function (ob) { |
|
|
@ -26358,14 +26358,17 @@ BI.ButtonTree = BI.inherit(BI.ButtonGroup, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
BI.ButtonTree.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.ButtonTree.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
|
|
|
|
|
|
|
|
BI.shortcut("bi.button_tree", BI.ButtonTree);BI.Resizers = new BI.ResizeController(); |
|
|
|
BI.shortcut("bi.button_tree", BI.ButtonTree);BI.prepares.push(function () { |
|
|
|
|
|
|
|
BI.Resizers = new BI.ResizeController(); |
|
|
|
BI.Layers = new BI.LayerController(); |
|
|
|
BI.Layers = new BI.LayerController(); |
|
|
|
BI.Maskers = new BI.MaskersController(); |
|
|
|
BI.Maskers = new BI.MaskersController(); |
|
|
|
BI.Bubbles = new BI.BubblesController(); |
|
|
|
BI.Bubbles = new BI.BubblesController(); |
|
|
|
BI.Tooltips = new BI.TooltipsController(); |
|
|
|
BI.Tooltips = new BI.TooltipsController(); |
|
|
|
BI.Popovers = new BI.PopoverController(); |
|
|
|
BI.Popovers = new BI.PopoverController(); |
|
|
|
BI.Broadcasts = new BI.BroadcastController(); |
|
|
|
BI.Broadcasts = new BI.BroadcastController(); |
|
|
|
BI.StyleLoaders = new BI.StyleLoaderManager();/** |
|
|
|
BI.StyleLoaders = new BI.StyleLoaderManager(); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
/** |
|
|
|
* CollectionView |
|
|
|
* CollectionView |
|
|
|
* |
|
|
|
* |
|
|
|
* Created by GUY on 2016/1/15. |
|
|
|
* Created by GUY on 2016/1/15. |
|
|
|