Browse Source

shortcut

es6
guy 7 years ago
parent
commit
61d4b9c714
  1. 1
      Gruntfile.js
  2. 144
      bi/base.js
  3. 210
      bi/case.js
  4. 1648
      bi/core.js
  5. 242
      bi/widget.js
  6. 2
      demo/js/base/button/demo.button.js
  7. 2
      demo/js/base/button/demo.icon_button.js
  8. 2
      demo/js/base/button/demo.image_button.js
  9. 2
      demo/js/base/button/demo.text_button.js
  10. 2
      demo/js/base/demo.label.js
  11. 2
      demo/js/base/demo.message.js
  12. 2
      demo/js/base/demo.pager.js
  13. 2
      demo/js/base/demo.svg.js
  14. 2
      demo/js/base/editor/demo.code_editor.js
  15. 2
      demo/js/base/editor/demo.editor.js
  16. 2
      demo/js/base/editor/demo.formula_editor.js
  17. 2
      demo/js/base/editor/demo.multifile_editor.js
  18. 2
      demo/js/base/editor/demo.textarea_editor.js
  19. 2
      demo/js/base/table/demo.collection_table.js
  20. 2
      demo/js/base/table/demo.grid_table.js
  21. 2
      demo/js/base/table/demo.resizable_table.js
  22. 2
      demo/js/base/table/demo.table_view.js
  23. 2
      demo/js/base/tip/demo.bubble.js
  24. 2
      demo/js/base/tip/demo.title.js
  25. 2
      demo/js/base/tip/demo.toast.js
  26. 2
      demo/js/base/tree/demo.part_tree.js
  27. 2
      demo/js/base/tree/demo.sync_tree.js
  28. 2
      demo/js/base/tree/demo.tree_view.js
  29. 2
      demo/js/case/combo/demo.bubble_combo.js
  30. 2
      demo/js/case/demo.calendar.js
  31. 2
      demo/js/case/demo.color_chooser.js
  32. 2
      demo/js/case/demo.complex_canvas.js
  33. 2
      demo/js/case/demo.zclip.js
  34. 2
      demo/js/case/tree/demo.branch_relation.js
  35. 2
      demo/js/case/tree/demo.branch_tree.js
  36. 2
      demo/js/case/tree/demo.display_tree.js
  37. 2
      demo/js/case/tree/demo.handstand_branch_tree.js
  38. 2
      demo/js/case/tree/demo.level_tree.js
  39. 2
      demo/js/case/tree/demo.simple_tree.js
  40. 2
      demo/js/center.js
  41. 2
      demo/js/component/demo.treevaluechooser.js
  42. 2
      demo/js/component/demo.valuechooser.js
  43. 2
      demo/js/core/abstract/combination/demo.combo.js
  44. 2
      demo/js/core/abstract/demo.button_group.js
  45. 2
      demo/js/core/abstract/demo.button_tree.js
  46. 2
      demo/js/core/abstract/demo.collection_view.js
  47. 2
      demo/js/core/abstract/demo.grid_view.js
  48. 4
      demo/js/core/abstract/demo.virtual_group.js
  49. 2
      demo/js/core/abstract/mvc.custom_tree.js
  50. 2
      demo/js/core/layout/demo.absolute.js
  51. 2
      demo/js/core/layout/demo.border.js
  52. 2
      demo/js/core/layout/demo.center.js
  53. 2
      demo/js/core/layout/demo.center_adapt.js
  54. 2
      demo/js/core/layout/demo.float_center.js
  55. 2
      demo/js/core/layout/demo.flow.js
  56. 2
      demo/js/core/layout/demo.grid.js
  57. 2
      demo/js/core/layout/demo.horizontal.js
  58. 2
      demo/js/core/layout/demo.horizontal_adapt.js
  59. 2
      demo/js/core/layout/demo.horizontal_auto.js
  60. 2
      demo/js/core/layout/demo.horizontal_float.js
  61. 2
      demo/js/core/layout/demo.htape.js
  62. 2
      demo/js/core/layout/demo.inline.js
  63. 2
      demo/js/core/layout/demo.left_right_vertical_adapt.js
  64. 2
      demo/js/core/layout/demo.table.js
  65. 2
      demo/js/core/layout/demo.td.js
  66. 2
      demo/js/core/layout/demo.vertical.js
  67. 2
      demo/js/core/layout/demo.vertical_adapt.js
  68. 2
      demo/js/core/layout/demo.vtape.js
  69. 2
      demo/js/face.js
  70. 2
      demo/js/main.js
  71. 2
      demo/js/north.js
  72. 2
      demo/js/west.js
  73. 2
      demo/js/widget/demo.multiselectcombo.js
  74. 2
      demo/js/widget/demo.pathchooser.js
  75. 2
      demo/js/widget/demo.relationview.js
  76. 144
      dist/base.js
  77. 210
      dist/case.js
  78. 102
      dist/core.js
  79. 242
      dist/widget.js
  80. 2
      src/base/canvas/canvas.js
  81. 2
      src/base/collection/collection.js
  82. 2
      src/base/combination/combo.js
  83. 2
      src/base/combination/expander.js
  84. 2
      src/base/combination/group.button.js
  85. 2
      src/base/combination/group.combo.js
  86. 2
      src/base/combination/group.virtual.js
  87. 2
      src/base/combination/loader.js
  88. 2
      src/base/combination/navigation.js
  89. 2
      src/base/combination/searcher.js
  90. 2
      src/base/combination/switcher.js
  91. 2
      src/base/combination/tab.js
  92. 2
      src/base/combination/tree.button.js
  93. 2
      src/base/el.js
  94. 2
      src/base/formula/formulaeditor.js
  95. 2
      src/base/grid/grid.js
  96. 2
      src/base/layer/layer.floatbox.js
  97. 2
      src/base/layer/layer.popup.js
  98. 2
      src/base/layer/layer.searcher.js
  99. 2
      src/base/pager/pager.js
  100. 2
      src/base/single/a/a.js
  101. Some files were not shown because too many files have changed in this diff Show More

1
Gruntfile.js

@ -130,7 +130,6 @@ module.exports = function (grunt) {
bi_coreJs: { bi_coreJs: {
src: [ src: [
'src/core/underscore.js',
'src/core/foundation.js', 'src/core/foundation.js',
'src/core/mvc/**/*.js', 'src/core/mvc/**/*.js',
'src/core/base.js', 'src/core/base.js',

144
bi/base.js

@ -596,7 +596,7 @@ BI.Text = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.text", BI.Text);/** BI.shortcut("bi.text", BI.Text);/**
* guy * guy
* @class BI.BasicButton * @class BI.BasicButton
* @extends BI.Single * @extends BI.Single
@ -1279,7 +1279,7 @@ BI.extend(BI.ButtonGroup, {
}); });
BI.ButtonGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.ButtonGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.button_group", BI.ButtonGroup);/** BI.shortcut("bi.button_group", BI.ButtonGroup);/**
* Created by GUY on 2015/8/10. * Created by GUY on 2015/8/10.
* @class BI.ButtonTree * @class BI.ButtonTree
* @extends BI.ButtonGroup * @extends BI.ButtonGroup
@ -1460,7 +1460,7 @@ BI.ButtonTree = BI.inherit(BI.ButtonGroup, {
}); });
BI.ButtonTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.ButtonTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.button_tree", BI.ButtonTree);/** BI.shortcut("bi.button_tree", BI.ButtonTree);/**
* guy * guy
* 异步树 * 异步树
* @class BI.TreeView * @class BI.TreeView
@ -1966,7 +1966,7 @@ BI.TreeView.EVENT_CHANGE = "EVENT_CHANGE";
BI.TreeView.EVENT_INIT = BI.Events.INIT; BI.TreeView.EVENT_INIT = BI.Events.INIT;
BI.TreeView.EVENT_AFTERINIT = BI.Events.AFTERINIT; BI.TreeView.EVENT_AFTERINIT = BI.Events.AFTERINIT;
$.shortcut("bi.tree_view", BI.TreeView);/** BI.shortcut("bi.tree_view", BI.TreeView);/**
* guy * guy
* 同步树 * 同步树
* @class BI.SyncTree * @class BI.SyncTree
@ -2174,7 +2174,7 @@ BI.SyncTree = BI.inherit(BI.TreeView, {
} }
}); });
$.shortcut("bi.sync_tree", BI.SyncTree);/** BI.shortcut("bi.sync_tree", BI.SyncTree);/**
* guy * guy
* 局部树两个请求树 第一个请求构造树第二个请求获取节点 * 局部树两个请求树 第一个请求构造树第二个请求获取节点
* @class BI.PartTree * @class BI.PartTree
@ -2348,7 +2348,7 @@ BI.PartTree = BI.inherit(BI.SyncTree, {
} }
}); });
$.shortcut("bi.part_tree", BI.PartTree);BI.Resizers = new BI.ResizeController(); BI.shortcut("bi.part_tree", BI.PartTree);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();
@ -2490,7 +2490,7 @@ BI.Canvas = BI.inherit(BI.Widget, {
}); });
} }
}); });
$.shortcut("bi.canvas", BI.Canvas);/** BI.shortcut("bi.canvas", BI.Canvas);/**
* Collection * Collection
* *
* Created by GUY on 2016/1/15. * Created by GUY on 2016/1/15.
@ -2781,7 +2781,7 @@ BI.Collection = BI.inherit(BI.Widget, {
} }
}); });
BI.Collection.EVENT_SCROLL = "EVENT_SCROLL"; BI.Collection.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut('bi.collection_view', BI.Collection);/** BI.shortcut('bi.collection_view', BI.Collection);/**
* @class BI.Combo * @class BI.Combo
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -3179,7 +3179,7 @@ BI.Combo.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.Combo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.Combo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.Combo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.Combo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.combo", BI.Combo);/** BI.shortcut("bi.combo", BI.Combo);/**
* *
* 某个可以展开的节点 * 某个可以展开的节点
* *
@ -3456,7 +3456,7 @@ BI.Expander.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.Expander.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.Expander.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.Expander.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.Expander.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.expander", BI.Expander);/** BI.shortcut("bi.expander", BI.Expander);/**
* Created by GUY on 2015/8/10. * Created by GUY on 2015/8/10.
*/ */
@ -3556,7 +3556,7 @@ BI.ComboGroup = BI.inherit(BI.Widget, {
}); });
BI.ComboGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.ComboGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.combo_group", BI.ComboGroup);BI.VirtualGroup = BI.inherit(BI.Widget, { BI.shortcut("bi.combo_group", BI.ComboGroup);BI.VirtualGroup = BI.inherit(BI.Widget, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.VirtualGroup.superclass._defaultConfig.apply(this, arguments), { return BI.extend(BI.VirtualGroup.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-virtual-group", baseCls: "bi-virtual-group",
@ -3627,7 +3627,7 @@ $.shortcut("bi.combo_group", BI.ComboGroup);BI.VirtualGroup = BI.inherit(BI.Widg
}); });
BI.VirtualGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.VirtualGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.virtual_group", BI.VirtualGroup);/** BI.shortcut("bi.virtual_group", BI.VirtualGroup);/**
* 加载控件 * 加载控件
* *
* Created by GUY on 2015/8/31. * Created by GUY on 2015/8/31.
@ -3888,7 +3888,7 @@ BI.Loader = BI.inherit(BI.Widget, {
} }
}); });
BI.Loader.EVENT_CHANGE = "EVENT_CHANGE"; BI.Loader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.loader", BI.Loader);/** BI.shortcut("bi.loader", BI.Loader);/**
* Created by GUY on 2015/6/26. * Created by GUY on 2015/6/26.
*/ */
@ -4025,7 +4025,7 @@ BI.Navigation = BI.inherit(BI.Widget, {
}); });
BI.Navigation.EVENT_CHANGE = "EVENT_CHANGE"; BI.Navigation.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.navigation", BI.Navigation);/** BI.shortcut("bi.navigation", BI.Navigation);/**
* 搜索逻辑控件 * 搜索逻辑控件
* *
* Created by GUY on 2015/9/28. * Created by GUY on 2015/9/28.
@ -4327,7 +4327,7 @@ BI.Searcher.EVENT_PAUSE = "EVENT_PAUSE";
BI.Searcher.EVENT_SEARCHING = "EVENT_SEARCHING"; BI.Searcher.EVENT_SEARCHING = "EVENT_SEARCHING";
BI.Searcher.EVENT_AFTER_INIT = "EVENT_AFTER_INIT"; BI.Searcher.EVENT_AFTER_INIT = "EVENT_AFTER_INIT";
$.shortcut("bi.searcher", BI.Searcher);/** BI.shortcut("bi.searcher", BI.Searcher);/**
* *
* 切换显示或隐藏面板 * 切换显示或隐藏面板
* *
@ -4603,7 +4603,7 @@ BI.Switcher.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.Switcher.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.Switcher.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.Switcher.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.Switcher.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.switcher", BI.Switcher);/** BI.shortcut("bi.switcher", BI.Switcher);/**
* Created by GUY on 2015/6/26. * Created by GUY on 2015/6/26.
*/ */
@ -4729,7 +4729,7 @@ BI.Tab = BI.inherit(BI.Widget, {
}); });
BI.Tab.EVENT_CHANGE = "EVENT_CHANGE"; BI.Tab.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.tab", BI.Tab);/** BI.shortcut("bi.tab", BI.Tab);/**
* 表示当前对象 * 表示当前对象
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4770,7 +4770,7 @@ BI.EL = BI.inherit(BI.Widget, {
this.ele.populate.apply(this, arguments); this.ele.populate.apply(this, arguments);
} }
}); });
$.shortcut('bi.el', BI.EL);// CodeMirror, copyright (c) by Marijn Haverbeke and others BI.shortcut('bi.el', BI.EL);// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE // Distributed under an MIT license: http://codemirror.net/LICENSE
// This is CodeMirror (http://codemirror.net), a code editor // This is CodeMirror (http://codemirror.net), a code editor
@ -14337,7 +14337,7 @@ BI.FormulaEditor = BI.inherit(BI.Single, {
BI.FormulaEditor.EVENT_CHANGE = "EVENT_CHANGE"; BI.FormulaEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.FormulaEditor.EVENT_BLUR = "EVENT_BLUR"; BI.FormulaEditor.EVENT_BLUR = "EVENT_BLUR";
BI.FormulaEditor.EVENT_FOCUS = "EVENT_FOCUS"; BI.FormulaEditor.EVENT_FOCUS = "EVENT_FOCUS";
$.shortcut("bi.formula_editor", BI.FormulaEditor); BI.shortcut("bi.formula_editor", BI.FormulaEditor);
/** /**
* z-index在1亿层级 * z-index在1亿层级
* 弹出提示消息框用于模拟阻塞操作通过回调函数实现 * 弹出提示消息框用于模拟阻塞操作通过回调函数实现
@ -14809,7 +14809,7 @@ BI.Grid = BI.inherit(BI.Widget, {
} }
}); });
BI.Grid.EVENT_SCROLL = "EVENT_SCROLL"; BI.Grid.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut('bi.grid_view', BI.Grid);/** BI.shortcut('bi.grid_view', BI.Grid);/**
* floatBox弹出层 * floatBox弹出层
* @class BI.FloatBox * @class BI.FloatBox
* @extends BI.Widget * @extends BI.Widget
@ -14950,7 +14950,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.float_box", BI.FloatBox); BI.shortcut("bi.float_box", BI.FloatBox);
BI.FloatBox.EVENT_FLOAT_BOX_CLOSED = "EVENT_FLOAT_BOX_CLOSED"; BI.FloatBox.EVENT_FLOAT_BOX_CLOSED = "EVENT_FLOAT_BOX_CLOSED";
BI.FloatBox.EVENT_FLOAT_BOX_OPEN = "EVENT_FLOAT_BOX_CLOSED"; BI.FloatBox.EVENT_FLOAT_BOX_OPEN = "EVENT_FLOAT_BOX_CLOSED";
@ -15134,7 +15134,7 @@ BI.PopupView = BI.inherit(BI.Widget, {
} }
}); });
BI.PopupView.EVENT_CHANGE = "EVENT_CHANGE"; BI.PopupView.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.popup_view", BI.PopupView);/** BI.shortcut("bi.popup_view", BI.PopupView);/**
* 搜索面板 * 搜索面板
* *
* Created by GUY on 2015/9/28. * Created by GUY on 2015/9/28.
@ -15272,7 +15272,7 @@ BI.SearcherView = BI.inherit(BI.Pane, {
}); });
BI.SearcherView.EVENT_CHANGE = "EVENT_CHANGE"; BI.SearcherView.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.searcher_view", BI.SearcherView);/** BI.shortcut("bi.searcher_view", BI.SearcherView);/**
* 分页控件 * 分页控件
* *
* Created by GUY on 2015/8/31. * Created by GUY on 2015/8/31.
@ -15559,7 +15559,7 @@ BI.Pager = BI.inherit(BI.Widget, {
}); });
BI.Pager.EVENT_CHANGE = "EVENT_CHANGE"; BI.Pager.EVENT_CHANGE = "EVENT_CHANGE";
BI.Pager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE"; BI.Pager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE";
$.shortcut("bi.pager", BI.Pager);/** BI.shortcut("bi.pager", BI.Pager);/**
* 超链接 * 超链接
* *
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
@ -15590,7 +15590,7 @@ BI.A = BI.inherit(BI.Text, {
} }
}); });
$.shortcut("bi.a", BI.A);/** BI.shortcut("bi.a", BI.A);/**
* guy * guy
* 加载条 * 加载条
* @type {*|void|Object} * @type {*|void|Object}
@ -15673,7 +15673,7 @@ BI.LoadingBar = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.loading_bar", BI.LoadingBar);/** BI.shortcut("bi.loading_bar", BI.LoadingBar);/**
* @class BI.IconButton * @class BI.IconButton
* @extends BI.BasicButton * @extends BI.BasicButton
* 图标的button * 图标的button
@ -15723,7 +15723,7 @@ BI.IconButton = BI.inherit(BI.BasicButton, {
} }
}); });
BI.IconButton.EVENT_CHANGE = "IconButton.EVENT_CHANGE"; BI.IconButton.EVENT_CHANGE = "IconButton.EVENT_CHANGE";
$.shortcut("bi.icon_button", BI.IconButton);/** BI.shortcut("bi.icon_button", BI.IconButton);/**
* 图片的button * 图片的button
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -15809,7 +15809,7 @@ BI.ImageButton = BI.inherit(BI.BasicButton, {
} }
}); });
BI.ImageButton.EVENT_CHANGE = "ImageButton.EVENT_CHANGE"; BI.ImageButton.EVENT_CHANGE = "ImageButton.EVENT_CHANGE";
$.shortcut("bi.image_button", BI.ImageButton);(function ($) { BI.shortcut("bi.image_button", BI.ImageButton);(function ($) {
/** /**
* 文字类型的按钮 * 文字类型的按钮
@ -15946,7 +15946,7 @@ $.shortcut("bi.image_button", BI.ImageButton);(function ($) {
BI.Button.superclass.destroy.apply(this, arguments); BI.Button.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.button', BI.Button); BI.shortcut('bi.button', BI.Button);
BI.Button.EVENT_CHANGE = "EVENT_CHANGE"; BI.Button.EVENT_CHANGE = "EVENT_CHANGE";
})(jQuery);/** })(jQuery);/**
* guy * guy
@ -16037,7 +16037,7 @@ BI.TextButton = BI.inherit(BI.BasicButton, {
} }
}); });
BI.TextButton.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextButton.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_button", BI.TextButton);/** BI.shortcut("bi.text_button", BI.TextButton);/**
* 带有一个占位 * 带有一个占位
* *
* Created by GUY on 2015/9/11. * Created by GUY on 2015/9/11.
@ -16155,7 +16155,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);/** BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);/**
* guy * guy
* 一个占位符和两个icon和一行数 组成的一行listitem * 一个占位符和两个icon和一行数 组成的一行listitem
* *
@ -16291,7 +16291,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);/** BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);/**
* 带有一个占位 * 带有一个占位
* *
* Created by GUY on 2015/9/11. * Created by GUY on 2015/9/11.
@ -16401,7 +16401,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);/** BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);/**
* guy * guy
* 两个icon和一行数 组成的一行listitem * 两个icon和一行数 组成的一行listitem
* *
@ -16534,7 +16534,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);/** BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);/**
* guy * guy
* *
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
@ -16639,7 +16639,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_text_item", BI.IconTextItem);/** BI.shortcut("bi.icon_text_item", BI.IconTextItem);/**
* *
* 图标的button * 图标的button
* *
@ -16745,7 +16745,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_icon_item", BI.TextIconItem);/** BI.shortcut("bi.text_icon_item", BI.TextIconItem);/**
* guy * guy
* 一个button和一行数 组成的一行listitem * 一个button和一行数 组成的一行listitem
* *
@ -16830,7 +16830,7 @@ BI.TextItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.TextItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_item", BI.TextItem);/** BI.shortcut("bi.text_item", BI.TextItem);/**
* guy * guy
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
* @class BI.IconTextIconNode * @class BI.IconTextIconNode
@ -16953,7 +16953,7 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
} }
}); });
BI.IconTextIconNode.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconTextIconNode.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_text_icon_node", BI.IconTextIconNode);/** BI.shortcut("bi.icon_text_icon_node", BI.IconTextIconNode);/**
* guy * guy
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
* @class BI.IconTextNode * @class BI.IconTextNode
@ -17049,7 +17049,7 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
} }
}); });
BI.IconTextNode.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconTextNode.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_text_node", BI.IconTextNode);/** BI.shortcut("bi.icon_text_node", BI.IconTextNode);/**
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
* @class BI.TextIconNode * @class BI.TextIconNode
* @extends BI.NodeButton * @extends BI.NodeButton
@ -17144,7 +17144,7 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
} }
}); });
BI.TextIconNode.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextIconNode.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_icon_node", BI.TextIconNode);/** BI.shortcut("bi.text_icon_node", BI.TextIconNode);/**
* guy * guy
* *
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
@ -17220,7 +17220,7 @@ BI.TextNode = BI.inherit(BI.NodeButton, {
} }
}); });
BI.TextNode.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextNode.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_node", BI.TextNode);/** BI.shortcut("bi.text_node", BI.TextNode);/**
* *
* Created by GUY on 2016/1/15. * Created by GUY on 2016/1/15.
* @class BI.CodeEditor * @class BI.CodeEditor
@ -17365,7 +17365,7 @@ BI.CodeEditor = BI.inherit(BI.Single, {
BI.CodeEditor.EVENT_CHANGE = "EVENT_CHANGE"; BI.CodeEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.CodeEditor.EVENT_BLUR = "EVENT_BLUR"; BI.CodeEditor.EVENT_BLUR = "EVENT_BLUR";
BI.CodeEditor.EVENT_FOCUS = "EVENT_FOCUS"; BI.CodeEditor.EVENT_FOCUS = "EVENT_FOCUS";
$.shortcut("bi.code_editor", BI.CodeEditor);/** BI.shortcut("bi.code_editor", BI.CodeEditor);/**
* Created by GUY on 2015/4/15. * Created by GUY on 2015/4/15.
* @class BI.Editor * @class BI.Editor
* @extends BI.Single * @extends BI.Single
@ -17696,7 +17696,7 @@ BI.Editor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.Editor.EVENT_REMOVE = "EVENT_REMOVE"; BI.Editor.EVENT_REMOVE = "EVENT_REMOVE";
BI.Editor.EVENT_EMPTY = "EVENT_EMPTY"; BI.Editor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.editor", BI.Editor);/** BI.shortcut("bi.editor", BI.Editor);/**
* 多文件 * 多文件
* *
* Created by GUY on 2016/4/13. * Created by GUY on 2016/4/13.
@ -17789,7 +17789,7 @@ BI.MultifileEditor.EVENT_UPLOADSTART = "MultifileEditor.EVENT_UPLOADSTART";
BI.MultifileEditor.EVENT_ERROR = "MultifileEditor.EVENT_ERROR"; BI.MultifileEditor.EVENT_ERROR = "MultifileEditor.EVENT_ERROR";
BI.MultifileEditor.EVENT_PROGRESS = "MultifileEditor.EVENT_PROGRESS"; BI.MultifileEditor.EVENT_PROGRESS = "MultifileEditor.EVENT_PROGRESS";
BI.MultifileEditor.EVENT_UPLOADED = "MultifileEditor.EVENT_UPLOADED"; BI.MultifileEditor.EVENT_UPLOADED = "MultifileEditor.EVENT_UPLOADED";
$.shortcut("bi.multifile_editor", BI.MultifileEditor);/** BI.shortcut("bi.multifile_editor", BI.MultifileEditor);/**
* *
* Created by GUY on 2016/1/18. * Created by GUY on 2016/1/18.
* @class BI.TextAreaEditor * @class BI.TextAreaEditor
@ -17954,7 +17954,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
BI.TextAreaEditor.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextAreaEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.TextAreaEditor.EVENT_BLUR = "EVENT_BLUR"; BI.TextAreaEditor.EVENT_BLUR = "EVENT_BLUR";
BI.TextAreaEditor.EVENT_FOCUS = "EVENT_FOCUS"; BI.TextAreaEditor.EVENT_FOCUS = "EVENT_FOCUS";
$.shortcut("bi.textarea_editor", BI.TextAreaEditor);/** BI.shortcut("bi.textarea_editor", BI.TextAreaEditor);/**
* guy 图标 * guy 图标
* @class BI.Icon * @class BI.Icon
* @extends BI.Single * @extends BI.Single
@ -17971,7 +17971,7 @@ BI.Icon = BI.inherit(BI.Single, {
BI.Icon.superclass._init.apply(this, arguments); BI.Icon.superclass._init.apply(this, arguments);
} }
}); });
$.shortcut("bi.icon", BI.Icon);/** BI.shortcut("bi.icon", BI.Icon);/**
* @class BI.Iframe * @class BI.Iframe
* @extends BI.Single * @extends BI.Single
* @abstract * @abstract
@ -18012,7 +18012,7 @@ BI.Iframe = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.iframe", BI.Iframe);/** BI.shortcut("bi.iframe", BI.Iframe);/**
* ͼƬ * ͼƬ
* *
* Created by GUY on 2016/1/26. * Created by GUY on 2016/1/26.
@ -18047,7 +18047,7 @@ BI.Img = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.img", BI.Img); BI.shortcut("bi.img", BI.Img);
/** /**
* guy * guy
* @extends BI.Single * @extends BI.Single
@ -18080,7 +18080,7 @@ BI.Checkbox = BI.inherit(BI.IconButton, {
}); });
BI.Checkbox.EVENT_CHANGE = "Checkbox.EVENT_CHANGE"; BI.Checkbox.EVENT_CHANGE = "Checkbox.EVENT_CHANGE";
$.shortcut("bi.checkbox", BI.Checkbox);/** BI.shortcut("bi.checkbox", BI.Checkbox);/**
* 文件 * 文件
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -18697,7 +18697,7 @@ $.shortcut("bi.checkbox", BI.Checkbox);/**
BI.File.EVENT_ERROR = "EVENT_ERROR"; BI.File.EVENT_ERROR = "EVENT_ERROR";
BI.File.EVENT_PROGRESS = "EVENT_PROGRESS"; BI.File.EVENT_PROGRESS = "EVENT_PROGRESS";
BI.File.EVENT_UPLOADED = "EVENT_UPLOADED"; BI.File.EVENT_UPLOADED = "EVENT_UPLOADED";
$.shortcut("bi.file", BI.File); BI.shortcut("bi.file", BI.File);
})();/** })();/**
* guy * guy
* @class BI.Input 一个button和一行数 组成的一行listitem * @class BI.Input 一个button和一行数 组成的一行listitem
@ -18981,7 +18981,7 @@ BI.Input.EVENT_VALID = "EVENT_VALID";
BI.Input.EVENT_ERROR = "EVENT_ERROR"; BI.Input.EVENT_ERROR = "EVENT_ERROR";
BI.Input.EVENT_ENTER = "EVENT_ENTER"; BI.Input.EVENT_ENTER = "EVENT_ENTER";
BI.Input.EVENT_RESTRICT = "EVENT_RESTRICT"; BI.Input.EVENT_RESTRICT = "EVENT_RESTRICT";
$.shortcut("bi.input", BI.Input);/** BI.shortcut("bi.input", BI.Input);/**
* guy * guy
* @extends BI.Single * @extends BI.Single
* @type {*|void|Object} * @type {*|void|Object}
@ -19013,7 +19013,7 @@ BI.Radio = BI.inherit(BI.IconButton, {
}); });
BI.Radio.EVENT_CHANGE = "Radio.EVENT_CHANGE"; BI.Radio.EVENT_CHANGE = "Radio.EVENT_CHANGE";
$.shortcut("bi.radio", BI.Radio);/** BI.shortcut("bi.radio", BI.Radio);/**
* Created by GUY on 2015/6/26. * Created by GUY on 2015/6/26.
*/ */
@ -19483,7 +19483,7 @@ BI.Label = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.label", BI.Label);/** BI.shortcut("bi.label", BI.Label);/**
* guy a元素 * guy a元素
* @class BI.Link * @class BI.Link
* @extends BI.Text * @extends BI.Text
@ -19519,7 +19519,7 @@ BI.Link = BI.inherit(BI.Label, {
} }
}); });
$.shortcut("bi.link", BI.Link);/** BI.shortcut("bi.link", BI.Link);/**
* guy * guy
* 气泡提示 * 气泡提示
* @class BI.Bubble * @class BI.Bubble
@ -19625,7 +19625,7 @@ BI.Bubble = BI.inherit(BI.Tip, {
} }
}); });
$.shortcut("bi.bubble", BI.Bubble);/** BI.shortcut("bi.bubble", BI.Bubble);/**
* toast提示 * toast提示
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -19678,7 +19678,7 @@ BI.Toast = BI.inherit(BI.Tip, {
} }
}); });
$.shortcut("bi.toast", BI.Toast);/** BI.shortcut("bi.toast", BI.Toast);/**
* toast提示 * toast提示
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -19760,7 +19760,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
} }
}); });
$.shortcut("bi.tooltip", BI.Tooltip);/** BI.shortcut("bi.tooltip", BI.Tooltip);/**
* 下拉 * 下拉
* @class BI.Trigger * @class BI.Trigger
* @extends BI.Single * @extends BI.Single
@ -28160,7 +28160,7 @@ BI.Svg = BI.inherit(BI.Widget, {
return this.paper.clear.apply(this.paper, arguments); return this.paper.clear.apply(this.paper, arguments);
} }
}); });
$.shortcut("bi.svg", BI.Svg);/** BI.shortcut("bi.svg", BI.Svg);/**
* *
* 表格 * 表格
* *
@ -28192,7 +28192,7 @@ BI.TableCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.table_cell", BI.TableCell);/** BI.shortcut("bi.table_cell", BI.TableCell);/**
* *
* 表格单元格 * 表格单元格
* *
@ -28248,7 +28248,7 @@ BI.CollectionTableCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.collection_table_cell", BI.CollectionTableCell);/** BI.shortcut("bi.collection_table_cell", BI.CollectionTableCell);/**
* CollectionTable * CollectionTable
* *
* Created by GUY on 2016/1/12. * Created by GUY on 2016/1/12.
@ -28794,7 +28794,7 @@ BI.CollectionTable = BI.inherit(BI.Widget, {
this._restore(); this._restore();
} }
}); });
$.shortcut('bi.collection_table', BI.CollectionTable);/** BI.shortcut('bi.collection_table', BI.CollectionTable);/**
* QuickCollectionTable * QuickCollectionTable
* *
* Created by GUY on 2016/1/12. * Created by GUY on 2016/1/12.
@ -28933,7 +28933,7 @@ BI.QuickCollectionTable = BI.inherit(BI.CollectionTable, {
this.bottomRightCollection.populate(rightItems); this.bottomRightCollection.populate(rightItems);
} }
}); });
$.shortcut('bi.quick_collection_table', BI.QuickCollectionTable);/** BI.shortcut('bi.quick_collection_table', BI.QuickCollectionTable);/**
* *
* 表格单元格 * 表格单元格
* *
@ -28991,7 +28991,7 @@ BI.GridTableCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.grid_table_cell", BI.GridTableCell);/** BI.shortcut("bi.grid_table_cell", BI.GridTableCell);/**
* GridTable * GridTable
* *
* Created by GUY on 2016/1/12. * Created by GUY on 2016/1/12.
@ -29461,7 +29461,7 @@ BI.GridTable = BI.inherit(BI.Widget, {
this._restore(); this._restore();
} }
}); });
$.shortcut('bi.grid_table', BI.GridTable);/** BI.shortcut('bi.grid_table', BI.GridTable);/**
* QuickGridTable * QuickGridTable
* *
* Created by GUY on 2016/1/12. * Created by GUY on 2016/1/12.
@ -29625,7 +29625,7 @@ BI.QuickGridTable = BI.inherit(BI.GridTable, {
this.bottomRightGrid.populate(rightItems); this.bottomRightGrid.populate(rightItems);
} }
}); });
$.shortcut('bi.quick_grid_table', BI.QuickGridTable);/** BI.shortcut('bi.quick_grid_table', BI.QuickGridTable);/**
* *
* 表格滚动条 * 表格滚动条
* *
@ -29951,7 +29951,7 @@ BI.GridTableScrollbar = BI.inherit(BI.Widget, {
}); });
BI.GridTableScrollbar.SIZE = 10; BI.GridTableScrollbar.SIZE = 10;
BI.GridTableScrollbar.EVENT_SCROLL = "EVENT_SCROLL"; BI.GridTableScrollbar.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut("bi.grid_table_scrollbar", BI.GridTableScrollbar); BI.shortcut("bi.grid_table_scrollbar", BI.GridTableScrollbar);
BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, { BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, {
@ -30031,7 +30031,7 @@ BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, {
} }
}); });
BI.GridTableHorizontalScrollbar.EVENT_SCROLL = "EVENT_SCROLL"; BI.GridTableHorizontalScrollbar.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut("bi.grid_table_horizontal_scrollbar", BI.GridTableHorizontalScrollbar);/** BI.shortcut("bi.grid_table_horizontal_scrollbar", BI.GridTableHorizontalScrollbar);/**
* *
* 表格 * 表格
* *
@ -30060,7 +30060,7 @@ BI.TableHeaderCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.table_header_cell", BI.TableHeaderCell);/** BI.shortcut("bi.table_header_cell", BI.TableHeaderCell);/**
* *
* 表格 * 表格
* *
@ -31998,7 +31998,7 @@ BI.Table.EVENT_TABLE_AFTER_COLUMN_RESIZE = "EVENT_TABLE_AFTER_COLUMN_RESIZE";
BI.Table.EVENT_TABLE_BEFORE_REGION_RESIZE = "EVENT_TABLE_BEFORE_REGION_RESIZE"; BI.Table.EVENT_TABLE_BEFORE_REGION_RESIZE = "EVENT_TABLE_BEFORE_REGION_RESIZE";
BI.Table.EVENT_TABLE_REGION_RESIZE = "EVENT_TABLE_REGION_RESIZE"; BI.Table.EVENT_TABLE_REGION_RESIZE = "EVENT_TABLE_REGION_RESIZE";
BI.Table.EVENT_TABLE_AFTER_REGION_RESIZE = "EVENT_TABLE_AFTER_REGION_RESIZE"; BI.Table.EVENT_TABLE_AFTER_REGION_RESIZE = "EVENT_TABLE_AFTER_REGION_RESIZE";
$.shortcut("bi.table_view", BI.Table); BI.shortcut("bi.table_view", BI.Table);
/** /**
* *
* 表格单元格 * 表格单元格
@ -32094,7 +32094,7 @@ BI.ResizableTableCell = BI.inherit(BI.Widget, {
this.cell.setHeight(o.height); this.cell.setHeight(o.height);
} }
}); });
$.shortcut("bi.resizable_table_cell", BI.ResizableTableCell);/** BI.shortcut("bi.resizable_table_cell", BI.ResizableTableCell);/**
* *
* 可调整列宽的grid表格 * 可调整列宽的grid表格
* *
@ -32442,7 +32442,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.resizable_table", BI.ResizableTable);/** BI.shortcut("bi.resizable_table", BI.ResizableTable);/**
* *
* 自定义树 * 自定义树
* *
@ -32596,7 +32596,7 @@ BI.CustomTree = BI.inherit(BI.Widget, {
}); });
BI.CustomTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.CustomTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.custom_tree", BI.CustomTree);/* BI.shortcut("bi.custom_tree", BI.CustomTree);/*
* JQuery zTree core v3.5.18 * JQuery zTree core v3.5.18
* http://zTree.me/ * http://zTree.me/
* *

210
bi/case.js

@ -85,7 +85,7 @@ BI.IconChangeButton = BI.inherit(BI.Single, {
} }
}); });
BI.IconChangeButton.EVENT_CHANGE = "IconChangeButton.EVENT_CHANGE"; BI.IconChangeButton.EVENT_CHANGE = "IconChangeButton.EVENT_CHANGE";
$.shortcut("bi.icon_change_button", BI.IconChangeButton);/** BI.shortcut("bi.icon_change_button", BI.IconChangeButton);/**
* guy * guy
* @extends BI.Single * @extends BI.Single
* @type {*|void|Object} * @type {*|void|Object}
@ -116,7 +116,7 @@ BI.HalfIconButton = BI.inherit(BI.IconButton, {
}); });
BI.HalfIconButton.EVENT_CHANGE = "HalfIconButton.EVENT_CHANGE"; BI.HalfIconButton.EVENT_CHANGE = "HalfIconButton.EVENT_CHANGE";
$.shortcut("bi.half_icon_button", BI.HalfIconButton);/** BI.shortcut("bi.half_icon_button", BI.HalfIconButton);/**
* 统一的trigger图标按钮 * 统一的trigger图标按钮
* *
* Created by GUY on 2015/9/16. * Created by GUY on 2015/9/16.
@ -145,7 +145,7 @@ BI.TriggerIconButton = BI.inherit(BI.IconButton, {
} }
}); });
BI.TriggerIconButton.EVENT_CHANGE = "TriggerIconButton.EVENT_CHANGE"; BI.TriggerIconButton.EVENT_CHANGE = "TriggerIconButton.EVENT_CHANGE";
$.shortcut("bi.trigger_icon_button", BI.TriggerIconButton);/** BI.shortcut("bi.trigger_icon_button", BI.TriggerIconButton);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -221,7 +221,7 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.MultiSelectItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multi_select_item", BI.MultiSelectItem);/** BI.shortcut("bi.multi_select_item", BI.MultiSelectItem);/**
* Created by GUY on 2016/2/2. * Created by GUY on 2016/2/2.
* *
* @class BI.SingleSelectIconTextItem * @class BI.SingleSelectIconTextItem
@ -279,7 +279,7 @@ BI.SingleSelectIconTextItem = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.single_select_icon_text_item", BI.SingleSelectIconTextItem);/** BI.shortcut("bi.single_select_icon_text_item", BI.SingleSelectIconTextItem);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -328,7 +328,7 @@ BI.SingleSelectItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.single_select_item", BI.SingleSelectItem);/** BI.shortcut("bi.single_select_item", BI.SingleSelectItem);/**
* guy * guy
* 单选框item * 单选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -401,7 +401,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.single_select_radio_item", BI.SingleSelectRadioItem);/** BI.shortcut("bi.single_select_radio_item", BI.SingleSelectRadioItem);/**
* Created by roy on 15/10/16. * Created by roy on 15/10/16.
*/ */
BI.ArrowNode = BI.inherit(BI.NodeButton, { BI.ArrowNode = BI.inherit(BI.NodeButton, {
@ -480,7 +480,7 @@ BI.ArrowNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.arrow_group_node", BI.ArrowNode);/** BI.shortcut("bi.arrow_group_node", BI.ArrowNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.FirstPlusGroupNode * @class BI.FirstPlusGroupNode
@ -560,7 +560,7 @@ BI.FirstPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.first_plus_group_node", BI.FirstPlusGroupNode);/** BI.shortcut("bi.first_plus_group_node", BI.FirstPlusGroupNode);/**
* Created by User on 2016/3/31. * Created by User on 2016/3/31.
*/ */
/** /**
@ -661,7 +661,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.icon_arrow_node", BI.IconArrowNode);/** BI.shortcut("bi.icon_arrow_node", BI.IconArrowNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.LastPlusGroupNode * @class BI.LastPlusGroupNode
@ -741,7 +741,7 @@ BI.LastPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.last_plus_group_node", BI.LastPlusGroupNode);/** BI.shortcut("bi.last_plus_group_node", BI.LastPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.MidPlusGroupNode * @class BI.MidPlusGroupNode
@ -821,7 +821,7 @@ BI.MidPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArrowNode = BI.inherit(BI.NodeButton, { BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArrowNode = BI.inherit(BI.NodeButton, {
_defaultConfig: function () { _defaultConfig: function () {
var conf = BI.MultiLayerIconArrowNode.superclass._defaultConfig.apply(this, arguments); var conf = BI.MultiLayerIconArrowNode.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, { return BI.extend(conf, {
@ -910,7 +910,7 @@ $.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArrow
} }
}); });
$.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);/** BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.PlusGroupNode * @class BI.PlusGroupNode
@ -986,7 +986,7 @@ BI.PlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.plus_group_node", BI.PlusGroupNode);/** BI.shortcut("bi.plus_group_node", BI.PlusGroupNode);/**
* 三角号表示的组节点 * 三角号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.TriangleGroupNode * @class BI.TriangleGroupNode
@ -1068,7 +1068,7 @@ BI.TriangleGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.triangle_group_node", BI.TriangleGroupNode);/** BI.shortcut("bi.triangle_group_node", BI.TriangleGroupNode);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -1171,7 +1171,7 @@ BI.FirstTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.first_tree_leaf_item", BI.FirstTreeLeafItem);BI.IconTreeLeafItem = BI.inherit(BI.BasicButton, { BI.shortcut("bi.first_tree_leaf_item", BI.FirstTreeLeafItem);BI.IconTreeLeafItem = BI.inherit(BI.BasicButton, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.IconTreeLeafItem.superclass._defaultConfig.apply(this, arguments), { return BI.extend(BI.IconTreeLeafItem.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-icon-tree-leaf-item bi-list-item-active", extraCls: "bi-icon-tree-leaf-item bi-list-item-active",
@ -1258,7 +1258,7 @@ $.shortcut("bi.first_tree_leaf_item", BI.FirstTreeLeafItem);BI.IconTreeLeafItem
} }
}); });
$.shortcut("bi.icon_tree_leaf_item", BI.IconTreeLeafItem);/** BI.shortcut("bi.icon_tree_leaf_item", BI.IconTreeLeafItem);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -1361,7 +1361,7 @@ BI.LastTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.last_tree_leaf_item", BI.LastTreeLeafItem);/** BI.shortcut("bi.last_tree_leaf_item", BI.LastTreeLeafItem);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -1464,7 +1464,7 @@ BI.MidTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.mid_tree_leaf_item", BI.MidTreeLeafItem);/** BI.shortcut("bi.mid_tree_leaf_item", BI.MidTreeLeafItem);/**
* @class BI.MultiLayerIconTreeLeafItem * @class BI.MultiLayerIconTreeLeafItem
* @extends BI.BasicButton * @extends BI.BasicButton
*/ */
@ -1559,7 +1559,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);/** BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);/**
* 树叶子节点 * 树叶子节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.TreeTextLeafItem * @class BI.TreeTextLeafItem
@ -1627,7 +1627,7 @@ BI.TreeTextLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.tree_text_leaf_item", BI.TreeTextLeafItem);/** BI.shortcut("bi.tree_text_leaf_item", BI.TreeTextLeafItem);/**
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
* @class BI.Calendar * @class BI.Calendar
* @extends BI.Widget * @extends BI.Widget
@ -1816,7 +1816,7 @@ BI.extend(BI.Calendar, {
} }
}); });
$.shortcut("bi.calendar", BI.Calendar);/** BI.shortcut("bi.calendar", BI.Calendar);/**
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
* @class BI.YearCalendar * @class BI.YearCalendar
* @extends BI.Widget * @extends BI.Widget
@ -1956,7 +1956,7 @@ BI.extend(BI.YearCalendar, {
} }
}); });
$.shortcut("bi.year_calendar", BI.YearCalendar);/** BI.shortcut("bi.year_calendar", BI.YearCalendar);/**
* 绘制一些较复杂的canvas * 绘制一些较复杂的canvas
* *
* Created by GUY on 2015/11/24. * Created by GUY on 2015/11/24.
@ -2047,7 +2047,7 @@ BI.ComplexCanvas = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.complex_canvas", BI.ComplexCanvas);/** BI.shortcut("bi.complex_canvas", BI.ComplexCanvas);/**
* Created by roy on 15/10/16. * Created by roy on 15/10/16.
* 上箭头与下箭头切换的树节点 * 上箭头与下箭头切换的树节点
*/ */
@ -2071,7 +2071,7 @@ BI.ArrowTreeGroupNodeCheckbox=BI.inherit(BI.IconButton,{
} }
} }
}); });
$.shortcut("bi.arrow_tree_group_node_checkbox",BI.ArrowTreeGroupNodeCheckbox);/** BI.shortcut("bi.arrow_tree_group_node_checkbox",BI.ArrowTreeGroupNodeCheckbox);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.CheckingMarkNode * @class BI.CheckingMarkNode
* @extends BI.IconButton * @extends BI.IconButton
@ -2098,7 +2098,7 @@ BI.CheckingMarkNode = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.checking_mark_node", BI.CheckingMarkNode);/** BI.shortcut("bi.checking_mark_node", BI.CheckingMarkNode);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.FirstTreeNodeCheckbox * @class BI.FirstTreeNodeCheckbox
* @extends BI.IconButton * @extends BI.IconButton
@ -2124,7 +2124,7 @@ BI.FirstTreeNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.first_tree_node_checkbox", BI.FirstTreeNodeCheckbox);/** BI.shortcut("bi.first_tree_node_checkbox", BI.FirstTreeNodeCheckbox);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.LastTreeNodeCheckbox * @class BI.LastTreeNodeCheckbox
* @extends BI.IconButton * @extends BI.IconButton
@ -2150,7 +2150,7 @@ BI.LastTreeNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.last_tree_node_checkbox", BI.LastTreeNodeCheckbox);/** BI.shortcut("bi.last_tree_node_checkbox", BI.LastTreeNodeCheckbox);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.MidTreeNodeCheckbox * @class BI.MidTreeNodeCheckbox
* @extends BI.IconButton * @extends BI.IconButton
@ -2176,7 +2176,7 @@ BI.MidTreeNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.mid_tree_node_checkbox", BI.MidTreeNodeCheckbox);/** BI.shortcut("bi.mid_tree_node_checkbox", BI.MidTreeNodeCheckbox);/**
* 三角形的树节点 * 三角形的树节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.TreeGroupNodeCheckbox * @class BI.TreeGroupNodeCheckbox
@ -2203,7 +2203,7 @@ BI.TreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.tree_group_node_checkbox", BI.TreeGroupNodeCheckbox);/** BI.shortcut("bi.tree_group_node_checkbox", BI.TreeGroupNodeCheckbox);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.TreeNodeCheckbox * @class BI.TreeNodeCheckbox
* @extends BI.IconButton * @extends BI.IconButton
@ -2229,7 +2229,7 @@ BI.TreeNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.tree_node_checkbox", BI.TreeNodeCheckbox);/** BI.shortcut("bi.tree_node_checkbox", BI.TreeNodeCheckbox);/**
* 自定义选色 * 自定义选色
* *
* Created by GUY on 2015/11/17. * Created by GUY on 2015/11/17.
@ -2298,7 +2298,7 @@ BI.CustomColorChooser = BI.inherit(BI.Widget, {
} }
}); });
BI.CustomColorChooser.EVENT_CHANGE = "CustomColorChooser.EVENT_CHANGE"; BI.CustomColorChooser.EVENT_CHANGE = "CustomColorChooser.EVENT_CHANGE";
$.shortcut("bi.custom_color_chooser", BI.CustomColorChooser);/** BI.shortcut("bi.custom_color_chooser", BI.CustomColorChooser);/**
* 选色控件 * 选色控件
* *
* Created by GUY on 2015/11/17. * Created by GUY on 2015/11/17.
@ -2383,7 +2383,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, {
} }
}); });
BI.ColorChooser.EVENT_CHANGE = "ColorChooser.EVENT_CHANGE"; BI.ColorChooser.EVENT_CHANGE = "ColorChooser.EVENT_CHANGE";
$.shortcut("bi.color_chooser", BI.ColorChooser);/** BI.shortcut("bi.color_chooser", BI.ColorChooser);/**
* 选色控件 * 选色控件
* *
* Created by GUY on 2015/11/17. * Created by GUY on 2015/11/17.
@ -2576,7 +2576,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, {
}); });
BI.ColorChooserPopup.EVENT_VALUE_CHANGE = "ColorChooserPopup.EVENT_VALUE_CHANGE"; BI.ColorChooserPopup.EVENT_VALUE_CHANGE = "ColorChooserPopup.EVENT_VALUE_CHANGE";
BI.ColorChooserPopup.EVENT_CHANGE = "ColorChooserPopup.EVENT_CHANGE"; BI.ColorChooserPopup.EVENT_CHANGE = "ColorChooserPopup.EVENT_CHANGE";
$.shortcut("bi.color_chooser_popup", BI.ColorChooserPopup);/** BI.shortcut("bi.color_chooser_popup", BI.ColorChooserPopup);/**
* 选色控件 * 选色控件
* *
* Created by GUY on 2015/11/17. * Created by GUY on 2015/11/17.
@ -2633,7 +2633,7 @@ BI.ColorChooserTrigger = BI.inherit(BI.Trigger, {
} }
}); });
BI.ColorChooserTrigger.EVENT_CHANGE = "ColorChooserTrigger.EVENT_CHANGE"; BI.ColorChooserTrigger.EVENT_CHANGE = "ColorChooserTrigger.EVENT_CHANGE";
$.shortcut("bi.color_chooser_trigger", BI.ColorChooserTrigger);/** BI.shortcut("bi.color_chooser_trigger", BI.ColorChooserTrigger);/**
* 简单选色控件按钮 * 简单选色控件按钮
* *
* Created by GUY on 2015/11/16. * Created by GUY on 2015/11/16.
@ -2692,7 +2692,7 @@ BI.ColorPickerButton = BI.inherit(BI.BasicButton, {
} }
}); });
BI.ColorPickerButton.EVENT_CHANGE = "ColorPickerButton.EVENT_CHANGE"; BI.ColorPickerButton.EVENT_CHANGE = "ColorPickerButton.EVENT_CHANGE";
$.shortcut("bi.color_picker_button", BI.ColorPickerButton);/** BI.shortcut("bi.color_picker_button", BI.ColorPickerButton);/**
* 简单选色控件 * 简单选色控件
* *
* Created by GUY on 2015/11/16. * Created by GUY on 2015/11/16.
@ -2880,7 +2880,7 @@ BI.ColorPicker = BI.inherit(BI.Widget, {
} }
}); });
BI.ColorPicker.EVENT_CHANGE = "ColorPicker.EVENT_CHANGE"; BI.ColorPicker.EVENT_CHANGE = "ColorPicker.EVENT_CHANGE";
$.shortcut("bi.color_picker", BI.ColorPicker);/** BI.shortcut("bi.color_picker", BI.ColorPicker);/**
* 简单选色控件 * 简单选色控件
* *
* Created by GUY on 2015/11/16. * Created by GUY on 2015/11/16.
@ -3013,7 +3013,7 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
} }
}); });
BI.ColorPickerEditor.EVENT_CHANGE = "ColorPickerEditor.EVENT_CHANGE"; BI.ColorPickerEditor.EVENT_CHANGE = "ColorPickerEditor.EVENT_CHANGE";
$.shortcut("bi.color_picker_editor", BI.ColorPickerEditor);/** BI.shortcut("bi.color_picker_editor", BI.ColorPickerEditor);/**
* 选色控件 * 选色控件
* *
* Created by GUY on 2015/11/16. * Created by GUY on 2015/11/16.
@ -3050,7 +3050,7 @@ BI.Farbtastic = BI.inherit(BI.Widget, {
} }
}); });
BI.Farbtastic.EVENT_CHANGE = "Farbtastic.EVENT_CHANGE"; BI.Farbtastic.EVENT_CHANGE = "Farbtastic.EVENT_CHANGE";
$.shortcut("bi.farbtastic", BI.Farbtastic);/** BI.shortcut("bi.farbtastic", BI.Farbtastic);/**
* Farbtastic Color Picker 1.2 * Farbtastic Color Picker 1.2
* © 2008 Steven Wittens * © 2008 Steven Wittens
* *
@ -3603,7 +3603,7 @@ BI.BubbleCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
BI.BubbleCombo.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW"; BI.BubbleCombo.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.BubbleCombo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.BubbleCombo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.BubbleCombo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.BubbleCombo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.bubble_combo", BI.BubbleCombo);/** BI.shortcut("bi.bubble_combo", BI.BubbleCombo);/**
* Created by GUY on 2017/2/8. * Created by GUY on 2017/2/8.
* *
* @class BI.BubblePopupView * @class BI.BubblePopupView
@ -3675,7 +3675,7 @@ BI.BubblePopupView = BI.inherit(BI.PopupView, {
} }
}); });
$.shortcut("bi.bubble_popup_view", BI.BubblePopupView); BI.shortcut("bi.bubble_popup_view", BI.BubblePopupView);
/** /**
* Created by GUY on 2017/2/8. * Created by GUY on 2017/2/8.
@ -3720,7 +3720,7 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
} }
}); });
BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON"; BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON";
$.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);/** BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);/**
* Created by Young's on 2016/4/28. * Created by Young's on 2016/4/28.
*/ */
BI.EditorIconCheckCombo = BI.inherit(BI.Widget, { BI.EditorIconCheckCombo = BI.inherit(BI.Widget, {
@ -3799,7 +3799,7 @@ BI.EditorIconCheckCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.EditorIconCheckCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.EditorIconCheckCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.editor_icon_check_combo", BI.EditorIconCheckCombo);/** BI.shortcut("bi.editor_icon_check_combo", BI.EditorIconCheckCombo);/**
* Created by GUY on 2016/4/25. * Created by GUY on 2016/4/25.
* *
* @class BI.FormulaCombo * @class BI.FormulaCombo
@ -3897,7 +3897,7 @@ BI.FormulaCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.FormulaCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.FormulaCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.formula_combo", BI.FormulaCombo);/** BI.shortcut("bi.formula_combo", BI.FormulaCombo);/**
* Created by GUY on 2016/4/25. * Created by GUY on 2016/4/25.
* *
* @class BI.FormulaComboPopup * @class BI.FormulaComboPopup
@ -3985,7 +3985,7 @@ BI.FormulaComboPopup = BI.inherit(BI.Widget, {
}); });
BI.FormulaComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.FormulaComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.FormulaComboPopup.EVENT_VALUE_CANCEL = "EVENT_VALUE_CANCEL"; BI.FormulaComboPopup.EVENT_VALUE_CANCEL = "EVENT_VALUE_CANCEL";
$.shortcut("bi.formula_combo_popup", BI.FormulaComboPopup);/** BI.shortcut("bi.formula_combo_popup", BI.FormulaComboPopup);/**
* Created by GUY on 2016/4/25. * Created by GUY on 2016/4/25.
* *
* @class BI.FormulaComboTrigger * @class BI.FormulaComboTrigger
@ -4043,7 +4043,7 @@ BI.FormulaComboTrigger = BI.inherit(BI.Widget, {
this.label.setText(this._getTextFromFormulaValue(v)); this.label.setText(this._getTextFromFormulaValue(v));
} }
}); });
$.shortcut("bi.formula_combo_trigger", BI.FormulaComboTrigger);/** BI.shortcut("bi.formula_combo_trigger", BI.FormulaComboTrigger);/**
* Created by GUY on 2016/2/2. * Created by GUY on 2016/2/2.
* *
* @class BI.IconCombo * @class BI.IconCombo
@ -4141,7 +4141,7 @@ BI.IconCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.IconCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_combo", BI.IconCombo);/** BI.shortcut("bi.icon_combo", BI.IconCombo);/**
* Created by GUY on 2016/2/2. * Created by GUY on 2016/2/2.
* *
* @class BI.IconComboPopup * @class BI.IconComboPopup
@ -4203,7 +4203,7 @@ BI.IconComboPopup = BI.inherit(BI.Pane, {
}); });
BI.IconComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_combo_popup", BI.IconComboPopup);/** BI.shortcut("bi.icon_combo_popup", BI.IconComboPopup);/**
* Created by GUY on 2016/2/2. * Created by GUY on 2016/2/2.
* *
* @class BI.IconComboTrigger * @class BI.IconComboTrigger
@ -4292,7 +4292,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
} }
}); });
BI.IconComboTrigger.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconComboTrigger.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_combo_trigger", BI.IconComboTrigger);/** BI.shortcut("bi.icon_combo_trigger", BI.IconComboTrigger);/**
* 单选combo * 单选combo
* *
* @class BI.StaticCombo * @class BI.StaticCombo
@ -4358,7 +4358,7 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.StaticCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.StaticCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.static_combo", BI.StaticCombo);/** BI.shortcut("bi.static_combo", BI.StaticCombo);/**
* @class BI.TextValueCheckCombo * @class BI.TextValueCheckCombo
* @extend BI.Widget * @extend BI.Widget
* combo : text + icon, popup : check + text * combo : text + icon, popup : check + text
@ -4435,7 +4435,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.TextValueCheckCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueCheckCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_check_combo", BI.TextValueCheckCombo);/** BI.shortcut("bi.text_value_check_combo", BI.TextValueCheckCombo);/**
* @class BI.SmallTextValueCheckCombo * @class BI.SmallTextValueCheckCombo
* @extend BI.Widget * @extend BI.Widget
* combo : text + icon, popup : check + text * combo : text + icon, popup : check + text
@ -4503,7 +4503,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.SmallTextValueCheckCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.SmallTextValueCheckCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.TextValueCheckComboPopup = BI.inherit(BI.Pane, { BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.TextValueCheckComboPopup = BI.inherit(BI.Pane, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.TextValueCheckComboPopup.superclass._defaultConfig.apply(this, arguments), { return BI.extend(BI.TextValueCheckComboPopup.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-text-icon-popup", baseCls: "bi-text-icon-popup",
@ -4562,7 +4562,7 @@ $.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.Te
}); });
BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/** BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/**
* @class BI.TextValueCombo * @class BI.TextValueCombo
* @extend BI.Widget * @extend BI.Widget
* combo : text + icon, popup : text * combo : text + icon, popup : text
@ -4632,7 +4632,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.TextValueCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_combo", BI.TextValueCombo);/** BI.shortcut("bi.text_value_combo", BI.TextValueCombo);/**
* @class BI.SmallTextValueCombo * @class BI.SmallTextValueCombo
* @extend BI.Widget * @extend BI.Widget
* combo : text + icon, popup : text * combo : text + icon, popup : text
@ -4702,7 +4702,7 @@ BI.SmallTextValueCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.SmallTextValueCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.SmallTextValueCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.small_text_value_combo", BI.SmallTextValueCombo);BI.TextValueComboPopup = BI.inherit(BI.Pane, { BI.shortcut("bi.small_text_value_combo", BI.SmallTextValueCombo);BI.TextValueComboPopup = BI.inherit(BI.Pane, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.TextValueComboPopup.superclass._defaultConfig.apply(this, arguments), { return BI.extend(BI.TextValueComboPopup.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-text-icon-popup", baseCls: "bi-text-icon-popup",
@ -4759,7 +4759,7 @@ $.shortcut("bi.small_text_value_combo", BI.SmallTextValueCombo);BI.TextValueComb
}); });
BI.TextValueComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_combo_popup", BI.TextValueComboPopup);/** BI.shortcut("bi.text_value_combo_popup", BI.TextValueComboPopup);/**
* @class BI.TextValueDownListCombo * @class BI.TextValueDownListCombo
* @extend BI.Widget * @extend BI.Widget
*/ */
@ -4842,7 +4842,7 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.TextValueDownListCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueDownListCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_down_list_combo", BI.TextValueDownListCombo);/** BI.shortcut("bi.text_value_down_list_combo", BI.TextValueDownListCombo);/**
* 选择字段trigger, downlist专用 * 选择字段trigger, downlist专用
* 显示形式为 父亲值(儿子值) * 显示形式为 父亲值(儿子值)
* *
@ -4895,7 +4895,7 @@ BI.DownListSelectTextTrigger = BI.inherit(BI.Trigger, {
this.trigger.populate(this._formatItemArray(items)); this.trigger.populate(this._formatItemArray(items));
} }
}); });
$.shortcut("bi.down_list_select_text_trigger", BI.DownListSelectTextTrigger);/** BI.shortcut("bi.down_list_select_text_trigger", BI.DownListSelectTextTrigger);/**
* 根据内容自适应长度的输入框 * 根据内容自适应长度的输入框
* @class BI.AdaptiveEditor * @class BI.AdaptiveEditor
* @extends BI.Single * @extends BI.Single
@ -5056,7 +5056,7 @@ BI.AdaptiveEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.AdaptiveEditor.EVENT_SPACE = "EVENT_SPACE"; BI.AdaptiveEditor.EVENT_SPACE = "EVENT_SPACE";
BI.AdaptiveEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.AdaptiveEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.adapt_editor", BI.AdaptiveEditor);/** BI.shortcut("bi.adapt_editor", BI.AdaptiveEditor);/**
* 有清楚按钮的文本框 * 有清楚按钮的文本框
* Created by GUY on 2015/9/29. * Created by GUY on 2015/9/29.
* @class BI.SmallTextEditor * @class BI.SmallTextEditor
@ -5224,7 +5224,7 @@ BI.ClearEditor.EVENT_ENTER = "EVENT_ENTER";
BI.ClearEditor.EVENT_RESTRICT = "EVENT_RESTRICT"; BI.ClearEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.ClearEditor.EVENT_REMOVE = "EVENT_REMOVE"; BI.ClearEditor.EVENT_REMOVE = "EVENT_REMOVE";
BI.ClearEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.ClearEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.clear_editor", BI.ClearEditor);/** BI.shortcut("bi.clear_editor", BI.ClearEditor);/**
* guy * guy
* 记录内容的输入框 * 记录内容的输入框
* @class BI.RecordEditor * @class BI.RecordEditor
@ -5450,7 +5450,7 @@ BI.RecordEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.RecordEditor.EVENT_SPACE = "EVENT_SPACE"; BI.RecordEditor.EVENT_SPACE = "EVENT_SPACE";
BI.RecordEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.RecordEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.record_editor", BI.RecordEditor);/** BI.shortcut("bi.record_editor", BI.RecordEditor);/**
* Created by roy on 15/9/14. * Created by roy on 15/9/14.
*/ */
BI.SearchEditor = BI.inherit(BI.Widget, { BI.SearchEditor = BI.inherit(BI.Widget, {
@ -5647,7 +5647,7 @@ BI.SearchEditor.EVENT_ENTER = "EVENT_ENTER";
BI.SearchEditor.EVENT_RESTRICT = "EVENT_RESTRICT"; BI.SearchEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SearchEditor.EVENT_REMOVE = "EVENT_REMOVE"; BI.SearchEditor.EVENT_REMOVE = "EVENT_REMOVE";
BI.SearchEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SearchEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.search_editor", BI.SearchEditor);/** BI.shortcut("bi.search_editor", BI.SearchEditor);/**
* 小号搜索框 * 小号搜索框
* Created by GUY on 2015/9/29. * Created by GUY on 2015/9/29.
* @class BI.SmallSearchEditor * @class BI.SmallSearchEditor
@ -5666,7 +5666,7 @@ BI.SmallSearchEditor = BI.inherit(BI.SearchEditor, {
BI.SmallSearchEditor.superclass._init.apply(this, arguments); BI.SmallSearchEditor.superclass._init.apply(this, arguments);
} }
}); });
$.shortcut("bi.small_search_editor", BI.SmallSearchEditor);/** BI.shortcut("bi.small_search_editor", BI.SmallSearchEditor);/**
* 带标记的文本框 * 带标记的文本框
* Created by GUY on 2016/1/25. * Created by GUY on 2016/1/25.
* @class BI.ShelterEditor * @class BI.ShelterEditor
@ -5915,7 +5915,7 @@ BI.ShelterEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.ShelterEditor.EVENT_SPACE = "EVENT_SPACE"; BI.ShelterEditor.EVENT_SPACE = "EVENT_SPACE";
BI.ShelterEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.ShelterEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.shelter_editor", BI.ShelterEditor);/** BI.shortcut("bi.shelter_editor", BI.ShelterEditor);/**
* sign是新值初始value值形式的自适应宽度的输入框 * sign是新值初始value值形式的自适应宽度的输入框
* @class BI.SignInitialEditor * @class BI.SignInitialEditor
* @extends BI.Single * @extends BI.Single
@ -6079,7 +6079,7 @@ BI.SignInitialEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SignInitialEditor.EVENT_SPACE = "EVENT_SPACE"; BI.SignInitialEditor.EVENT_SPACE = "EVENT_SPACE";
BI.SignInitialEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SignInitialEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.sign_initial_editor", BI.SignInitialEditor);/** BI.shortcut("bi.sign_initial_editor", BI.SignInitialEditor);/**
* 带标记的文本框 * 带标记的文本框
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
* @class BI.SignEditor * @class BI.SignEditor
@ -6333,7 +6333,7 @@ BI.SignEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SignEditor.EVENT_SPACE = "EVENT_SPACE"; BI.SignEditor.EVENT_SPACE = "EVENT_SPACE";
BI.SignEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SignEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.sign_editor", BI.SignEditor);/** BI.shortcut("bi.sign_editor", BI.SignEditor);/**
* sign标签分两段可以自定义样式 * sign标签分两段可以自定义样式
* @class BI.SignStyleEditor * @class BI.SignStyleEditor
* @extends BI.Single * @extends BI.Single
@ -6592,7 +6592,7 @@ BI.SignStyleEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SignStyleEditor.EVENT_SPACE = "EVENT_SPACE"; BI.SignStyleEditor.EVENT_SPACE = "EVENT_SPACE";
BI.SignStyleEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SignStyleEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.sign_style_editor", BI.SignStyleEditor);/** BI.shortcut("bi.sign_style_editor", BI.SignStyleEditor);/**
* guy * guy
* 记录状态的输入框 * 记录状态的输入框
* @class BI.StateEditor * @class BI.StateEditor
@ -6872,7 +6872,7 @@ BI.StateEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.StateEditor.EVENT_SPACE = "EVENT_SPACE"; BI.StateEditor.EVENT_SPACE = "EVENT_SPACE";
BI.StateEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.StateEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.state_editor", BI.StateEditor);/** BI.shortcut("bi.state_editor", BI.StateEditor);/**
* 无限制-已选择状态输入框 * 无限制-已选择状态输入框
* Created by GUY on 2016/5/18. * Created by GUY on 2016/5/18.
* @class BI.SimpleStateEditor * @class BI.SimpleStateEditor
@ -7132,7 +7132,7 @@ BI.SimpleStateEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SimpleStateEditor.EVENT_SPACE = "EVENT_SPACE"; BI.SimpleStateEditor.EVENT_SPACE = "EVENT_SPACE";
BI.SimpleStateEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SimpleStateEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.simple_state_editor", BI.SimpleStateEditor);/** BI.shortcut("bi.simple_state_editor", BI.SimpleStateEditor);/**
* guy * guy
* @class BI.TextEditor * @class BI.TextEditor
* @extends BI.Single * @extends BI.Single
@ -7301,7 +7301,7 @@ BI.TextEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.TextEditor.EVENT_REMOVE = "EVENT_REMOVE"; BI.TextEditor.EVENT_REMOVE = "EVENT_REMOVE";
BI.TextEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.TextEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.text_editor", BI.TextEditor);/** BI.shortcut("bi.text_editor", BI.TextEditor);/**
* 小号搜索框 * 小号搜索框
* Created by GUY on 2015/9/29. * Created by GUY on 2015/9/29.
* @class BI.SmallTextEditor * @class BI.SmallTextEditor
@ -7320,7 +7320,7 @@ BI.SmallTextEditor = BI.inherit(BI.TextEditor, {
BI.SmallTextEditor.superclass._init.apply(this, arguments); BI.SmallTextEditor.superclass._init.apply(this, arguments);
} }
}); });
$.shortcut("bi.small_text_editor", BI.SmallTextEditor);/** BI.shortcut("bi.small_text_editor", BI.SmallTextEditor);/**
* 有确定取消按钮的弹出层 * 有确定取消按钮的弹出层
* @class BI.BarFloatSection * @class BI.BarFloatSection
* @extends BI.FloatSection * @extends BI.FloatSection
@ -7500,7 +7500,7 @@ BI.MultiPopupView = BI.inherit(BI.PopupView, {
BI.MultiPopupView.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiPopupView.EVENT_CHANGE = "EVENT_CHANGE";
BI.MultiPopupView.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON"; BI.MultiPopupView.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON";
$.shortcut("bi.multi_popup_view", BI.MultiPopupView);/** BI.shortcut("bi.multi_popup_view", BI.MultiPopupView);/**
* 可以理解为MultiPopupView和Panel两个面板的结合体 * 可以理解为MultiPopupView和Panel两个面板的结合体
* @class BI.PopupPanel * @class BI.PopupPanel
* @extends BI.MultiPopupView * @extends BI.MultiPopupView
@ -7556,7 +7556,7 @@ BI.PopupPanel.EVENT_CHANGE = "EVENT_CHANGE";
BI.PopupPanel.EVENT_CLOSE = "EVENT_CLOSE"; BI.PopupPanel.EVENT_CLOSE = "EVENT_CLOSE";
BI.PopupPanel.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON"; BI.PopupPanel.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON";
$.shortcut("bi.popup_panel", BI.PopupPanel);/** BI.shortcut("bi.popup_panel", BI.PopupPanel);/**
* list面板 * list面板
* *
* Created by GUY on 2015/10/30. * Created by GUY on 2015/10/30.
@ -7727,7 +7727,7 @@ BI.ListPane = BI.inherit(BI.Pane, {
} }
}); });
BI.ListPane.EVENT_CHANGE = "EVENT_CHANGE"; BI.ListPane.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.list_pane", BI.ListPane);/** BI.shortcut("bi.list_pane", BI.ListPane);/**
* 带有标题栏的pane * 带有标题栏的pane
* @class BI.Panel * @class BI.Panel
* @extends BI.Widget * @extends BI.Widget
@ -7805,7 +7805,7 @@ BI.Panel = BI.inherit(BI.Widget,{
}); });
BI.Panel.EVENT_CHANGE = "Panel.EVENT_CHANGE"; BI.Panel.EVENT_CHANGE = "Panel.EVENT_CHANGE";
$.shortcut("bi.panel",BI.Panel);/** BI.shortcut("bi.panel",BI.Panel);/**
* 选择列表 * 选择列表
* *
* Created by GUY on 2015/11/1. * Created by GUY on 2015/11/1.
@ -8013,7 +8013,7 @@ BI.SelectList = BI.inherit(BI.Widget, {
} }
}); });
BI.SelectList.EVENT_CHANGE = "EVENT_CHANGE"; BI.SelectList.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.select_list", BI.SelectList);/** BI.shortcut("bi.select_list", BI.SelectList);/**
* Created by roy on 15/11/6. * Created by roy on 15/11/6.
*/ */
BI.LazyLoader = BI.inherit(BI.Widget, { BI.LazyLoader = BI.inherit(BI.Widget, {
@ -8118,7 +8118,7 @@ BI.LazyLoader = BI.inherit(BI.Widget, {
} }
}); });
BI.LazyLoader.EVENT_CHANGE = "EVENT_CHANGE"; BI.LazyLoader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.lazy_loader", BI.LazyLoader);/** BI.shortcut("bi.lazy_loader", BI.LazyLoader);/**
* 恶心的加载控件 为解决排序问题引入的控件 * 恶心的加载控件 为解决排序问题引入的控件
* *
* Created by GUY on 2015/11/12. * Created by GUY on 2015/11/12.
@ -8317,7 +8317,7 @@ BI.ListLoader = BI.inherit(BI.Widget, {
} }
}); });
BI.ListLoader.EVENT_CHANGE = "EVENT_CHANGE"; BI.ListLoader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.list_loader", BI.ListLoader);/** BI.shortcut("bi.list_loader", BI.ListLoader);/**
* Created by GUY on 2016/4/29. * Created by GUY on 2016/4/29.
* *
* @class BI.SortList * @class BI.SortList
@ -8493,7 +8493,7 @@ BI.SortList = BI.inherit(BI.Widget, {
} }
}); });
BI.SortList.EVENT_CHANGE = "EVENT_CHANGE"; BI.SortList.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.sort_list", BI.SortList);/** BI.shortcut("bi.sort_list", BI.SortList);/**
* 有总页数和总行数的分页控件 * 有总页数和总行数的分页控件
* Created by Young's on 2016/10/13. * Created by Young's on 2016/10/13.
*/ */
@ -8655,7 +8655,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
} }
}); });
BI.AllCountPager.EVENT_CHANGE = "EVENT_CHANGE"; BI.AllCountPager.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.all_count_pager", BI.AllCountPager);/** BI.shortcut("bi.all_count_pager", BI.AllCountPager);/**
* 显示页码的分页控件 * 显示页码的分页控件
* *
* Created by GUY on 2016/6/30. * Created by GUY on 2016/6/30.
@ -8931,7 +8931,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
} }
}); });
BI.DirectionPager.EVENT_CHANGE = "EVENT_CHANGE"; BI.DirectionPager.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.direction_pager", BI.DirectionPager);/** BI.shortcut("bi.direction_pager", BI.DirectionPager);/**
* 分页控件 * 分页控件
* *
* Created by GUY on 2015/8/31. * Created by GUY on 2015/8/31.
@ -9218,7 +9218,7 @@ BI.DetailPager = BI.inherit(BI.Widget, {
}); });
BI.DetailPager.EVENT_CHANGE = "EVENT_CHANGE"; BI.DetailPager.EVENT_CHANGE = "EVENT_CHANGE";
BI.DetailPager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE"; BI.DetailPager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE";
$.shortcut("bi.detail_pager", BI.DetailPager);/** BI.shortcut("bi.detail_pager", BI.DetailPager);/**
* 分段控件使用的button * 分段控件使用的button
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -9267,7 +9267,7 @@ BI.SegmentButton = BI.inherit(BI.BasicButton, {
BI.SegmentButton.superclass.destroy.apply(this, arguments); BI.SegmentButton.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.segment_button', BI.SegmentButton);/** BI.shortcut('bi.segment_button', BI.SegmentButton);/**
* 单选按钮组 * 单选按钮组
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -9324,7 +9324,7 @@ BI.Segment = BI.inherit(BI.Widget, {
} }
}); });
BI.Segment.EVENT_CHANGE = "EVENT_CHANGE"; BI.Segment.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.segment', BI.Segment);/** BI.shortcut('bi.segment', BI.Segment);/**
* 自适应宽度的表格 * 自适应宽度的表格
* *
* Created by GUY on 2016/2/3. * Created by GUY on 2016/2/3.
@ -9558,7 +9558,7 @@ BI.AdaptiveTable = BI.inherit(BI.Widget, {
BI.AdaptiveTable.superclass.destroy.apply(this, arguments); BI.AdaptiveTable.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.adaptive_table', BI.AdaptiveTable);/** BI.shortcut('bi.adaptive_table', BI.AdaptiveTable);/**
* *
* 层级树状结构的表格 * 层级树状结构的表格
* *
@ -9890,7 +9890,7 @@ BI.DynamicSummaryLayerTreeTable = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.dynamic_summary_layer_tree_table", BI.DynamicSummaryLayerTreeTable);/** BI.shortcut("bi.dynamic_summary_layer_tree_table", BI.DynamicSummaryLayerTreeTable);/**
* *
* 树状结构的表格 * 树状结构的表格
* *
@ -10236,7 +10236,7 @@ BI.extend(BI.DynamicSummaryTreeTable, {
} }
}); });
$.shortcut("bi.dynamic_summary_tree_table", BI.DynamicSummaryTreeTable);/** BI.shortcut("bi.dynamic_summary_tree_table", BI.DynamicSummaryTreeTable);/**
* *
* 层级树状结构的表格 * 层级树状结构的表格
* *
@ -10554,7 +10554,7 @@ BI.LayerTreeTable = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.layer_tree_table", BI.LayerTreeTable);/** BI.shortcut("bi.layer_tree_table", BI.LayerTreeTable);/**
* *
* Created by GUY on 2016/5/26. * Created by GUY on 2016/5/26.
* @class BI.TableStyleCell * @class BI.TableStyleCell
@ -10599,7 +10599,7 @@ BI.TableStyleCell = BI.inherit(BI.Single, {
this._digestStyle(); this._digestStyle();
} }
}); });
$.shortcut('bi.table_style_cell', BI.TableStyleCell);/** BI.shortcut('bi.table_style_cell', BI.TableStyleCell);/**
* *
* 树状结构的表格 * 树状结构的表格
* *
@ -10928,7 +10928,7 @@ BI.extend(BI.TableTree, {
} }
}); });
$.shortcut("bi.tree_table", BI.TableTree);/** BI.shortcut("bi.tree_table", BI.TableTree);/**
* guy * guy
* 复选导航条 * 复选导航条
* Created by GUY on 2015/8/25. * Created by GUY on 2015/8/25.
@ -11061,7 +11061,7 @@ BI.MultiSelectBar = BI.inherit(BI.BasicButton, {
} }
}); });
BI.MultiSelectBar.EVENT_CHANGE = "MultiSelectBar.EVENT_CHANGE"; BI.MultiSelectBar.EVENT_CHANGE = "MultiSelectBar.EVENT_CHANGE";
$.shortcut("bi.multi_select_bar", BI.MultiSelectBar);/** BI.shortcut("bi.multi_select_bar", BI.MultiSelectBar);/**
* 倒立的Branch * 倒立的Branch
* @class BI.HandStandBranchExpander * @class BI.HandStandBranchExpander
* @extend BI.Widget * @extend BI.Widget
@ -11120,7 +11120,7 @@ BI.HandStandBranchExpander = BI.inherit(BI.Widget, {
} }
}); });
BI.HandStandBranchExpander.EVENT_CHANGE = "EVENT_CHANGE"; BI.HandStandBranchExpander.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.handstand_branch_expander", BI.HandStandBranchExpander);/** BI.shortcut("bi.handstand_branch_expander", BI.HandStandBranchExpander);/**
* @class BI.BranchExpander * @class BI.BranchExpander
* @extend BI.Widget * @extend BI.Widget
* create by young * create by young
@ -11179,7 +11179,7 @@ BI.BranchExpander = BI.inherit(BI.Widget, {
} }
}); });
BI.BranchExpander.EVENT_CHANGE = "EVENT_CHANGE"; BI.BranchExpander.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.branch_expander", BI.BranchExpander);/** BI.shortcut("bi.branch_expander", BI.BranchExpander);/**
* @class BI.HandStandBranchTree * @class BI.HandStandBranchTree
* @extends BI.Widget * @extends BI.Widget
* create by young * create by young
@ -11233,7 +11233,7 @@ BI.HandStandBranchTree = BI.inherit(BI.Widget, {
} }
}); });
BI.HandStandBranchTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.HandStandBranchTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.handstand_branch_tree", BI.HandStandBranchTree);/** BI.shortcut("bi.handstand_branch_tree", BI.HandStandBranchTree);/**
* @class BI.BranchTree * @class BI.BranchTree
* @extends BI.Widget * @extends BI.Widget
* create by young * create by young
@ -11287,7 +11287,7 @@ BI.BranchTree = BI.inherit(BI.Widget, {
} }
}); });
BI.BranchTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.BranchTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.branch_tree", BI.BranchTree);/** BI.shortcut("bi.branch_tree", BI.BranchTree);/**
* guy * guy
* 异步树 * 异步树
* @class BI.DisplayTree * @class BI.DisplayTree
@ -11344,7 +11344,7 @@ BI.DisplayTree = BI.inherit(BI.TreeView, {
}); });
BI.DisplayTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.DisplayTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.display_tree", BI.DisplayTree);/** BI.shortcut("bi.display_tree", BI.DisplayTree);/**
* guy * guy
* 二级树 * 二级树
* @class BI.LevelTree * @class BI.LevelTree
@ -11480,7 +11480,7 @@ BI.LevelTree = BI.inherit(BI.Widget, {
}); });
BI.LevelTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.LevelTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.level_tree", BI.LevelTree);/** BI.shortcut("bi.level_tree", BI.LevelTree);/**
* 简单的多选树 * 简单的多选树
* *
* Created by GUY on 2016/2/16. * Created by GUY on 2016/2/16.
@ -11600,7 +11600,7 @@ BI.SimpleTreeView = BI.inherit(BI.Widget, {
} }
}); });
BI.SimpleTreeView.EVENT_CHANGE = "EVENT_CHANGE"; BI.SimpleTreeView.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.simple_tree", BI.SimpleTreeView); BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
/** /**
* 文本输入框trigger * 文本输入框trigger
* *
@ -11679,7 +11679,7 @@ BI.EditorTrigger = BI.inherit(BI.Trigger, {
} }
}); });
BI.EditorTrigger.EVENT_CHANGE = "BI.EditorTrigger.EVENT_CHANGE"; BI.EditorTrigger.EVENT_CHANGE = "BI.EditorTrigger.EVENT_CHANGE";
$.shortcut("bi.editor_trigger", BI.EditorTrigger);/** BI.shortcut("bi.editor_trigger", BI.EditorTrigger);/**
* 图标按钮trigger * 图标按钮trigger
* *
* Created by GUY on 2015/10/8. * Created by GUY on 2015/10/8.
@ -11706,7 +11706,7 @@ BI.IconTrigger = BI.inherit(BI.Trigger, {
}); });
} }
}); });
$.shortcut('bi.icon_trigger', BI.IconTrigger);/** BI.shortcut('bi.icon_trigger', BI.IconTrigger);/**
* 文字trigger * 文字trigger
* *
* Created by GUY on 2015/9/15. * Created by GUY on 2015/9/15.
@ -11772,7 +11772,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, {
this.text.setTitle(text); this.text.setTitle(text);
} }
}); });
$.shortcut("bi.text_trigger", BI.TextTrigger);/** BI.shortcut("bi.text_trigger", BI.TextTrigger);/**
* 选择字段trigger * 选择字段trigger
* *
* Created by GUY on 2015/9/15. * Created by GUY on 2015/9/15.
@ -11826,7 +11826,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, {
this.options.items = items; this.options.items = items;
} }
}); });
$.shortcut("bi.select_text_trigger", BI.SelectTextTrigger);/** BI.shortcut("bi.select_text_trigger", BI.SelectTextTrigger);/**
* 选择字段trigger小一号的 * 选择字段trigger小一号的
* *
* @class BI.SmallSelectTextTrigger * @class BI.SmallSelectTextTrigger
@ -11879,7 +11879,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, {
this.options.items = items; this.options.items = items;
} }
}); });
$.shortcut("bi.small_select_text_trigger", BI.SmallSelectTextTrigger);/** BI.shortcut("bi.small_select_text_trigger", BI.SmallSelectTextTrigger);/**
* 文字trigger(右边小三角小一号的) == * 文字trigger(右边小三角小一号的) ==
* *
* @class BI.SmallTextTrigger * @class BI.SmallTextTrigger
@ -11942,7 +11942,7 @@ BI.SmallTextTrigger = BI.inherit(BI.Trigger, {
this.text.setText(text); this.text.setText(text);
} }
}); });
$.shortcut("bi.small_text_trigger", BI.SmallTextTrigger);/* BI.shortcut("bi.small_text_trigger", BI.SmallTextTrigger);/*
* zClip :: jQuery ZeroClipboard v1.1.1 * zClip :: jQuery ZeroClipboard v1.1.1
* http://steamdev.com/zclip * http://steamdev.com/zclip
* *
@ -12467,4 +12467,4 @@ BI.ZeroClip = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.zero_clip", BI.ZeroClip); BI.shortcut("bi.zero_clip", BI.ZeroClip);

1648
bi/core.js

File diff suppressed because it is too large Load Diff

242
bi/widget.js

@ -380,7 +380,7 @@ BI.SequenceTableTreeNumber = BI.inherit(BI.Widget, {
this._populate(); this._populate();
} }
}); });
$.shortcut('bi.sequence_table_tree_number', BI.SequenceTableTreeNumber);/** BI.shortcut('bi.sequence_table_tree_number', BI.SequenceTableTreeNumber);/**
* 自适应布局 * 自适应布局
* *
* 1resize * 1resize
@ -893,7 +893,7 @@ BI.AdaptiveArrangement.EVENT_ELEMENT_START_RESIZE = "AdaptiveArrangement.EVENT_E
BI.AdaptiveArrangement.EVENT_ELEMENT_RESIZE = "AdaptiveArrangement.EVENT_ELEMENT_RESIZE"; BI.AdaptiveArrangement.EVENT_ELEMENT_RESIZE = "AdaptiveArrangement.EVENT_ELEMENT_RESIZE";
BI.AdaptiveArrangement.EVENT_ELEMENT_STOP_RESIZE = "AdaptiveArrangement.EVENT_ELEMENT_STOP_RESIZE"; BI.AdaptiveArrangement.EVENT_ELEMENT_STOP_RESIZE = "AdaptiveArrangement.EVENT_ELEMENT_STOP_RESIZE";
BI.AdaptiveArrangement.EVENT_RESIZE = "AdaptiveArrangement.EVENT_RESIZE"; BI.AdaptiveArrangement.EVENT_RESIZE = "AdaptiveArrangement.EVENT_RESIZE";
$.shortcut('bi.adaptive_arrangement', BI.AdaptiveArrangement);/** BI.shortcut('bi.adaptive_arrangement', BI.AdaptiveArrangement);/**
* Arrangement的block面板 * Arrangement的block面板
* *
* Created by GUY on 2016/3/1. * Created by GUY on 2016/3/1.
@ -914,7 +914,7 @@ BI.ArrangementBlock = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut('bi.arrangement_block', BI.ArrangementBlock);/** BI.shortcut('bi.arrangement_block', BI.ArrangementBlock);/**
* Arrangement的drop面板 * Arrangement的drop面板
* *
* Created by GUY on 2016/3/1. * Created by GUY on 2016/3/1.
@ -935,7 +935,7 @@ BI.ArrangementDroppable = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut('bi.arrangement_droppable', BI.ArrangementDroppable);/** BI.shortcut('bi.arrangement_droppable', BI.ArrangementDroppable);/**
* 布局 * 布局
* *
* Created by GUY on 2016/2/23. * Created by GUY on 2016/2/23.
@ -3869,7 +3869,7 @@ BI.extend(BI.Arrangement, {
GRID: 2 GRID: 2
} }
}); });
$.shortcut('bi.arrangement', BI.Arrangement);/** BI.shortcut('bi.arrangement', BI.Arrangement);/**
* 表关联树 * 表关联树
* *
* Created by GUY on 2015/12/15. * Created by GUY on 2015/12/15.
@ -4366,7 +4366,7 @@ BI.BranchRelation = BI.inherit(BI.Widget, {
} }
}); });
BI.BranchRelation.EVENT_CHANGE = "BranchRelation.EVENT_CHANGE"; BI.BranchRelation.EVENT_CHANGE = "BranchRelation.EVENT_CHANGE";
$.shortcut("bi.branch_relation", BI.BranchRelation);/** BI.shortcut("bi.branch_relation", BI.BranchRelation);/**
* 日期控件中的月份下拉框 * 日期控件中的月份下拉框
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4400,7 +4400,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: "bi.combo", type: "bi.combo",
offsetStyle: "center", offsetStyle: "center",
element: this.element, element: this,
isNeedAdjustHeight: false, isNeedAdjustHeight: false,
isNeedAdjustWidth: false, isNeedAdjustWidth: false,
el: this.trigger, el: this.trigger,
@ -4426,7 +4426,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
} }
}); });
BI.MonthDateCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.MonthDateCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.month_date_combo', BI.MonthDateCombo);/** BI.shortcut('bi.month_date_combo', BI.MonthDateCombo);/**
* 年份下拉框 * 年份下拉框
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4466,7 +4466,7 @@ BI.YearDateCombo = BI.inherit(BI.Trigger, {
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: "bi.combo", type: "bi.combo",
offsetStyle: "center", offsetStyle: "center",
element: this.element, element: this,
isNeedAdjustHeight: false, isNeedAdjustHeight: false,
isNeedAdjustWidth: false, isNeedAdjustWidth: false,
el: this.trigger, el: this.trigger,
@ -4491,7 +4491,7 @@ BI.YearDateCombo = BI.inherit(BI.Trigger, {
} }
}); });
BI.YearDateCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.YearDateCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.year_date_combo', BI.YearDateCombo);/** BI.shortcut('bi.year_date_combo', BI.YearDateCombo);/**
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
* @class BI.DatePicker * @class BI.DatePicker
* @extends BI.Widget * @extends BI.Widget
@ -4580,7 +4580,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
BI.createWidget({ BI.createWidget({
type: "bi.htape", type: "bi.htape",
element: this.element, element: this,
items: [{ items: [{
el: this.left, el: this.left,
width: 25 width: 25
@ -4617,7 +4617,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
} }
}); });
BI.DatePicker.EVENT_CHANGE = "EVENT_CHANGE" BI.DatePicker.EVENT_CHANGE = "EVENT_CHANGE"
$.shortcut("bi.date_picker", BI.DatePicker);/** BI.shortcut("bi.date_picker", BI.DatePicker);/**
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
* @class BI.DateCalendarPopup * @class BI.DateCalendarPopup
* @extends BI.Widget * @extends BI.Widget
@ -4670,7 +4670,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
this.calendar = BI.createWidget({ this.calendar = BI.createWidget({
direction: "top", direction: "top",
element: this.element, element: this,
logic: { logic: {
dynamic: true dynamic: true
}, },
@ -4712,7 +4712,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
} }
}); });
BI.DateCalendarPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.DateCalendarPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.date_calendar_popup", BI.DateCalendarPopup);/** BI.shortcut("bi.date_calendar_popup", BI.DateCalendarPopup);/**
* 日期控件中的年份或月份trigger * 日期控件中的年份或月份trigger
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4751,7 +4751,7 @@ BI.DateTriangleTrigger = BI.inherit(BI.Trigger, {
BI.createWidget({ BI.createWidget({
type: "bi.center_adapt", type: "bi.center_adapt",
element: this.element, element: this,
items: [{ items: [{
type: "bi.center_adapt", type: "bi.center_adapt",
width: 50, width: 50,
@ -4781,7 +4781,7 @@ BI.DateTriangleTrigger = BI.inherit(BI.Trigger, {
} }
}); });
$.shortcut('bi.date_triangle_trigger', BI.DateTriangleTrigger);/** BI.shortcut('bi.date_triangle_trigger', BI.DateTriangleTrigger);/**
* 日期下拉框 * 日期下拉框
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4818,7 +4818,7 @@ BI.DateCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: "bi.combo", type: "bi.combo",
toggle: false, toggle: false,
element: this.element, element: this,
isNeedAdjustHeight: false, isNeedAdjustHeight: false,
isNeedAdjustWidth: false, isNeedAdjustWidth: false,
el: this.trigger, el: this.trigger,
@ -4839,7 +4839,7 @@ BI.DateCombo = BI.inherit(BI.Widget, {
return this.popup.getValue(); return this.popup.getValue();
} }
}); });
$.shortcut('bi.date_combo', BI.DateCombo);BI.DateTrigger = BI.inherit(BI.Trigger, { BI.shortcut('bi.date_combo', BI.DateCombo);BI.DateTrigger = BI.inherit(BI.Trigger, {
_const: { _const: {
hgap: 4, hgap: 4,
vgap: 2, vgap: 2,
@ -4930,7 +4930,7 @@ $.shortcut('bi.date_combo', BI.DateCombo);BI.DateTrigger = BI.inherit(BI.Trigger
}); });
BI.createWidget({ BI.createWidget({
type: "bi.htape", type: "bi.htape",
element: this.element, element: this,
items: [{ items: [{
el: BI.createWidget(), el: BI.createWidget(),
width: 30 width: 30
@ -5103,7 +5103,7 @@ BI.DateTrigger.EVENT_VALID = "EVENT_VALID";
BI.DateTrigger.EVENT_ERROR = "EVENT_ERROR"; BI.DateTrigger.EVENT_ERROR = "EVENT_ERROR";
BI.DateTrigger.EVENT_TRIGGER_CLICK = "EVENT_TRIGGER_CLICK"; BI.DateTrigger.EVENT_TRIGGER_CLICK = "EVENT_TRIGGER_CLICK";
BI.DateTrigger.EVENT_KEY_DOWN = "EVENT_KEY_DOWN"; BI.DateTrigger.EVENT_KEY_DOWN = "EVENT_KEY_DOWN";
$.shortcut("bi.date_trigger", BI.DateTrigger);/** BI.shortcut("bi.date_trigger", BI.DateTrigger);/**
* Created by zcf on 2017/2/20. * Created by zcf on 2017/2/20.
*/ */
BI.DatePaneWidget = BI.inherit(BI.Widget, { BI.DatePaneWidget = BI.inherit(BI.Widget, {
@ -5224,7 +5224,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.date_pane_widget", BI.DatePaneWidget);/** BI.shortcut("bi.date_pane_widget", BI.DatePaneWidget);/**
* 带有方向的pathchooser * 带有方向的pathchooser
* *
* Created by GUY on 2016/4/21. * Created by GUY on 2016/4/21.
@ -5466,7 +5466,7 @@ BI.DirectionPathChooser = BI.inherit(BI.Widget, {
} }
}); });
BI.DirectionPathChooser.EVENT_CHANGE = "DirectionPathChooser.EVENT_CHANGE"; BI.DirectionPathChooser.EVENT_CHANGE = "DirectionPathChooser.EVENT_CHANGE";
$.shortcut('bi.direction_path_chooser', BI.DirectionPathChooser);/** BI.shortcut('bi.direction_path_chooser', BI.DirectionPathChooser);/**
* Created by roy on 15/8/14. * Created by roy on 15/8/14.
*/ */
BI.DownListCombo = BI.inherit(BI.Widget, { BI.DownListCombo = BI.inherit(BI.Widget, {
@ -5539,7 +5539,7 @@ BI.DownListCombo.EVENT_CHANGE = "EVENT_CHANGE";
BI.DownListCombo.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE"; BI.DownListCombo.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE";
BI.DownListCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW"; BI.DownListCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
$.shortcut("bi.down_list_combo", BI.DownListCombo);/** BI.shortcut("bi.down_list_combo", BI.DownListCombo);/**
* Created by roy on 15/9/6. * Created by roy on 15/9/6.
*/ */
BI.DownListGroup = BI.inherit(BI.Widget, { BI.DownListGroup = BI.inherit(BI.Widget, {
@ -5588,7 +5588,7 @@ BI.DownListGroup = BI.inherit(BI.Widget, {
}) })
BI.DownListGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.DownListGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit(BI.Single, { BI.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit(BI.Single, {
_defaultConfig: function () { _defaultConfig: function () {
var conf = BI.DownListItem.superclass._defaultConfig.apply(this, arguments); var conf = BI.DownListItem.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, { return BI.extend(conf, {
@ -5666,7 +5666,7 @@ $.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit(
} }
}); });
BI.DownListItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.DownListItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.down_list_item", BI.DownListItem);BI.DownListGroupItem = BI.inherit(BI.BasicButton, { BI.shortcut("bi.down_list_item", BI.DownListItem);BI.DownListGroupItem = BI.inherit(BI.BasicButton, {
_defaultConfig: function () { _defaultConfig: function () {
var conf = BI.DownListGroupItem.superclass._defaultConfig.apply(this, arguments); var conf = BI.DownListGroupItem.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, { return BI.extend(conf, {
@ -5788,7 +5788,7 @@ $.shortcut("bi.down_list_item", BI.DownListItem);BI.DownListGroupItem = BI.inher
} }
}); });
BI.DownListGroupItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.DownListGroupItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.down_list_group_item", BI.DownListGroupItem);/** BI.shortcut("bi.down_list_group_item", BI.DownListGroupItem);/**
* Created by roy on 15/9/8. * Created by roy on 15/9/8.
* 处理popup中的item分组样式 * 处理popup中的item分组样式
* 一个item分组中的成员大于一时该分组设置为单选并且默认状态第一个成员设置为已选择项 * 一个item分组中的成员大于一时该分组设置为单选并且默认状态第一个成员设置为已选择项
@ -6019,7 +6019,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
BI.DownListPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.DownListPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.DownListPopup.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE"; BI.DownListPopup.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE";
$.shortcut("bi.down_list_popup", BI.DownListPopup);/** BI.shortcut("bi.down_list_popup", BI.DownListPopup);/**
* *
* Created by GUY on 2016/3/28. * Created by GUY on 2016/3/28.
* @class BI.ExcelTableCell * @class BI.ExcelTableCell
@ -6049,7 +6049,7 @@ BI.ExcelTableCell = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut('bi.excel_table_cell', BI.ExcelTableCell);/** BI.shortcut('bi.excel_table_cell', BI.ExcelTableCell);/**
* *
* Created by GUY on 2016/3/28. * Created by GUY on 2016/3/28.
* @class BI.ExcelTableHeaderCell * @class BI.ExcelTableHeaderCell
@ -6079,7 +6079,7 @@ BI.ExcelTableHeaderCell = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut('bi.excel_table_header_cell', BI.ExcelTableHeaderCell);/** BI.shortcut('bi.excel_table_header_cell', BI.ExcelTableHeaderCell);/**
* Excel表格 * Excel表格
* *
* Created by GUY on 2016/3/28. * Created by GUY on 2016/3/28.
@ -6285,7 +6285,7 @@ BI.ExcelTable = BI.inherit(BI.Widget, {
BI.ExcelTable.superclass.destroy.apply(this, arguments); BI.ExcelTable.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.excel_table', BI.ExcelTable);/** BI.shortcut('bi.excel_table', BI.ExcelTable);/**
* 文件管理控件组 * 文件管理控件组
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6363,7 +6363,7 @@ BI.FileManagerButtonGroup = BI.inherit(BI.Widget, {
} }
}); });
BI.FileManagerButtonGroup.EVENT_CHANGE = "FileManagerButtonGroup.EVENT_CHANGE"; BI.FileManagerButtonGroup.EVENT_CHANGE = "FileManagerButtonGroup.EVENT_CHANGE";
$.shortcut("bi.file_manager_button_group", BI.FileManagerButtonGroup);/** BI.shortcut("bi.file_manager_button_group", BI.FileManagerButtonGroup);/**
* 文件管理控件 * 文件管理控件
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6477,7 +6477,7 @@ BI.FileManager = BI.inherit(BI.Widget, {
} }
}); });
BI.FileManager.EVENT_CHANGE = "FileManager.EVENT_CHANGE"; BI.FileManager.EVENT_CHANGE = "FileManager.EVENT_CHANGE";
$.shortcut("bi.file_manager", BI.FileManager);/** BI.shortcut("bi.file_manager", BI.FileManager);/**
* 文件管理控件 * 文件管理控件
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6544,7 +6544,7 @@ BI.FileManagerFileItem = BI.inherit(BI.Single, {
} }
}); });
BI.FileManagerFileItem.EVENT_CHANGE = "FileManagerFileItem.EVENT_CHANGE"; BI.FileManagerFileItem.EVENT_CHANGE = "FileManagerFileItem.EVENT_CHANGE";
$.shortcut("bi.file_manager_file_item", BI.FileManagerFileItem);/** BI.shortcut("bi.file_manager_file_item", BI.FileManagerFileItem);/**
* 文件管理控件 * 文件管理控件
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6696,7 +6696,7 @@ BI.FileManagerFolderItem = BI.inherit(BI.Single, {
} }
}); });
BI.FileManagerFolderItem.EVENT_CHANGE = "FileManagerFolderItem.EVENT_CHANGE"; BI.FileManagerFolderItem.EVENT_CHANGE = "FileManagerFolderItem.EVENT_CHANGE";
$.shortcut("bi.file_manager_folder_item", BI.FileManagerFolderItem);/** BI.shortcut("bi.file_manager_folder_item", BI.FileManagerFolderItem);/**
* 文件管理控件列表 * 文件管理控件列表
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6753,7 +6753,7 @@ BI.FileManagerList = BI.inherit(BI.Widget, {
} }
}); });
BI.FileManagerList.EVENT_CHANGE = "FileManagerList.EVENT_CHANGE"; BI.FileManagerList.EVENT_CHANGE = "FileManagerList.EVENT_CHANGE";
$.shortcut("bi.file_manager_list", BI.FileManagerList);/** BI.shortcut("bi.file_manager_list", BI.FileManagerList);/**
* 文件管理导航按钮 * 文件管理导航按钮
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6844,7 +6844,7 @@ BI.FileManagerNavButton = BI.inherit(BI.Widget, {
} }
}); });
BI.FileManagerNavButton.EVENT_CHANGE = "FileManagerNavButton.EVENT_CHANGE"; BI.FileManagerNavButton.EVENT_CHANGE = "FileManagerNavButton.EVENT_CHANGE";
$.shortcut("bi.file_manager_nav_button", BI.FileManagerNavButton);/** BI.shortcut("bi.file_manager_nav_button", BI.FileManagerNavButton);/**
* 文件管理导航 * 文件管理导航
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6950,7 +6950,7 @@ BI.extend(BI.FileManagerNav, {
ROOT_CREATE_BY_ME: "-1" ROOT_CREATE_BY_ME: "-1"
}); });
BI.FileManagerNav.EVENT_CHANGE = "FileManagerNav.EVENT_CHANGE"; BI.FileManagerNav.EVENT_CHANGE = "FileManagerNav.EVENT_CHANGE";
$.shortcut("bi.file_manager_nav", BI.FileManagerNav);/** BI.shortcut("bi.file_manager_nav", BI.FileManagerNav);/**
* Created by windy on 2017/3/13. * Created by windy on 2017/3/13.
* 数值微调器 * 数值微调器
*/ */
@ -7044,7 +7044,7 @@ BI.FineTuningNumberEditor = BI.inherit(BI.Widget, {
}); });
BI.FineTuningNumberEditor.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.FineTuningNumberEditor.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut("bi.fine_tuning_number_editor", BI.FineTuningNumberEditor);/** BI.shortcut("bi.fine_tuning_number_editor", BI.FineTuningNumberEditor);/**
* 交互行为布局 * 交互行为布局
* *
* *
@ -7614,7 +7614,7 @@ BI.InteractiveArrangement = BI.inherit(BI.Widget, {
} }
}); });
BI.InteractiveArrangement.EVENT_RESIZE = "InteractiveArrangement.EVENT_RESIZE"; BI.InteractiveArrangement.EVENT_RESIZE = "InteractiveArrangement.EVENT_RESIZE";
$.shortcut('bi.interactive_arrangement', BI.InteractiveArrangement);/** BI.shortcut('bi.interactive_arrangement', BI.InteractiveArrangement);/**
* 月份下拉框 * 月份下拉框
* *
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
@ -7692,7 +7692,7 @@ BI.MonthCombo = BI.inherit(BI.Widget, {
}); });
BI.MonthCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.MonthCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.month_combo', BI.MonthCombo);/** BI.shortcut('bi.month_combo', BI.MonthCombo);/**
* 月份展示面板 * 月份展示面板
* *
* Created by GUY on 2015/9/2. * Created by GUY on 2015/9/2.
@ -7772,7 +7772,7 @@ BI.MonthPopup = BI.inherit(BI.Widget, {
} }
}); });
BI.MonthPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.MonthPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.month_popup", BI.MonthPopup);/** BI.shortcut("bi.month_popup", BI.MonthPopup);/**
* 月份trigger * 月份trigger
* *
* Created by GUY on 2015/8/21. * Created by GUY on 2015/8/21.
@ -7882,7 +7882,7 @@ BI.MonthTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
BI.MonthTrigger.EVENT_START = "EVENT_START"; BI.MonthTrigger.EVENT_START = "EVENT_START";
BI.MonthTrigger.EVENT_STOP = "EVENT_STOP"; BI.MonthTrigger.EVENT_STOP = "EVENT_STOP";
BI.MonthTrigger.EVENT_CHANGE = "EVENT_CHANGE"; BI.MonthTrigger.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.month_trigger", BI.MonthTrigger);/** BI.shortcut("bi.month_trigger", BI.MonthTrigger);/**
* @class BI.MultiLayerSelectTreeCombo * @class BI.MultiLayerSelectTreeCombo
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -7951,7 +7951,7 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.MultiLayerSelectTreeCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSelectTreeCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_select_tree_combo", BI.MultiLayerSelectTreeCombo);/** BI.shortcut("bi.multilayer_select_tree_combo", BI.MultiLayerSelectTreeCombo);/**
* guy * guy
* 二级树 * 二级树
* @class BI.MultiLayerSelectLevelTree * @class BI.MultiLayerSelectLevelTree
@ -8082,7 +8082,7 @@ BI.MultiLayerSelectLevelTree = BI.inherit(BI.Widget, {
}); });
BI.MultiLayerSelectLevelTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSelectLevelTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_select_level_tree", BI.MultiLayerSelectLevelTree);/** BI.shortcut("bi.multilayer_select_level_tree", BI.MultiLayerSelectLevelTree);/**
* Created by GUY on 2016/1/26. * Created by GUY on 2016/1/26.
* *
* @class BI.MultiLayerSelectTreePopup * @class BI.MultiLayerSelectTreePopup
@ -8148,7 +8148,7 @@ BI.MultiLayerSelectTreePopup = BI.inherit(BI.Pane, {
}); });
BI.MultiLayerSelectTreePopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSelectTreePopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_select_tree_popup", BI.MultiLayerSelectTreePopup);/** BI.shortcut("bi.multilayer_select_tree_popup", BI.MultiLayerSelectTreePopup);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8241,7 +8241,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_select_tree_first_plus_group_node", BI.MultiLayerSelectTreeFirstPlusGroupNode);/** BI.shortcut("bi.multilayer_select_tree_first_plus_group_node", BI.MultiLayerSelectTreeFirstPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8330,7 +8330,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_select_tree_last_plus_group_node", BI.MultiLayerSelectTreeLastPlusGroupNode);/** BI.shortcut("bi.multilayer_select_tree_last_plus_group_node", BI.MultiLayerSelectTreeLastPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8419,7 +8419,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_select_tree_mid_plus_group_node", BI.MultiLayerSelectTreeMidPlusGroupNode);/** BI.shortcut("bi.multilayer_select_tree_mid_plus_group_node", BI.MultiLayerSelectTreeMidPlusGroupNode);/**
* 多层级下拉单选树 * 多层级下拉单选树
* Created by GUY on 2016/1/26. * Created by GUY on 2016/1/26.
* *
@ -8493,7 +8493,7 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
}); });
BI.MultiLayerSingleTreeCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSingleTreeCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_single_tree_combo", BI.MultiLayerSingleTreeCombo);/** BI.shortcut("bi.multilayer_single_tree_combo", BI.MultiLayerSingleTreeCombo);/**
* guy * guy
* 二级树 * 二级树
* @class BI.MultiLayerSingleLevelTree * @class BI.MultiLayerSingleLevelTree
@ -8627,7 +8627,7 @@ BI.MultiLayerSingleLevelTree = BI.inherit(BI.Widget, {
}); });
BI.MultiLayerSingleLevelTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSingleLevelTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_single_level_tree", BI.MultiLayerSingleLevelTree); BI.shortcut("bi.multilayer_single_level_tree", BI.MultiLayerSingleLevelTree);
/** /**
* Created by GUY on 2016/1/26. * Created by GUY on 2016/1/26.
* *
@ -8694,7 +8694,7 @@ BI.MultiLayerSingleTreePopup = BI.inherit(BI.Pane, {
}); });
BI.MultiLayerSingleTreePopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSingleTreePopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_single_tree_popup", BI.MultiLayerSingleTreePopup);/** BI.shortcut("bi.multilayer_single_tree_popup", BI.MultiLayerSingleTreePopup);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8776,7 +8776,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_first_plus_group_node", BI.MultiLayerSingleTreeFirstPlusGroupNode);/** BI.shortcut("bi.multilayer_single_tree_first_plus_group_node", BI.MultiLayerSingleTreeFirstPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8858,7 +8858,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_last_plus_group_node", BI.MultiLayerSingleTreeLastPlusGroupNode);/** BI.shortcut("bi.multilayer_single_tree_last_plus_group_node", BI.MultiLayerSingleTreeLastPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8940,7 +8940,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_mid_plus_group_node", BI.MultiLayerSingleTreeMidPlusGroupNode);/** BI.shortcut("bi.multilayer_single_tree_mid_plus_group_node", BI.MultiLayerSingleTreeMidPlusGroupNode);/**
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
* @class BI.MultiLayerSingleTreeFirstTreeLeafItem * @class BI.MultiLayerSingleTreeFirstTreeLeafItem
@ -9035,7 +9035,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_first_tree_leaf_item", BI.MultiLayerSingleTreeFirstTreeLeafItem);/** BI.shortcut("bi.multilayer_single_tree_first_tree_leaf_item", BI.MultiLayerSingleTreeFirstTreeLeafItem);/**
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
* @class BI.MultiLayerSingleTreeLastTreeLeafItem * @class BI.MultiLayerSingleTreeLastTreeLeafItem
@ -9130,7 +9130,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_last_tree_leaf_item", BI.MultiLayerSingleTreeLastTreeLeafItem);/** BI.shortcut("bi.multilayer_single_tree_last_tree_leaf_item", BI.MultiLayerSingleTreeLastTreeLeafItem);/**
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
* @class BI.MultiLayerSingleTreeMidTreeLeafItem * @class BI.MultiLayerSingleTreeMidTreeLeafItem
@ -9225,7 +9225,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_mid_tree_leaf_item", BI.MultiLayerSingleTreeMidTreeLeafItem);/** BI.shortcut("bi.multilayer_single_tree_mid_tree_leaf_item", BI.MultiLayerSingleTreeMidTreeLeafItem);/**
* *
* @class BI.MultiSelectCheckPane * @class BI.MultiSelectCheckPane
* @extends BI.Widget * @extends BI.Widget
@ -9331,7 +9331,7 @@ BI.MultiSelectCheckPane = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.multi_select_check_pane", BI.MultiSelectCheckPane);/** BI.shortcut("bi.multi_select_check_pane", BI.MultiSelectCheckPane);/**
* *
* *
* 查看已选弹出层的展示面板 * 查看已选弹出层的展示面板
@ -9417,7 +9417,7 @@ BI.DisplaySelectedList = BI.inherit(BI.Pane, {
} }
}); });
$.shortcut('bi.display_selected_list', BI.DisplaySelectedList);/** BI.shortcut('bi.display_selected_list', BI.DisplaySelectedList);/**
* *
* @class BI.MultiSelectCombo * @class BI.MultiSelectCombo
* @extends BI.Single * @extends BI.Single
@ -9764,7 +9764,7 @@ BI.extend(BI.MultiSelectCombo, {
BI.MultiSelectCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.MultiSelectCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.multi_select_combo', BI.MultiSelectCombo);/** BI.shortcut('bi.multi_select_combo', BI.MultiSelectCombo);/**
* 多选加载数据面板 * 多选加载数据面板
* Created by guy on 15/11/2. * Created by guy on 15/11/2.
* @class BI.MultiSelectLoader * @class BI.MultiSelectLoader
@ -9935,7 +9935,7 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, {
}); });
BI.MultiSelectLoader.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectLoader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.multi_select_loader', BI.MultiSelectLoader);/** BI.shortcut('bi.multi_select_loader', BI.MultiSelectLoader);/**
* 带加载的多选下拉面板 * 带加载的多选下拉面板
* @class BI.MultiSelectPopupView * @class BI.MultiSelectPopupView
* @extends Widget * @extends Widget
@ -10029,7 +10029,7 @@ BI.MultiSelectPopupView.EVENT_CLICK_CONFIRM = "EVENT_CLICK_CONFIRM";
BI.MultiSelectPopupView.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR"; BI.MultiSelectPopupView.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR";
$.shortcut('bi.multi_select_popup_view', BI.MultiSelectPopupView);/** BI.shortcut('bi.multi_select_popup_view', BI.MultiSelectPopupView);/**
* *
* 复选下拉框 * 复选下拉框
* @class BI.MultiSelectTrigger * @class BI.MultiSelectTrigger
@ -10181,7 +10181,7 @@ BI.MultiSelectTrigger.EVENT_PAUSE = "EVENT_PAUSE";
BI.MultiSelectTrigger.EVENT_SEARCHING = "EVENT_SEARCHING"; BI.MultiSelectTrigger.EVENT_SEARCHING = "EVENT_SEARCHING";
BI.MultiSelectTrigger.EVENT_BEFORE_COUNTER_POPUPVIEW = "EVENT_BEFORE_COUNTER_POPUPVIEW"; BI.MultiSelectTrigger.EVENT_BEFORE_COUNTER_POPUPVIEW = "EVENT_BEFORE_COUNTER_POPUPVIEW";
$.shortcut('bi.multi_select_trigger', BI.MultiSelectTrigger);/** BI.shortcut('bi.multi_select_trigger', BI.MultiSelectTrigger);/**
* 多选加载数据搜索loader面板 * 多选加载数据搜索loader面板
* Created by guy on 15/11/4. * Created by guy on 15/11/4.
* @class BI.MultiSelectSearchLoader * @class BI.MultiSelectSearchLoader
@ -10336,7 +10336,7 @@ BI.MultiSelectSearchLoader = BI.inherit(BI.Widget, {
}); });
BI.MultiSelectSearchLoader.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectSearchLoader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.multi_select_search_loader', BI.MultiSelectSearchLoader);/** BI.shortcut('bi.multi_select_search_loader', BI.MultiSelectSearchLoader);/**
* *
* 在搜索框中输入文本弹出的面板 * 在搜索框中输入文本弹出的面板
* @class BI.MultiSelectSearchPane * @class BI.MultiSelectSearchPane
@ -10437,7 +10437,7 @@ BI.MultiSelectSearchPane = BI.inherit(BI.Widget, {
BI.MultiSelectSearchPane.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectSearchPane.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multi_select_search_pane", BI.MultiSelectSearchPane);/** BI.shortcut("bi.multi_select_search_pane", BI.MultiSelectSearchPane);/**
* 查看已选按钮 * 查看已选按钮
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiSelectCheckSelectedButton * @class BI.MultiSelectCheckSelectedButton
@ -10513,7 +10513,7 @@ BI.MultiSelectCheckSelectedButton = BI.inherit(BI.Single, {
}); });
BI.MultiSelectCheckSelectedButton.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectCheckSelectedButton.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.multi_select_check_selected_button', BI.MultiSelectCheckSelectedButton);/** BI.shortcut('bi.multi_select_check_selected_button', BI.MultiSelectCheckSelectedButton);/**
* 多选输入框 * 多选输入框
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiSelectEditor * @class BI.MultiSelectEditor
@ -10598,7 +10598,7 @@ BI.MultiSelectEditor = BI.inherit(BI.Widget, {
} }
}); });
BI.MultiSelectEditor.EVENT_PAUSE = "MultiSelectEditor.EVENT_PAUSE"; BI.MultiSelectEditor.EVENT_PAUSE = "MultiSelectEditor.EVENT_PAUSE";
$.shortcut('bi.multi_select_editor', BI.MultiSelectEditor);/** BI.shortcut('bi.multi_select_editor', BI.MultiSelectEditor);/**
* searcher * searcher
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiSelectSearcher * @class BI.MultiSelectSearcher
@ -10740,7 +10740,7 @@ BI.MultiSelectSearcher.EVENT_START = "EVENT_START";
BI.MultiSelectSearcher.EVENT_STOP = "EVENT_STOP"; BI.MultiSelectSearcher.EVENT_STOP = "EVENT_STOP";
BI.MultiSelectSearcher.EVENT_PAUSE = "EVENT_PAUSE"; BI.MultiSelectSearcher.EVENT_PAUSE = "EVENT_PAUSE";
BI.MultiSelectSearcher.EVENT_SEARCHING = "EVENT_SEARCHING"; BI.MultiSelectSearcher.EVENT_SEARCHING = "EVENT_SEARCHING";
$.shortcut('bi.multi_select_searcher', BI.MultiSelectSearcher);/** BI.shortcut('bi.multi_select_searcher', BI.MultiSelectSearcher);/**
* 查看已选switcher * 查看已选switcher
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiSelectCheckSelectedSwitcher * @class BI.MultiSelectCheckSelectedSwitcher
@ -10833,7 +10833,7 @@ BI.MultiSelectCheckSelectedSwitcher = BI.inherit(BI.Widget, {
BI.MultiSelectCheckSelectedSwitcher.EVENT_TRIGGER_CHANGE = "MultiSelectCheckSelectedSwitcher.EVENT_TRIGGER_CHANGE"; BI.MultiSelectCheckSelectedSwitcher.EVENT_TRIGGER_CHANGE = "MultiSelectCheckSelectedSwitcher.EVENT_TRIGGER_CHANGE";
BI.MultiSelectCheckSelectedSwitcher.EVENT_BEFORE_POPUPVIEW = "MultiSelectCheckSelectedSwitcher.EVENT_BEFORE_POPUPVIEW"; BI.MultiSelectCheckSelectedSwitcher.EVENT_BEFORE_POPUPVIEW = "MultiSelectCheckSelectedSwitcher.EVENT_BEFORE_POPUPVIEW";
$.shortcut('bi.multi_select_check_selected_switcher', BI.MultiSelectCheckSelectedSwitcher);/** BI.shortcut('bi.multi_select_check_selected_switcher', BI.MultiSelectCheckSelectedSwitcher);/**
* Created by zcf on 2016/12/14. * Created by zcf on 2016/12/14.
*/ */
BI.MultiStringList = BI.inherit(BI.Widget, { BI.MultiStringList = BI.inherit(BI.Widget, {
@ -10962,7 +10962,7 @@ BI.MultiStringList = BI.inherit(BI.Widget, {
}); });
BI.createWidget({ BI.createWidget({
type: "bi.vtape", type: "bi.vtape",
element: this.element, element: this,
height: "100%", height: "100%",
width: "100%", width: "100%",
items: [{ items: [{
@ -11152,7 +11152,7 @@ BI.extend(BI.MultiStringList, {
}); });
BI.MultiStringList.EVENT_CHANGE = "BI.MultiStringList.EVENT_CHANGE"; BI.MultiStringList.EVENT_CHANGE = "BI.MultiStringList.EVENT_CHANGE";
$.shortcut("bi.multi_string_list", BI.MultiStringList);/** BI.shortcut("bi.multi_string_list", BI.MultiStringList);/**
* *
* @class BI.MultiTreeCheckPane * @class BI.MultiTreeCheckPane
* @extends BI.Pane * @extends BI.Pane
@ -11266,7 +11266,7 @@ BI.MultiTreeCheckPane = BI.inherit(BI.Pane, {
BI.MultiTreeCheckPane.EVENT_CONTINUE_CLICK = "EVENT_CONTINUE_CLICK"; BI.MultiTreeCheckPane.EVENT_CONTINUE_CLICK = "EVENT_CONTINUE_CLICK";
$.shortcut("bi.multi_tree_check_pane", BI.MultiTreeCheckPane);/** BI.shortcut("bi.multi_tree_check_pane", BI.MultiTreeCheckPane);/**
* *
* @class BI.MultiTreeCombo * @class BI.MultiTreeCombo
* @extends BI.Single * @extends BI.Single
@ -11517,7 +11517,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, {
BI.MultiTreeCombo.EVENT_CONFIRM = "MultiTreeCombo.EVENT_CONFIRM"; BI.MultiTreeCombo.EVENT_CONFIRM = "MultiTreeCombo.EVENT_CONFIRM";
$.shortcut('bi.multi_tree_combo', BI.MultiTreeCombo);/** BI.shortcut('bi.multi_tree_combo', BI.MultiTreeCombo);/**
* 带加载的多选下拉面板 * 带加载的多选下拉面板
* @class BI.MultiTreePopup * @class BI.MultiTreePopup
* @extends BI.Pane * @extends BI.Pane
@ -11617,7 +11617,7 @@ BI.MultiTreePopup.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR";
BI.MultiTreePopup.EVENT_AFTERINIT = "EVENT_AFTERINIT"; BI.MultiTreePopup.EVENT_AFTERINIT = "EVENT_AFTERINIT";
$.shortcut('bi.multi_tree_popup_view', BI.MultiTreePopup);/** BI.shortcut('bi.multi_tree_popup_view', BI.MultiTreePopup);/**
* *
* 在搜索框中输入文本弹出的面板 * 在搜索框中输入文本弹出的面板
* @class BI.MultiTreeSearchPane * @class BI.MultiTreeSearchPane
@ -11685,7 +11685,7 @@ BI.MultiTreeSearchPane.EVENT_CHANGE = "EVENT_CHANGE";
BI.MultiTreeSearchPane.EVENT_CLICK_CONFIRM = "EVENT_CLICK_CONFIRM"; BI.MultiTreeSearchPane.EVENT_CLICK_CONFIRM = "EVENT_CLICK_CONFIRM";
BI.MultiTreeSearchPane.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR"; BI.MultiTreeSearchPane.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR";
$.shortcut("bi.multi_tree_search_pane", BI.MultiTreeSearchPane);/** BI.shortcut("bi.multi_tree_search_pane", BI.MultiTreeSearchPane);/**
* 查看已选按钮 * 查看已选按钮
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiTreeCheckSelectedButton * @class BI.MultiTreeCheckSelectedButton
@ -11755,7 +11755,7 @@ BI.MultiTreeCheckSelectedButton = BI.inherit(BI.Single, {
}); });
BI.MultiTreeCheckSelectedButton.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiTreeCheckSelectedButton.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.multi_tree_check_selected_button', BI.MultiTreeCheckSelectedButton);/** BI.shortcut('bi.multi_tree_check_selected_button', BI.MultiTreeCheckSelectedButton);/**
* searcher * searcher
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiTreeSearcher * @class BI.MultiTreeSearcher
@ -11890,7 +11890,7 @@ BI.MultiTreeSearcher.EVENT_CHANGE = "EVENT_CHANGE";
BI.MultiTreeSearcher.EVENT_START = "EVENT_START"; BI.MultiTreeSearcher.EVENT_START = "EVENT_START";
BI.MultiTreeSearcher.EVENT_STOP = "EVENT_STOP"; BI.MultiTreeSearcher.EVENT_STOP = "EVENT_STOP";
BI.MultiTreeSearcher.EVENT_PAUSE = "EVENT_PAUSE"; BI.MultiTreeSearcher.EVENT_PAUSE = "EVENT_PAUSE";
$.shortcut('bi.multi_tree_searcher', BI.MultiTreeSearcher);/** BI.shortcut('bi.multi_tree_searcher', BI.MultiTreeSearcher);/**
* Created by zcf on 2016/12/20. * Created by zcf on 2016/12/20.
*/ */
BI.MultiTreeList = BI.inherit(BI.Widget, { BI.MultiTreeList = BI.inherit(BI.Widget, {
@ -12017,7 +12017,7 @@ BI.MultiTreeList = BI.inherit(BI.Widget, {
}); });
BI.createWidget({ BI.createWidget({
type: "bi.vtape", type: "bi.vtape",
element: this.element, element: this,
height: "100%", height: "100%",
width: "100%", width: "100%",
items: [{ items: [{
@ -12067,7 +12067,7 @@ BI.MultiTreeList = BI.inherit(BI.Widget, {
} }
}); });
BI.MultiTreeList.EVENT_CHANGE = "MultiTreeList.EVENT_CHANGE"; BI.MultiTreeList.EVENT_CHANGE = "MultiTreeList.EVENT_CHANGE";
$.shortcut('bi.multi_tree_list', BI.MultiTreeList);/** BI.shortcut('bi.multi_tree_list', BI.MultiTreeList);/**
* Created by zcf on 2016/12/21. * Created by zcf on 2016/12/21.
*/ */
BI.MultiStringListPopup=BI.inherit(BI.Widget,{ BI.MultiStringListPopup=BI.inherit(BI.Widget,{
@ -12083,7 +12083,7 @@ BI.MultiStringListPopup=BI.inherit(BI.Widget,{
this.popup = BI.createWidget({ this.popup = BI.createWidget({
type: "bi.sync_tree", type: "bi.sync_tree",
height: 400, height: 400,
element:this.element, element: this,
itemsCreator: o.itemsCreator itemsCreator: o.itemsCreator
}); });
this.popup.on(BI.TreeView.EVENT_AFTERINIT, function () { this.popup.on(BI.TreeView.EVENT_AFTERINIT, function () {
@ -12114,7 +12114,7 @@ BI.MultiStringListPopup=BI.inherit(BI.Widget,{
}); });
BI.MultiStringListPopup.EVENT_AFTER_INIT="BI.MultiStringListPopup.EVENT_AFTER_INIT"; BI.MultiStringListPopup.EVENT_AFTER_INIT="BI.MultiStringListPopup.EVENT_AFTER_INIT";
BI.MultiStringListPopup.EVENT_CHANGE="BI.MultiStringListPopup.EVENT_CHANGE"; BI.MultiStringListPopup.EVENT_CHANGE="BI.MultiStringListPopup.EVENT_CHANGE";
$.shortcut("bi.multi_tree_list_popup",BI.MultiStringListPopup);//小于号的值为:0,小于等于号的值为:1 BI.shortcut("bi.multi_tree_list_popup",BI.MultiStringListPopup);//小于号的值为:0,小于等于号的值为:1
//closeMIn:最小值的符号,closeMax:最大值的符号 //closeMIn:最小值的符号,closeMax:最大值的符号
/** /**
* Created by roy on 15/9/17. * Created by roy on 15/9/17.
@ -12648,7 +12648,7 @@ BI.NumericalInterval = BI.inherit(BI.Single, {
BI.NumericalInterval.EVENT_CHANGE = "EVENT_CHANGE"; BI.NumericalInterval.EVENT_CHANGE = "EVENT_CHANGE";
BI.NumericalInterval.EVENT_VALID = "EVENT_VALID"; BI.NumericalInterval.EVENT_VALID = "EVENT_VALID";
BI.NumericalInterval.EVENT_ERROR = "EVENT_ERROR"; BI.NumericalInterval.EVENT_ERROR = "EVENT_ERROR";
$.shortcut("bi.numerical_interval", BI.NumericalInterval);/** BI.shortcut("bi.numerical_interval", BI.NumericalInterval);/**
* *
* 表格 * 表格
* *
@ -12686,7 +12686,7 @@ BI.PageTableCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.page_table_cell", BI.PageTableCell);/** BI.shortcut("bi.page_table_cell", BI.PageTableCell);/**
* 分页表格 * 分页表格
* *
* Created by GUY on 2016/2/15. * Created by GUY on 2016/2/15.
@ -12935,7 +12935,7 @@ BI.PageTable = BI.inherit(BI.Widget, {
BI.PageTable.superclass.destroy.apply(this, arguments); BI.PageTable.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.page_table', BI.PageTable);/** BI.shortcut('bi.page_table', BI.PageTable);/**
* 路径选择 * 路径选择
* *
* Created by GUY on 2015/12/4. * Created by GUY on 2015/12/4.
@ -13425,7 +13425,7 @@ BI.PathChooser = BI.inherit(BI.Widget, {
} }
}); });
BI.PathChooser.EVENT_CHANGE = "PathChooser.EVENT_CHANGE"; BI.PathChooser.EVENT_CHANGE = "PathChooser.EVENT_CHANGE";
$.shortcut("bi.path_chooser", BI.PathChooser);/** BI.shortcut("bi.path_chooser", BI.PathChooser);/**
* 路径选择区域 * 路径选择区域
* *
* Created by GUY on 2015/12/4. * Created by GUY on 2015/12/4.
@ -13539,7 +13539,7 @@ BI.PathRegion = BI.inherit(BI.Widget, {
} }
}); });
BI.PathRegion.EVENT_CHANGE = "PathRegion.EVENT_CHANGE"; BI.PathRegion.EVENT_CHANGE = "PathRegion.EVENT_CHANGE";
$.shortcut("bi.path_region", BI.PathRegion);/** BI.shortcut("bi.path_region", BI.PathRegion);/**
* 预览表列 * 预览表列
* *
* Created by GUY on 2015/12/25. * Created by GUY on 2015/12/25.
@ -13570,7 +13570,7 @@ BI.PreviewTableCell = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut('bi.preview_table_cell', BI.PreviewTableCell);/** BI.shortcut('bi.preview_table_cell', BI.PreviewTableCell);/**
* 预览表 * 预览表
* *
* Created by GUY on 2015/12/25. * Created by GUY on 2015/12/25.
@ -13601,7 +13601,7 @@ BI.PreviewTableHeaderCell = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut('bi.preview_table_header_cell', BI.PreviewTableHeaderCell);/** BI.shortcut('bi.preview_table_header_cell', BI.PreviewTableHeaderCell);/**
* 预览表 * 预览表
* *
* Created by GUY on 2015/12/25. * Created by GUY on 2015/12/25.
@ -13809,7 +13809,7 @@ BI.PreviewTable = BI.inherit(BI.Widget, {
} }
}); });
BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE"; BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE";
$.shortcut('bi.preview_table', BI.PreviewTable);/** BI.shortcut('bi.preview_table', BI.PreviewTable);/**
* 季度下拉框 * 季度下拉框
* *
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
@ -13890,7 +13890,7 @@ BI.QuarterCombo = BI.inherit(BI.Widget, {
}); });
BI.QuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.QuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.quarter_combo', BI.QuarterCombo);/** BI.shortcut('bi.quarter_combo', BI.QuarterCombo);/**
* 季度展示面板 * 季度展示面板
* *
* Created by GUY on 2015/9/2. * Created by GUY on 2015/9/2.
@ -13960,7 +13960,7 @@ BI.QuarterPopup = BI.inherit(BI.Widget, {
} }
}); });
BI.QuarterPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.QuarterPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.quarter_popup", BI.QuarterPopup);/** BI.shortcut("bi.quarter_popup", BI.QuarterPopup);/**
* 季度trigger * 季度trigger
* *
* Created by GUY on 2015/8/21. * Created by GUY on 2015/8/21.
@ -14065,7 +14065,7 @@ BI.QuarterTrigger.EVENT_CHANGE = "EVENT_CHANGE";
BI.QuarterTrigger.EVENT_START = "EVENT_START"; BI.QuarterTrigger.EVENT_START = "EVENT_START";
BI.QuarterTrigger.EVENT_STOP = "EVENT_STOP"; BI.QuarterTrigger.EVENT_STOP = "EVENT_STOP";
BI.QuarterTrigger.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.QuarterTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut("bi.quarter_trigger", BI.QuarterTrigger);/** BI.shortcut("bi.quarter_trigger", BI.QuarterTrigger);/**
* 关联视图字段Item * 关联视图字段Item
* *
* Created by GUY on 2015/12/23. * Created by GUY on 2015/12/23.
@ -14123,7 +14123,7 @@ BI.RelationViewItem = BI.inherit(BI.BasicButton, {
this.element[b ? "addClass" : "removeClass"]("active"); this.element[b ? "addClass" : "removeClass"]("active");
} }
}); });
$.shortcut('bi.relation_view_item', BI.RelationViewItem);/** BI.shortcut('bi.relation_view_item', BI.RelationViewItem);/**
* 关联视图 * 关联视图
* *
* Created by GUY on 2015/12/22. * Created by GUY on 2015/12/22.
@ -14441,7 +14441,7 @@ BI.RelationView = BI.inherit(BI.Widget, {
}); });
BI.RelationView.EVENT_CHANGE = "RelationView.EVENT_CHANGE"; BI.RelationView.EVENT_CHANGE = "RelationView.EVENT_CHANGE";
BI.RelationView.EVENT_PREVIEW = "EVENT_PREVIEW"; BI.RelationView.EVENT_PREVIEW = "EVENT_PREVIEW";
$.shortcut('bi.relation_view', BI.RelationView);/** BI.shortcut('bi.relation_view', BI.RelationView);/**
* Created by Young's on 2017/3/10. * Created by Young's on 2017/3/10.
*/ */
BI.RelationViewRegionContainer = BI.inherit(BI.Widget, { BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
@ -14534,7 +14534,7 @@ BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
BI.RelationViewRegionContainer.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN"; BI.RelationViewRegionContainer.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
BI.RelationViewRegionContainer.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT"; BI.RelationViewRegionContainer.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
BI.RelationViewRegionContainer.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW"; BI.RelationViewRegionContainer.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
$.shortcut("bi.relation_view_region_container", BI.RelationViewRegionContainer);/** BI.shortcut("bi.relation_view_region_container", BI.RelationViewRegionContainer);/**
* 关联视图 * 关联视图
* *
* Created by GUY on 2015/12/23. * Created by GUY on 2015/12/23.
@ -14690,7 +14690,7 @@ BI.RelationViewRegion = BI.inherit(BI.BasicButton, {
BI.RelationViewRegion.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN"; BI.RelationViewRegion.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
BI.RelationViewRegion.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT"; BI.RelationViewRegion.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
BI.RelationViewRegion.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW"; BI.RelationViewRegion.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
$.shortcut('bi.relation_view_region', BI.RelationViewRegion);/** BI.shortcut('bi.relation_view_region', BI.RelationViewRegion);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.SelectTreeFirstPlusGroupNode * @class BI.SelectTreeFirstPlusGroupNode
@ -14774,7 +14774,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.select_tree_first_plus_group_node", BI.SelectTreeFirstPlusGroupNode);/** BI.shortcut("bi.select_tree_first_plus_group_node", BI.SelectTreeFirstPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.SelectTreeLastPlusGroupNode * @class BI.SelectTreeLastPlusGroupNode
@ -14858,7 +14858,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.select_tree_last_plus_group_node", BI.SelectTreeLastPlusGroupNode);/** BI.shortcut("bi.select_tree_last_plus_group_node", BI.SelectTreeLastPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.SelectTreeMidPlusGroupNode * @class BI.SelectTreeMidPlusGroupNode
@ -14942,7 +14942,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.select_tree_mid_plus_group_node", BI.SelectTreeMidPlusGroupNode);/** BI.shortcut("bi.select_tree_mid_plus_group_node", BI.SelectTreeMidPlusGroupNode);/**
* @class BI.SelectTreeCombo * @class BI.SelectTreeCombo
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -15009,7 +15009,7 @@ BI.SelectTreeCombo = BI.inherit(BI.Widget, {
}); });
$.shortcut("bi.select_tree_combo", BI.SelectTreeCombo);/** BI.shortcut("bi.select_tree_combo", BI.SelectTreeCombo);/**
* @class BI.SelectTreeExpander * @class BI.SelectTreeExpander
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -15081,7 +15081,7 @@ BI.SelectTreeExpander = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.select_tree_expander", BI.SelectTreeExpander);/** BI.shortcut("bi.select_tree_expander", BI.SelectTreeExpander);/**
* @class BI.SelectTreePopup * @class BI.SelectTreePopup
* @extends BI.Pane * @extends BI.Pane
*/ */
@ -15177,7 +15177,7 @@ BI.SelectTreePopup = BI.inherit(BI.Pane, {
}); });
BI.SelectTreePopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.SelectTreePopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.select_tree_popup", BI.SelectTreePopup);/** BI.shortcut("bi.select_tree_popup", BI.SelectTreePopup);/**
* *
* Created by GUY on 2016/8/10. * Created by GUY on 2016/8/10.
* @class BI.SequenceTableDynamicNumber * @class BI.SequenceTableDynamicNumber
@ -15247,7 +15247,7 @@ BI.SequenceTableDynamicNumber = BI.inherit(BI.SequenceTableTreeNumber, {
return result; return result;
} }
}); });
$.shortcut('bi.sequence_table_dynamic_number', BI.SequenceTableDynamicNumber);/** BI.shortcut('bi.sequence_table_dynamic_number', BI.SequenceTableDynamicNumber);/**
* *
* Created by GUY on 2016/5/26. * Created by GUY on 2016/5/26.
* @class BI.SequenceTableListNumber * @class BI.SequenceTableListNumber
@ -15452,7 +15452,7 @@ BI.SequenceTableListNumber = BI.inherit(BI.Widget, {
this._populate(); this._populate();
} }
}); });
$.shortcut('bi.sequence_table_list_number', BI.SequenceTableListNumber);/** BI.shortcut('bi.sequence_table_list_number', BI.SequenceTableListNumber);/**
* 带有序号的表格 * 带有序号的表格
* *
* Created by GUY on 2016/5/26. * Created by GUY on 2016/5/26.
@ -15702,7 +15702,7 @@ BI.SequenceTable = BI.inherit(BI.Widget, {
BI.SequenceTable.superclass.destroy.apply(this, arguments); BI.SequenceTable.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.sequence_table', BI.SequenceTable);/** BI.shortcut('bi.sequence_table', BI.SequenceTable);/**
* @class BI.SingleTreeCombo * @class BI.SingleTreeCombo
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -15775,7 +15775,7 @@ BI.SingleTreeCombo = BI.inherit(BI.Widget, {
BI.SingleTreeCombo.EVENT_CHANGE = "SingleTreeCombo.EVENT_CHANGE"; BI.SingleTreeCombo.EVENT_CHANGE = "SingleTreeCombo.EVENT_CHANGE";
BI.SingleTreeCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW"; BI.SingleTreeCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
$.shortcut("bi.single_tree_combo", BI.SingleTreeCombo);/** BI.shortcut("bi.single_tree_combo", BI.SingleTreeCombo);/**
* @class BI.SingleTreePopup * @class BI.SingleTreePopup
* @extends BI.Pane * @extends BI.Pane
*/ */
@ -15837,7 +15837,7 @@ BI.SingleTreePopup = BI.inherit(BI.Pane, {
}); });
BI.SingleTreePopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.SingleTreePopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.single_tree_popup", BI.SingleTreePopup);/** BI.shortcut("bi.single_tree_popup", BI.SingleTreePopup);/**
* @class BI.SingleTreeTrigger * @class BI.SingleTreeTrigger
* @extends BI.Trigger * @extends BI.Trigger
*/ */
@ -15895,7 +15895,7 @@ BI.SingleTreeTrigger = BI.inherit(BI.Trigger, {
}); });
$.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);/** BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);/**
* 可以单选多选切换的树 * 可以单选多选切换的树
* *
* Created by GUY on 2015/12/21. * Created by GUY on 2015/12/21.
@ -16005,7 +16005,7 @@ BI.SwitchTree.SelectType = {
SingleSelect: BI.Selection.Single, SingleSelect: BI.Selection.Single,
MultiSelect: BI.Selection.Multi MultiSelect: BI.Selection.Multi
}; };
$.shortcut('bi.switch_tree', BI.SwitchTree); BI.shortcut('bi.switch_tree', BI.SwitchTree);
/** /**
* web组件 * web组件
* Created by GameJian on 2016/3/1. * Created by GameJian on 2016/3/1.
@ -16159,7 +16159,7 @@ BI.WebPage = BI.inherit(BI.Widget, {
BI.WebPage.EVENT_DESTROY = "EVENT_DESTROY"; BI.WebPage.EVENT_DESTROY = "EVENT_DESTROY";
BI.WebPage.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE"; BI.WebPage.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE";
$.shortcut("bi.web_page", BI.WebPage);/** BI.shortcut("bi.web_page", BI.WebPage);/**
* 年份下拉框 * 年份下拉框
* *
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
@ -16254,7 +16254,7 @@ BI.YearCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.YearCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.YearCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.year_combo', BI.YearCombo);/** BI.shortcut('bi.year_combo', BI.YearCombo);/**
* 年份展示面板 * 年份展示面板
* *
* Created by GUY on 2015/9/2. * Created by GUY on 2015/9/2.
@ -16356,7 +16356,7 @@ BI.YearPopup = BI.inherit(BI.Widget, {
} }
}); });
BI.YearPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.YearPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.year_popup", BI.YearPopup);/** BI.shortcut("bi.year_popup", BI.YearPopup);/**
* 年份trigger * 年份trigger
* *
* Created by GUY on 2015/8/21. * Created by GUY on 2015/8/21.
@ -16461,7 +16461,7 @@ BI.YearTrigger.EVENT_ERROR = "EVENT_ERROR";
BI.YearTrigger.EVENT_START = "EVENT_START"; BI.YearTrigger.EVENT_START = "EVENT_START";
BI.YearTrigger.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.YearTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
BI.YearTrigger.EVENT_STOP = "EVENT_STOP"; BI.YearTrigger.EVENT_STOP = "EVENT_STOP";
$.shortcut("bi.year_trigger", BI.YearTrigger);/** BI.shortcut("bi.year_trigger", BI.YearTrigger);/**
* 年份 + 月份下拉框 * 年份 + 月份下拉框
* *
* @class BI.YearMonthCombo * @class BI.YearMonthCombo
@ -16517,7 +16517,7 @@ BI.YearMonthCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.YearMonthCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.YearMonthCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.year_month_combo', BI.YearMonthCombo);/** BI.shortcut('bi.year_month_combo', BI.YearMonthCombo);/**
* 年份 + 月份下拉框 * 年份 + 月份下拉框
* *
* @class BI.YearQuarterCombo * @class BI.YearQuarterCombo
@ -16573,7 +16573,7 @@ BI.YearQuarterCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.YearQuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.YearQuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.year_quarter_combo', BI.YearQuarterCombo);/** BI.shortcut('bi.year_quarter_combo', BI.YearQuarterCombo);/**
* 简单的复选下拉框控件, 适用于数据量少的情况 * 简单的复选下拉框控件, 适用于数据量少的情况
* 封装了字段处理逻辑 * 封装了字段处理逻辑
* *
@ -16605,7 +16605,7 @@ BI.AllValueChooserCombo = BI.inherit(BI.Widget, {
} }
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: 'bi.multi_select_combo', type: 'bi.multi_select_combo',
element: this.element, element: this,
itemsCreator: BI.bind(this._itemsCreator, this), itemsCreator: BI.bind(this._itemsCreator, this),
valueFormatter: function (v) { valueFormatter: function (v) {
var text = v; var text = v;
@ -16690,7 +16690,7 @@ BI.AllValueChooserCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.AllValueChooserCombo.EVENT_CONFIRM = "AllValueChooserCombo.EVENT_CONFIRM"; BI.AllValueChooserCombo.EVENT_CONFIRM = "AllValueChooserCombo.EVENT_CONFIRM";
$.shortcut('bi.all_value_chooser_combo', BI.AllValueChooserCombo);/** BI.shortcut('bi.all_value_chooser_combo', BI.AllValueChooserCombo);/**
* 简单的复选下拉树控件, 适用于数据量少的情况 * 简单的复选下拉树控件, 适用于数据量少的情况
* *
* Created by GUY on 2015/10/29. * Created by GUY on 2015/10/29.
@ -16721,7 +16721,7 @@ BI.TreeValueChooserCombo = BI.inherit(BI.Widget, {
} }
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: 'bi.multi_tree_combo', type: 'bi.multi_tree_combo',
element: this.element, element: this,
itemsCreator: BI.bind(this._itemsCreator, this), itemsCreator: BI.bind(this._itemsCreator, this),
width: o.width, width: o.width,
height: o.height height: o.height
@ -17288,7 +17288,7 @@ BI.TreeValueChooserCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.TreeValueChooserCombo.EVENT_CONFIRM = "TreeValueChooserCombo.EVENT_CONFIRM"; BI.TreeValueChooserCombo.EVENT_CONFIRM = "TreeValueChooserCombo.EVENT_CONFIRM";
$.shortcut('bi.tree_value_chooser_combo', BI.TreeValueChooserCombo);/** BI.shortcut('bi.tree_value_chooser_combo', BI.TreeValueChooserCombo);/**
* 简单的复选下拉框控件, 适用于数据量少的情况 * 简单的复选下拉框控件, 适用于数据量少的情况
* 封装了字段处理逻辑 * 封装了字段处理逻辑
* *
@ -17320,7 +17320,7 @@ BI.ValueChooserCombo = BI.inherit(BI.Widget, {
} }
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: 'bi.multi_select_combo', type: 'bi.multi_select_combo',
element: this.element, element: this,
itemsCreator: BI.bind(this._itemsCreator, this), itemsCreator: BI.bind(this._itemsCreator, this),
valueFormatter: function (v) { valueFormatter: function (v) {
var text = v; var text = v;
@ -17414,4 +17414,4 @@ BI.ValueChooserCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.ValueChooserCombo.EVENT_CONFIRM = "ValueChooserCombo.EVENT_CONFIRM"; BI.ValueChooserCombo.EVENT_CONFIRM = "ValueChooserCombo.EVENT_CONFIRM";
$.shortcut('bi.value_chooser_combo', BI.ValueChooserCombo); BI.shortcut('bi.value_chooser_combo', BI.ValueChooserCombo);

2
demo/js/base/button/demo.button.js

@ -72,4 +72,4 @@ Demo.Button = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.button", Demo.Button); BI.shortcut("demo.button", Demo.Button);

2
demo/js/base/button/demo.icon_button.js

@ -21,4 +21,4 @@ Demo.Button = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.icon_button", Demo.Button); BI.shortcut("demo.icon_button", Demo.Button);

2
demo/js/base/button/demo.image_button.js

@ -21,4 +21,4 @@ Demo.Button = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.image_button", Demo.Button); BI.shortcut("demo.image_button", Demo.Button);

2
demo/js/base/button/demo.text_button.js

@ -20,4 +20,4 @@ Demo.Button = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.text_button", Demo.Button); BI.shortcut("demo.text_button", Demo.Button);

2
demo/js/base/demo.label.js

@ -135,4 +135,4 @@ Demo.Label = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.label", Demo.Label); BI.shortcut("demo.label", Demo.Label);

2
demo/js/base/demo.message.js

@ -20,4 +20,4 @@ Demo.Message = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.message", Demo.Message); BI.shortcut("demo.message", Demo.Message);

2
demo/js/base/demo.pager.js

@ -117,4 +117,4 @@ Demo.Func = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.pager", Demo.Func); BI.shortcut("demo.pager", Demo.Func);

2
demo/js/base/demo.svg.js

@ -29,4 +29,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.svg", Demo.Func); BI.shortcut("demo.svg", Demo.Func);

2
demo/js/base/editor/demo.code_editor.js

@ -30,4 +30,4 @@ Demo.CodeEditor = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.code_editor", Demo.CodeEditor); BI.shortcut("demo.code_editor", Demo.CodeEditor);

2
demo/js/base/editor/demo.editor.js

@ -93,4 +93,4 @@ Demo.Editor = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.editor", Demo.Editor); BI.shortcut("demo.editor", Demo.Editor);

2
demo/js/base/editor/demo.formula_editor.js

@ -18,4 +18,4 @@ Demo.CodeEditor = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.formula_editor", Demo.CodeEditor); BI.shortcut("demo.formula_editor", Demo.CodeEditor);

2
demo/js/base/editor/demo.multifile_editor.js

@ -23,4 +23,4 @@ Demo.CodeEditor = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.multifile_editor", Demo.CodeEditor); BI.shortcut("demo.multifile_editor", Demo.CodeEditor);

2
demo/js/base/editor/demo.textarea_editor.js

@ -36,4 +36,4 @@ Demo.CodeEditor = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.textarea_editor", Demo.CodeEditor); BI.shortcut("demo.textarea_editor", Demo.CodeEditor);

2
demo/js/base/table/demo.collection_table.js

@ -59,4 +59,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.collection_table", Demo.Func); BI.shortcut("demo.collection_table", Demo.Func);

2
demo/js/base/table/demo.grid_table.js

@ -54,4 +54,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.grid_table", Demo.Func); BI.shortcut("demo.grid_table", Demo.Func);

2
demo/js/base/table/demo.resizable_table.js

@ -54,4 +54,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.resizable_table", Demo.Func); BI.shortcut("demo.resizable_table", Demo.Func);

2
demo/js/base/table/demo.table_view.js

@ -364,4 +364,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.table_view", Demo.Func); BI.shortcut("demo.table_view", Demo.Func);

2
demo/js/base/tip/demo.bubble.js

@ -55,4 +55,4 @@ Demo.Bubble = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.bubble", Demo.Bubble); BI.shortcut("demo.bubble", Demo.Bubble);

2
demo/js/base/tip/demo.title.js

@ -36,4 +36,4 @@ Demo.Title = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.title", Demo.Title); BI.shortcut("demo.title", Demo.Title);

2
demo/js/base/tip/demo.toast.js

@ -52,4 +52,4 @@ Demo.Toast = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.toast", Demo.Toast); BI.shortcut("demo.toast", Demo.Toast);

2
demo/js/base/tree/demo.part_tree.js

@ -6,4 +6,4 @@ Demo.Func = BI.inherit(BI.Widget, {
render: function () { render: function () {
} }
}); });
$.shortcut("demo.part_tree", Demo.Func); BI.shortcut("demo.part_tree", Demo.Func);

2
demo/js/base/tree/demo.sync_tree.js

@ -6,4 +6,4 @@ Demo.Func = BI.inherit(BI.Widget, {
render: function () { render: function () {
} }
}); });
$.shortcut("demo.sync_tree", Demo.Func); BI.shortcut("demo.sync_tree", Demo.Func);

2
demo/js/base/tree/demo.tree_view.js

@ -49,4 +49,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.tree_view", Demo.Func); BI.shortcut("demo.tree_view", Demo.Func);

2
demo/js/case/combo/demo.bubble_combo.js

@ -93,4 +93,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.bubble_combo", Demo.Func); BI.shortcut("demo.bubble_combo", Demo.Func);

2
demo/js/case/demo.calendar.js

@ -81,4 +81,4 @@ Demo.Func = BI.inherit(BI.Widget, {
tip.setText(this._stringfyTimeObject(this.selectedTime)); tip.setText(this._stringfyTimeObject(this.selectedTime));
} }
}); });
$.shortcut("demo.calendar", Demo.Func); BI.shortcut("demo.calendar", Demo.Func);

2
demo/js/case/demo.color_chooser.js

@ -18,4 +18,4 @@ Demo.Func = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.color_chooser", Demo.Func); BI.shortcut("demo.color_chooser", Demo.Func);

2
demo/js/case/demo.complex_canvas.js

@ -32,4 +32,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.complex_canvas", Demo.Func); BI.shortcut("demo.complex_canvas", Demo.Func);

2
demo/js/case/demo.zclip.js

@ -39,4 +39,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.zclip", Demo.Func); BI.shortcut("demo.zclip", Demo.Func);

2
demo/js/case/tree/demo.branch_relation.js

@ -146,4 +146,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.branch_relation", Demo.Func); BI.shortcut("demo.branch_relation", Demo.Func);

2
demo/js/case/tree/demo.branch_tree.js

@ -230,4 +230,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.branch_tree", Demo.Func); BI.shortcut("demo.branch_tree", Demo.Func);

2
demo/js/case/tree/demo.display_tree.js

@ -40,4 +40,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}]); }]);
} }
}); });
$.shortcut("demo.display_tree", Demo.Func); BI.shortcut("demo.display_tree", Demo.Func);

2
demo/js/case/tree/demo.handstand_branch_tree.js

@ -100,4 +100,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.handstand_branch_tree", Demo.Func); BI.shortcut("demo.handstand_branch_tree", Demo.Func);

2
demo/js/case/tree/demo.level_tree.js

@ -84,4 +84,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.level_tree", Demo.Func); BI.shortcut("demo.level_tree", Demo.Func);

2
demo/js/case/tree/demo.simple_tree.js

@ -83,4 +83,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.simple_tree", Demo.Func); BI.shortcut("demo.simple_tree", Demo.Func);

2
demo/js/center.js

@ -22,4 +22,4 @@ Demo.Center = BI.inherit(BI.Widget, {
this.tab.setSelect(v); this.tab.setSelect(v);
} }
}); });
$.shortcut("demo.center", Demo.Center); BI.shortcut("demo.center", Demo.Center);

2
demo/js/component/demo.treevaluechooser.js

@ -37,4 +37,4 @@ Demo.TreeValueChooser = BI.inherit(BI.Widget, {
}; };
} }
}); });
$.shortcut("demo.tree_value_chooser", Demo.TreeValueChooser); BI.shortcut("demo.tree_value_chooser", Demo.TreeValueChooser);

2
demo/js/component/demo.valuechooser.js

@ -17,4 +17,4 @@ Demo.ValueChooserCombo = BI.inherit(BI.Widget, {
}; };
} }
}); });
$.shortcut("demo.value_chooser_combo", Demo.ValueChooserCombo); BI.shortcut("demo.value_chooser_combo", Demo.ValueChooserCombo);

2
demo/js/core/abstract/combination/demo.combo.js

@ -8,4 +8,4 @@ Demo.Func = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.combo", Demo.Func); BI.shortcut("demo.combo", Demo.Func);

2
demo/js/core/abstract/demo.button_group.js

@ -21,4 +21,4 @@ Demo.Func = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.button_group", Demo.Func); BI.shortcut("demo.button_group", Demo.Func);

2
demo/js/core/abstract/demo.button_tree.js

@ -23,4 +23,4 @@ Demo.Func = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.button_tree", Demo.Func); BI.shortcut("demo.button_tree", Demo.Func);

2
demo/js/core/abstract/demo.collection_view.js

@ -36,4 +36,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.collection_view", Demo.Func); BI.shortcut("demo.collection_view", Demo.Func);

2
demo/js/core/abstract/demo.grid_view.js

@ -47,4 +47,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.grid_view", Demo.Func); BI.shortcut("demo.grid_view", Demo.Func);

4
demo/js/core/abstract/demo.virtual_group.js

@ -43,7 +43,7 @@ Demo.Func = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.virtual_group", Demo.Func); BI.shortcut("demo.virtual_group", Demo.Func);
Demo.Item = BI.inherit(BI.Widget, { Demo.Item = BI.inherit(BI.Widget, {
props: { props: {
@ -76,4 +76,4 @@ Demo.Item = BI.inherit(BI.Widget, {
console.log("删除了一项"); console.log("删除了一项");
} }
}); });
$.shortcut("demo.virtual_group_item", Demo.Item); BI.shortcut("demo.virtual_group_item", Demo.Item);

2
demo/js/core/abstract/mvc.custom_tree.js

@ -242,4 +242,4 @@ Demo.Func = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut("demo.custom_tree", Demo.Func); BI.shortcut("demo.custom_tree", Demo.Func);

2
demo/js/core/layout/demo.absolute.js

@ -16,4 +16,4 @@ Demo.AbsoluteLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.absolute", Demo.AbsoluteLayout); BI.shortcut("demo.absolute", Demo.AbsoluteLayout);

2
demo/js/core/layout/demo.border.js

@ -94,4 +94,4 @@ Demo.BorderLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.border", Demo.BorderLayout); BI.shortcut("demo.border", Demo.BorderLayout);

2
demo/js/core/layout/demo.center.js

@ -32,4 +32,4 @@ Demo.CenterLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.center_layout", Demo.CenterLayout); BI.shortcut("demo.center_layout", Demo.CenterLayout);

2
demo/js/core/layout/demo.center_adapt.js

@ -78,4 +78,4 @@ Demo.CenterAdapt = BI.inherit(BI.Widget, {
}) })
}, },
}); });
$.shortcut("demo.center_adapt", Demo.CenterAdapt); BI.shortcut("demo.center_adapt", Demo.CenterAdapt);

2
demo/js/core/layout/demo.float_center.js

@ -24,4 +24,4 @@ Demo.FloatCenterLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.float_center", Demo.FloatCenterLayout); BI.shortcut("demo.float_center", Demo.FloatCenterLayout);

2
demo/js/core/layout/demo.flow.js

@ -82,4 +82,4 @@ Demo.FlowLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.flow", Demo.FlowLayout); BI.shortcut("demo.flow", Demo.FlowLayout);

2
demo/js/core/layout/demo.grid.js

@ -134,4 +134,4 @@ Demo.GridLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.grid", Demo.GridLayout); BI.shortcut("demo.grid", Demo.GridLayout);

2
demo/js/core/layout/demo.horizontal.js

@ -47,4 +47,4 @@ Demo.Horizontal = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.horizontal", Demo.Horizontal); BI.shortcut("demo.horizontal", Demo.Horizontal);

2
demo/js/core/layout/demo.horizontal_adapt.js

@ -39,4 +39,4 @@ Demo.HorizontalAdapt = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.horizontal_adapt", Demo.HorizontalAdapt); BI.shortcut("demo.horizontal_adapt", Demo.HorizontalAdapt);

2
demo/js/core/layout/demo.horizontal_auto.js

@ -39,4 +39,4 @@ Demo.HorizontalAuto = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.horizontal_auto", Demo.HorizontalAuto); BI.shortcut("demo.horizontal_auto", Demo.HorizontalAuto);

2
demo/js/core/layout/demo.horizontal_float.js

@ -32,4 +32,4 @@ Demo.HorizontalFloat = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.horizontal_float", Demo.HorizontalFloat); BI.shortcut("demo.horizontal_float", Demo.HorizontalFloat);

2
demo/js/core/layout/demo.htape.js

@ -35,4 +35,4 @@ Demo.HtapeLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.htape", Demo.HtapeLayout); BI.shortcut("demo.htape", Demo.HtapeLayout);

2
demo/js/core/layout/demo.inline.js

@ -44,4 +44,4 @@ Demo.InlineLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.inline", Demo.InlineLayout); BI.shortcut("demo.inline", Demo.InlineLayout);

2
demo/js/core/layout/demo.left_right_vertical_adapt.js

@ -41,4 +41,4 @@ Demo.LeftRightVerticalAdaptLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.left_right_vertical_adapt", Demo.LeftRightVerticalAdaptLayout); BI.shortcut("demo.left_right_vertical_adapt", Demo.LeftRightVerticalAdaptLayout);

2
demo/js/core/layout/demo.table.js

@ -159,4 +159,4 @@ Demo.TableLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.table_layout", Demo.TableLayout); BI.shortcut("demo.table_layout", Demo.TableLayout);

2
demo/js/core/layout/demo.td.js

@ -56,4 +56,4 @@ Demo.TdLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.td", Demo.TdLayout); BI.shortcut("demo.td", Demo.TdLayout);

2
demo/js/core/layout/demo.vertical.js

@ -22,4 +22,4 @@ Demo.VerticalLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.vertical", Demo.VerticalLayout); BI.shortcut("demo.vertical", Demo.VerticalLayout);

2
demo/js/core/layout/demo.vertical_adapt.js

@ -39,4 +39,4 @@ Demo.VerticalAdaptLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.vertical_adapt", Demo.VerticalAdaptLayout); BI.shortcut("demo.vertical_adapt", Demo.VerticalAdaptLayout);

2
demo/js/core/layout/demo.vtape.js

@ -35,4 +35,4 @@ Demo.VtapeLayout = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.vtape", Demo.VtapeLayout); BI.shortcut("demo.vtape", Demo.VtapeLayout);

2
demo/js/face.js

@ -25,4 +25,4 @@ Demo.Face = BI.inherit(BI.Widget, {
circle.animate({fill: "#223fa3", stroke: "#000", "stroke-width": 80, "stroke-opacity": 0.5}, 2000); circle.animate({fill: "#223fa3", stroke: "#000", "stroke-width": 80, "stroke-opacity": 0.5}, 2000);
} }
}); });
$.shortcut("demo.face", Demo.Face); BI.shortcut("demo.face", Demo.Face);

2
demo/js/main.js

@ -43,4 +43,4 @@ Demo.Main = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.main", Demo.Main); BI.shortcut("demo.main", Demo.Main);

2
demo/js/north.js

@ -29,4 +29,4 @@ Demo.North = BI.inherit(BI.Widget, {
} }
}); });
Demo.North.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE"; Demo.North.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE";
$.shortcut("demo.north", Demo.North); BI.shortcut("demo.north", Demo.North);

2
demo/js/west.js

@ -20,4 +20,4 @@ Demo.West = BI.inherit(BI.Widget, {
} }
}); });
Demo.West.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE"; Demo.West.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE";
$.shortcut("demo.west", Demo.West); BI.shortcut("demo.west", Demo.West);

2
demo/js/widget/demo.multiselectcombo.js

@ -80,4 +80,4 @@ Demo.MultiSelectCombo = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.multi_select_combo", Demo.MultiSelectCombo); BI.shortcut("demo.multi_select_combo", Demo.MultiSelectCombo);

2
demo/js/widget/demo.pathchooser.js

@ -174,4 +174,4 @@ Demo.PathChooser = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.path_chooser", Demo.PathChooser); BI.shortcut("demo.path_chooser", Demo.PathChooser);

2
demo/js/widget/demo.relationview.js

@ -62,4 +62,4 @@ Demo.RelationView = BI.inherit(BI.Widget, {
} }
} }
}); });
$.shortcut("demo.relation_view", Demo.RelationView); BI.shortcut("demo.relation_view", Demo.RelationView);

144
dist/base.js vendored

@ -596,7 +596,7 @@ BI.Text = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.text", BI.Text);/** BI.shortcut("bi.text", BI.Text);/**
* guy * guy
* @class BI.BasicButton * @class BI.BasicButton
* @extends BI.Single * @extends BI.Single
@ -1279,7 +1279,7 @@ BI.extend(BI.ButtonGroup, {
}); });
BI.ButtonGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.ButtonGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.button_group", BI.ButtonGroup);/** BI.shortcut("bi.button_group", BI.ButtonGroup);/**
* Created by GUY on 2015/8/10. * Created by GUY on 2015/8/10.
* @class BI.ButtonTree * @class BI.ButtonTree
* @extends BI.ButtonGroup * @extends BI.ButtonGroup
@ -1460,7 +1460,7 @@ BI.ButtonTree = BI.inherit(BI.ButtonGroup, {
}); });
BI.ButtonTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.ButtonTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.button_tree", BI.ButtonTree);/** BI.shortcut("bi.button_tree", BI.ButtonTree);/**
* guy * guy
* 异步树 * 异步树
* @class BI.TreeView * @class BI.TreeView
@ -1966,7 +1966,7 @@ BI.TreeView.EVENT_CHANGE = "EVENT_CHANGE";
BI.TreeView.EVENT_INIT = BI.Events.INIT; BI.TreeView.EVENT_INIT = BI.Events.INIT;
BI.TreeView.EVENT_AFTERINIT = BI.Events.AFTERINIT; BI.TreeView.EVENT_AFTERINIT = BI.Events.AFTERINIT;
$.shortcut("bi.tree_view", BI.TreeView);/** BI.shortcut("bi.tree_view", BI.TreeView);/**
* guy * guy
* 同步树 * 同步树
* @class BI.SyncTree * @class BI.SyncTree
@ -2174,7 +2174,7 @@ BI.SyncTree = BI.inherit(BI.TreeView, {
} }
}); });
$.shortcut("bi.sync_tree", BI.SyncTree);/** BI.shortcut("bi.sync_tree", BI.SyncTree);/**
* guy * guy
* 局部树两个请求树 第一个请求构造树第二个请求获取节点 * 局部树两个请求树 第一个请求构造树第二个请求获取节点
* @class BI.PartTree * @class BI.PartTree
@ -2348,7 +2348,7 @@ BI.PartTree = BI.inherit(BI.SyncTree, {
} }
}); });
$.shortcut("bi.part_tree", BI.PartTree);BI.Resizers = new BI.ResizeController(); BI.shortcut("bi.part_tree", BI.PartTree);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();
@ -2490,7 +2490,7 @@ BI.Canvas = BI.inherit(BI.Widget, {
}); });
} }
}); });
$.shortcut("bi.canvas", BI.Canvas);/** BI.shortcut("bi.canvas", BI.Canvas);/**
* Collection * Collection
* *
* Created by GUY on 2016/1/15. * Created by GUY on 2016/1/15.
@ -2781,7 +2781,7 @@ BI.Collection = BI.inherit(BI.Widget, {
} }
}); });
BI.Collection.EVENT_SCROLL = "EVENT_SCROLL"; BI.Collection.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut('bi.collection_view', BI.Collection);/** BI.shortcut('bi.collection_view', BI.Collection);/**
* @class BI.Combo * @class BI.Combo
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -3179,7 +3179,7 @@ BI.Combo.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.Combo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.Combo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.Combo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.Combo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.combo", BI.Combo);/** BI.shortcut("bi.combo", BI.Combo);/**
* *
* 某个可以展开的节点 * 某个可以展开的节点
* *
@ -3456,7 +3456,7 @@ BI.Expander.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.Expander.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.Expander.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.Expander.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.Expander.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.expander", BI.Expander);/** BI.shortcut("bi.expander", BI.Expander);/**
* Created by GUY on 2015/8/10. * Created by GUY on 2015/8/10.
*/ */
@ -3556,7 +3556,7 @@ BI.ComboGroup = BI.inherit(BI.Widget, {
}); });
BI.ComboGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.ComboGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.combo_group", BI.ComboGroup);BI.VirtualGroup = BI.inherit(BI.Widget, { BI.shortcut("bi.combo_group", BI.ComboGroup);BI.VirtualGroup = BI.inherit(BI.Widget, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.VirtualGroup.superclass._defaultConfig.apply(this, arguments), { return BI.extend(BI.VirtualGroup.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-virtual-group", baseCls: "bi-virtual-group",
@ -3627,7 +3627,7 @@ $.shortcut("bi.combo_group", BI.ComboGroup);BI.VirtualGroup = BI.inherit(BI.Widg
}); });
BI.VirtualGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.VirtualGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.virtual_group", BI.VirtualGroup);/** BI.shortcut("bi.virtual_group", BI.VirtualGroup);/**
* 加载控件 * 加载控件
* *
* Created by GUY on 2015/8/31. * Created by GUY on 2015/8/31.
@ -3888,7 +3888,7 @@ BI.Loader = BI.inherit(BI.Widget, {
} }
}); });
BI.Loader.EVENT_CHANGE = "EVENT_CHANGE"; BI.Loader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.loader", BI.Loader);/** BI.shortcut("bi.loader", BI.Loader);/**
* Created by GUY on 2015/6/26. * Created by GUY on 2015/6/26.
*/ */
@ -4025,7 +4025,7 @@ BI.Navigation = BI.inherit(BI.Widget, {
}); });
BI.Navigation.EVENT_CHANGE = "EVENT_CHANGE"; BI.Navigation.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.navigation", BI.Navigation);/** BI.shortcut("bi.navigation", BI.Navigation);/**
* 搜索逻辑控件 * 搜索逻辑控件
* *
* Created by GUY on 2015/9/28. * Created by GUY on 2015/9/28.
@ -4327,7 +4327,7 @@ BI.Searcher.EVENT_PAUSE = "EVENT_PAUSE";
BI.Searcher.EVENT_SEARCHING = "EVENT_SEARCHING"; BI.Searcher.EVENT_SEARCHING = "EVENT_SEARCHING";
BI.Searcher.EVENT_AFTER_INIT = "EVENT_AFTER_INIT"; BI.Searcher.EVENT_AFTER_INIT = "EVENT_AFTER_INIT";
$.shortcut("bi.searcher", BI.Searcher);/** BI.shortcut("bi.searcher", BI.Searcher);/**
* *
* 切换显示或隐藏面板 * 切换显示或隐藏面板
* *
@ -4603,7 +4603,7 @@ BI.Switcher.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.Switcher.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.Switcher.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.Switcher.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.Switcher.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.switcher", BI.Switcher);/** BI.shortcut("bi.switcher", BI.Switcher);/**
* Created by GUY on 2015/6/26. * Created by GUY on 2015/6/26.
*/ */
@ -4729,7 +4729,7 @@ BI.Tab = BI.inherit(BI.Widget, {
}); });
BI.Tab.EVENT_CHANGE = "EVENT_CHANGE"; BI.Tab.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.tab", BI.Tab);/** BI.shortcut("bi.tab", BI.Tab);/**
* 表示当前对象 * 表示当前对象
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4770,7 +4770,7 @@ BI.EL = BI.inherit(BI.Widget, {
this.ele.populate.apply(this, arguments); this.ele.populate.apply(this, arguments);
} }
}); });
$.shortcut('bi.el', BI.EL);// CodeMirror, copyright (c) by Marijn Haverbeke and others BI.shortcut('bi.el', BI.EL);// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE // Distributed under an MIT license: http://codemirror.net/LICENSE
// This is CodeMirror (http://codemirror.net), a code editor // This is CodeMirror (http://codemirror.net), a code editor
@ -14337,7 +14337,7 @@ BI.FormulaEditor = BI.inherit(BI.Single, {
BI.FormulaEditor.EVENT_CHANGE = "EVENT_CHANGE"; BI.FormulaEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.FormulaEditor.EVENT_BLUR = "EVENT_BLUR"; BI.FormulaEditor.EVENT_BLUR = "EVENT_BLUR";
BI.FormulaEditor.EVENT_FOCUS = "EVENT_FOCUS"; BI.FormulaEditor.EVENT_FOCUS = "EVENT_FOCUS";
$.shortcut("bi.formula_editor", BI.FormulaEditor); BI.shortcut("bi.formula_editor", BI.FormulaEditor);
/** /**
* z-index在1亿层级 * z-index在1亿层级
* 弹出提示消息框用于模拟阻塞操作通过回调函数实现 * 弹出提示消息框用于模拟阻塞操作通过回调函数实现
@ -14809,7 +14809,7 @@ BI.Grid = BI.inherit(BI.Widget, {
} }
}); });
BI.Grid.EVENT_SCROLL = "EVENT_SCROLL"; BI.Grid.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut('bi.grid_view', BI.Grid);/** BI.shortcut('bi.grid_view', BI.Grid);/**
* floatBox弹出层 * floatBox弹出层
* @class BI.FloatBox * @class BI.FloatBox
* @extends BI.Widget * @extends BI.Widget
@ -14950,7 +14950,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.float_box", BI.FloatBox); BI.shortcut("bi.float_box", BI.FloatBox);
BI.FloatBox.EVENT_FLOAT_BOX_CLOSED = "EVENT_FLOAT_BOX_CLOSED"; BI.FloatBox.EVENT_FLOAT_BOX_CLOSED = "EVENT_FLOAT_BOX_CLOSED";
BI.FloatBox.EVENT_FLOAT_BOX_OPEN = "EVENT_FLOAT_BOX_CLOSED"; BI.FloatBox.EVENT_FLOAT_BOX_OPEN = "EVENT_FLOAT_BOX_CLOSED";
@ -15134,7 +15134,7 @@ BI.PopupView = BI.inherit(BI.Widget, {
} }
}); });
BI.PopupView.EVENT_CHANGE = "EVENT_CHANGE"; BI.PopupView.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.popup_view", BI.PopupView);/** BI.shortcut("bi.popup_view", BI.PopupView);/**
* 搜索面板 * 搜索面板
* *
* Created by GUY on 2015/9/28. * Created by GUY on 2015/9/28.
@ -15272,7 +15272,7 @@ BI.SearcherView = BI.inherit(BI.Pane, {
}); });
BI.SearcherView.EVENT_CHANGE = "EVENT_CHANGE"; BI.SearcherView.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.searcher_view", BI.SearcherView);/** BI.shortcut("bi.searcher_view", BI.SearcherView);/**
* 分页控件 * 分页控件
* *
* Created by GUY on 2015/8/31. * Created by GUY on 2015/8/31.
@ -15559,7 +15559,7 @@ BI.Pager = BI.inherit(BI.Widget, {
}); });
BI.Pager.EVENT_CHANGE = "EVENT_CHANGE"; BI.Pager.EVENT_CHANGE = "EVENT_CHANGE";
BI.Pager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE"; BI.Pager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE";
$.shortcut("bi.pager", BI.Pager);/** BI.shortcut("bi.pager", BI.Pager);/**
* 超链接 * 超链接
* *
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
@ -15590,7 +15590,7 @@ BI.A = BI.inherit(BI.Text, {
} }
}); });
$.shortcut("bi.a", BI.A);/** BI.shortcut("bi.a", BI.A);/**
* guy * guy
* 加载条 * 加载条
* @type {*|void|Object} * @type {*|void|Object}
@ -15673,7 +15673,7 @@ BI.LoadingBar = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.loading_bar", BI.LoadingBar);/** BI.shortcut("bi.loading_bar", BI.LoadingBar);/**
* @class BI.IconButton * @class BI.IconButton
* @extends BI.BasicButton * @extends BI.BasicButton
* 图标的button * 图标的button
@ -15723,7 +15723,7 @@ BI.IconButton = BI.inherit(BI.BasicButton, {
} }
}); });
BI.IconButton.EVENT_CHANGE = "IconButton.EVENT_CHANGE"; BI.IconButton.EVENT_CHANGE = "IconButton.EVENT_CHANGE";
$.shortcut("bi.icon_button", BI.IconButton);/** BI.shortcut("bi.icon_button", BI.IconButton);/**
* 图片的button * 图片的button
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -15809,7 +15809,7 @@ BI.ImageButton = BI.inherit(BI.BasicButton, {
} }
}); });
BI.ImageButton.EVENT_CHANGE = "ImageButton.EVENT_CHANGE"; BI.ImageButton.EVENT_CHANGE = "ImageButton.EVENT_CHANGE";
$.shortcut("bi.image_button", BI.ImageButton);(function ($) { BI.shortcut("bi.image_button", BI.ImageButton);(function ($) {
/** /**
* 文字类型的按钮 * 文字类型的按钮
@ -15946,7 +15946,7 @@ $.shortcut("bi.image_button", BI.ImageButton);(function ($) {
BI.Button.superclass.destroy.apply(this, arguments); BI.Button.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.button', BI.Button); BI.shortcut('bi.button', BI.Button);
BI.Button.EVENT_CHANGE = "EVENT_CHANGE"; BI.Button.EVENT_CHANGE = "EVENT_CHANGE";
})(jQuery);/** })(jQuery);/**
* guy * guy
@ -16037,7 +16037,7 @@ BI.TextButton = BI.inherit(BI.BasicButton, {
} }
}); });
BI.TextButton.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextButton.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_button", BI.TextButton);/** BI.shortcut("bi.text_button", BI.TextButton);/**
* 带有一个占位 * 带有一个占位
* *
* Created by GUY on 2015/9/11. * Created by GUY on 2015/9/11.
@ -16155,7 +16155,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);/** BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);/**
* guy * guy
* 一个占位符和两个icon和一行数 组成的一行listitem * 一个占位符和两个icon和一行数 组成的一行listitem
* *
@ -16291,7 +16291,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);/** BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);/**
* 带有一个占位 * 带有一个占位
* *
* Created by GUY on 2015/9/11. * Created by GUY on 2015/9/11.
@ -16401,7 +16401,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);/** BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);/**
* guy * guy
* 两个icon和一行数 组成的一行listitem * 两个icon和一行数 组成的一行listitem
* *
@ -16534,7 +16534,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);/** BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);/**
* guy * guy
* *
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
@ -16639,7 +16639,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_text_item", BI.IconTextItem);/** BI.shortcut("bi.icon_text_item", BI.IconTextItem);/**
* *
* 图标的button * 图标的button
* *
@ -16745,7 +16745,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_icon_item", BI.TextIconItem);/** BI.shortcut("bi.text_icon_item", BI.TextIconItem);/**
* guy * guy
* 一个button和一行数 组成的一行listitem * 一个button和一行数 组成的一行listitem
* *
@ -16830,7 +16830,7 @@ BI.TextItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.TextItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_item", BI.TextItem);/** BI.shortcut("bi.text_item", BI.TextItem);/**
* guy * guy
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
* @class BI.IconTextIconNode * @class BI.IconTextIconNode
@ -16953,7 +16953,7 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
} }
}); });
BI.IconTextIconNode.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconTextIconNode.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_text_icon_node", BI.IconTextIconNode);/** BI.shortcut("bi.icon_text_icon_node", BI.IconTextIconNode);/**
* guy * guy
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
* @class BI.IconTextNode * @class BI.IconTextNode
@ -17049,7 +17049,7 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
} }
}); });
BI.IconTextNode.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconTextNode.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_text_node", BI.IconTextNode);/** BI.shortcut("bi.icon_text_node", BI.IconTextNode);/**
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
* @class BI.TextIconNode * @class BI.TextIconNode
* @extends BI.NodeButton * @extends BI.NodeButton
@ -17144,7 +17144,7 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
} }
}); });
BI.TextIconNode.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextIconNode.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_icon_node", BI.TextIconNode);/** BI.shortcut("bi.text_icon_node", BI.TextIconNode);/**
* guy * guy
* *
* Created by GUY on 2015/9/9. * Created by GUY on 2015/9/9.
@ -17220,7 +17220,7 @@ BI.TextNode = BI.inherit(BI.NodeButton, {
} }
}); });
BI.TextNode.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextNode.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_node", BI.TextNode);/** BI.shortcut("bi.text_node", BI.TextNode);/**
* *
* Created by GUY on 2016/1/15. * Created by GUY on 2016/1/15.
* @class BI.CodeEditor * @class BI.CodeEditor
@ -17365,7 +17365,7 @@ BI.CodeEditor = BI.inherit(BI.Single, {
BI.CodeEditor.EVENT_CHANGE = "EVENT_CHANGE"; BI.CodeEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.CodeEditor.EVENT_BLUR = "EVENT_BLUR"; BI.CodeEditor.EVENT_BLUR = "EVENT_BLUR";
BI.CodeEditor.EVENT_FOCUS = "EVENT_FOCUS"; BI.CodeEditor.EVENT_FOCUS = "EVENT_FOCUS";
$.shortcut("bi.code_editor", BI.CodeEditor);/** BI.shortcut("bi.code_editor", BI.CodeEditor);/**
* Created by GUY on 2015/4/15. * Created by GUY on 2015/4/15.
* @class BI.Editor * @class BI.Editor
* @extends BI.Single * @extends BI.Single
@ -17696,7 +17696,7 @@ BI.Editor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.Editor.EVENT_REMOVE = "EVENT_REMOVE"; BI.Editor.EVENT_REMOVE = "EVENT_REMOVE";
BI.Editor.EVENT_EMPTY = "EVENT_EMPTY"; BI.Editor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.editor", BI.Editor);/** BI.shortcut("bi.editor", BI.Editor);/**
* 多文件 * 多文件
* *
* Created by GUY on 2016/4/13. * Created by GUY on 2016/4/13.
@ -17789,7 +17789,7 @@ BI.MultifileEditor.EVENT_UPLOADSTART = "MultifileEditor.EVENT_UPLOADSTART";
BI.MultifileEditor.EVENT_ERROR = "MultifileEditor.EVENT_ERROR"; BI.MultifileEditor.EVENT_ERROR = "MultifileEditor.EVENT_ERROR";
BI.MultifileEditor.EVENT_PROGRESS = "MultifileEditor.EVENT_PROGRESS"; BI.MultifileEditor.EVENT_PROGRESS = "MultifileEditor.EVENT_PROGRESS";
BI.MultifileEditor.EVENT_UPLOADED = "MultifileEditor.EVENT_UPLOADED"; BI.MultifileEditor.EVENT_UPLOADED = "MultifileEditor.EVENT_UPLOADED";
$.shortcut("bi.multifile_editor", BI.MultifileEditor);/** BI.shortcut("bi.multifile_editor", BI.MultifileEditor);/**
* *
* Created by GUY on 2016/1/18. * Created by GUY on 2016/1/18.
* @class BI.TextAreaEditor * @class BI.TextAreaEditor
@ -17954,7 +17954,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
BI.TextAreaEditor.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextAreaEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.TextAreaEditor.EVENT_BLUR = "EVENT_BLUR"; BI.TextAreaEditor.EVENT_BLUR = "EVENT_BLUR";
BI.TextAreaEditor.EVENT_FOCUS = "EVENT_FOCUS"; BI.TextAreaEditor.EVENT_FOCUS = "EVENT_FOCUS";
$.shortcut("bi.textarea_editor", BI.TextAreaEditor);/** BI.shortcut("bi.textarea_editor", BI.TextAreaEditor);/**
* guy 图标 * guy 图标
* @class BI.Icon * @class BI.Icon
* @extends BI.Single * @extends BI.Single
@ -17971,7 +17971,7 @@ BI.Icon = BI.inherit(BI.Single, {
BI.Icon.superclass._init.apply(this, arguments); BI.Icon.superclass._init.apply(this, arguments);
} }
}); });
$.shortcut("bi.icon", BI.Icon);/** BI.shortcut("bi.icon", BI.Icon);/**
* @class BI.Iframe * @class BI.Iframe
* @extends BI.Single * @extends BI.Single
* @abstract * @abstract
@ -18012,7 +18012,7 @@ BI.Iframe = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.iframe", BI.Iframe);/** BI.shortcut("bi.iframe", BI.Iframe);/**
* ͼƬ * ͼƬ
* *
* Created by GUY on 2016/1/26. * Created by GUY on 2016/1/26.
@ -18047,7 +18047,7 @@ BI.Img = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.img", BI.Img); BI.shortcut("bi.img", BI.Img);
/** /**
* guy * guy
* @extends BI.Single * @extends BI.Single
@ -18080,7 +18080,7 @@ BI.Checkbox = BI.inherit(BI.IconButton, {
}); });
BI.Checkbox.EVENT_CHANGE = "Checkbox.EVENT_CHANGE"; BI.Checkbox.EVENT_CHANGE = "Checkbox.EVENT_CHANGE";
$.shortcut("bi.checkbox", BI.Checkbox);/** BI.shortcut("bi.checkbox", BI.Checkbox);/**
* 文件 * 文件
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -18697,7 +18697,7 @@ $.shortcut("bi.checkbox", BI.Checkbox);/**
BI.File.EVENT_ERROR = "EVENT_ERROR"; BI.File.EVENT_ERROR = "EVENT_ERROR";
BI.File.EVENT_PROGRESS = "EVENT_PROGRESS"; BI.File.EVENT_PROGRESS = "EVENT_PROGRESS";
BI.File.EVENT_UPLOADED = "EVENT_UPLOADED"; BI.File.EVENT_UPLOADED = "EVENT_UPLOADED";
$.shortcut("bi.file", BI.File); BI.shortcut("bi.file", BI.File);
})();/** })();/**
* guy * guy
* @class BI.Input 一个button和一行数 组成的一行listitem * @class BI.Input 一个button和一行数 组成的一行listitem
@ -18981,7 +18981,7 @@ BI.Input.EVENT_VALID = "EVENT_VALID";
BI.Input.EVENT_ERROR = "EVENT_ERROR"; BI.Input.EVENT_ERROR = "EVENT_ERROR";
BI.Input.EVENT_ENTER = "EVENT_ENTER"; BI.Input.EVENT_ENTER = "EVENT_ENTER";
BI.Input.EVENT_RESTRICT = "EVENT_RESTRICT"; BI.Input.EVENT_RESTRICT = "EVENT_RESTRICT";
$.shortcut("bi.input", BI.Input);/** BI.shortcut("bi.input", BI.Input);/**
* guy * guy
* @extends BI.Single * @extends BI.Single
* @type {*|void|Object} * @type {*|void|Object}
@ -19013,7 +19013,7 @@ BI.Radio = BI.inherit(BI.IconButton, {
}); });
BI.Radio.EVENT_CHANGE = "Radio.EVENT_CHANGE"; BI.Radio.EVENT_CHANGE = "Radio.EVENT_CHANGE";
$.shortcut("bi.radio", BI.Radio);/** BI.shortcut("bi.radio", BI.Radio);/**
* Created by GUY on 2015/6/26. * Created by GUY on 2015/6/26.
*/ */
@ -19483,7 +19483,7 @@ BI.Label = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.label", BI.Label);/** BI.shortcut("bi.label", BI.Label);/**
* guy a元素 * guy a元素
* @class BI.Link * @class BI.Link
* @extends BI.Text * @extends BI.Text
@ -19519,7 +19519,7 @@ BI.Link = BI.inherit(BI.Label, {
} }
}); });
$.shortcut("bi.link", BI.Link);/** BI.shortcut("bi.link", BI.Link);/**
* guy * guy
* 气泡提示 * 气泡提示
* @class BI.Bubble * @class BI.Bubble
@ -19625,7 +19625,7 @@ BI.Bubble = BI.inherit(BI.Tip, {
} }
}); });
$.shortcut("bi.bubble", BI.Bubble);/** BI.shortcut("bi.bubble", BI.Bubble);/**
* toast提示 * toast提示
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -19678,7 +19678,7 @@ BI.Toast = BI.inherit(BI.Tip, {
} }
}); });
$.shortcut("bi.toast", BI.Toast);/** BI.shortcut("bi.toast", BI.Toast);/**
* toast提示 * toast提示
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -19760,7 +19760,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
} }
}); });
$.shortcut("bi.tooltip", BI.Tooltip);/** BI.shortcut("bi.tooltip", BI.Tooltip);/**
* 下拉 * 下拉
* @class BI.Trigger * @class BI.Trigger
* @extends BI.Single * @extends BI.Single
@ -28160,7 +28160,7 @@ BI.Svg = BI.inherit(BI.Widget, {
return this.paper.clear.apply(this.paper, arguments); return this.paper.clear.apply(this.paper, arguments);
} }
}); });
$.shortcut("bi.svg", BI.Svg);/** BI.shortcut("bi.svg", BI.Svg);/**
* *
* 表格 * 表格
* *
@ -28192,7 +28192,7 @@ BI.TableCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.table_cell", BI.TableCell);/** BI.shortcut("bi.table_cell", BI.TableCell);/**
* *
* 表格单元格 * 表格单元格
* *
@ -28248,7 +28248,7 @@ BI.CollectionTableCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.collection_table_cell", BI.CollectionTableCell);/** BI.shortcut("bi.collection_table_cell", BI.CollectionTableCell);/**
* CollectionTable * CollectionTable
* *
* Created by GUY on 2016/1/12. * Created by GUY on 2016/1/12.
@ -28794,7 +28794,7 @@ BI.CollectionTable = BI.inherit(BI.Widget, {
this._restore(); this._restore();
} }
}); });
$.shortcut('bi.collection_table', BI.CollectionTable);/** BI.shortcut('bi.collection_table', BI.CollectionTable);/**
* QuickCollectionTable * QuickCollectionTable
* *
* Created by GUY on 2016/1/12. * Created by GUY on 2016/1/12.
@ -28933,7 +28933,7 @@ BI.QuickCollectionTable = BI.inherit(BI.CollectionTable, {
this.bottomRightCollection.populate(rightItems); this.bottomRightCollection.populate(rightItems);
} }
}); });
$.shortcut('bi.quick_collection_table', BI.QuickCollectionTable);/** BI.shortcut('bi.quick_collection_table', BI.QuickCollectionTable);/**
* *
* 表格单元格 * 表格单元格
* *
@ -28991,7 +28991,7 @@ BI.GridTableCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.grid_table_cell", BI.GridTableCell);/** BI.shortcut("bi.grid_table_cell", BI.GridTableCell);/**
* GridTable * GridTable
* *
* Created by GUY on 2016/1/12. * Created by GUY on 2016/1/12.
@ -29461,7 +29461,7 @@ BI.GridTable = BI.inherit(BI.Widget, {
this._restore(); this._restore();
} }
}); });
$.shortcut('bi.grid_table', BI.GridTable);/** BI.shortcut('bi.grid_table', BI.GridTable);/**
* QuickGridTable * QuickGridTable
* *
* Created by GUY on 2016/1/12. * Created by GUY on 2016/1/12.
@ -29625,7 +29625,7 @@ BI.QuickGridTable = BI.inherit(BI.GridTable, {
this.bottomRightGrid.populate(rightItems); this.bottomRightGrid.populate(rightItems);
} }
}); });
$.shortcut('bi.quick_grid_table', BI.QuickGridTable);/** BI.shortcut('bi.quick_grid_table', BI.QuickGridTable);/**
* *
* 表格滚动条 * 表格滚动条
* *
@ -29951,7 +29951,7 @@ BI.GridTableScrollbar = BI.inherit(BI.Widget, {
}); });
BI.GridTableScrollbar.SIZE = 10; BI.GridTableScrollbar.SIZE = 10;
BI.GridTableScrollbar.EVENT_SCROLL = "EVENT_SCROLL"; BI.GridTableScrollbar.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut("bi.grid_table_scrollbar", BI.GridTableScrollbar); BI.shortcut("bi.grid_table_scrollbar", BI.GridTableScrollbar);
BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, { BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, {
@ -30031,7 +30031,7 @@ BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, {
} }
}); });
BI.GridTableHorizontalScrollbar.EVENT_SCROLL = "EVENT_SCROLL"; BI.GridTableHorizontalScrollbar.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut("bi.grid_table_horizontal_scrollbar", BI.GridTableHorizontalScrollbar);/** BI.shortcut("bi.grid_table_horizontal_scrollbar", BI.GridTableHorizontalScrollbar);/**
* *
* 表格 * 表格
* *
@ -30060,7 +30060,7 @@ BI.TableHeaderCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.table_header_cell", BI.TableHeaderCell);/** BI.shortcut("bi.table_header_cell", BI.TableHeaderCell);/**
* *
* 表格 * 表格
* *
@ -31998,7 +31998,7 @@ BI.Table.EVENT_TABLE_AFTER_COLUMN_RESIZE = "EVENT_TABLE_AFTER_COLUMN_RESIZE";
BI.Table.EVENT_TABLE_BEFORE_REGION_RESIZE = "EVENT_TABLE_BEFORE_REGION_RESIZE"; BI.Table.EVENT_TABLE_BEFORE_REGION_RESIZE = "EVENT_TABLE_BEFORE_REGION_RESIZE";
BI.Table.EVENT_TABLE_REGION_RESIZE = "EVENT_TABLE_REGION_RESIZE"; BI.Table.EVENT_TABLE_REGION_RESIZE = "EVENT_TABLE_REGION_RESIZE";
BI.Table.EVENT_TABLE_AFTER_REGION_RESIZE = "EVENT_TABLE_AFTER_REGION_RESIZE"; BI.Table.EVENT_TABLE_AFTER_REGION_RESIZE = "EVENT_TABLE_AFTER_REGION_RESIZE";
$.shortcut("bi.table_view", BI.Table); BI.shortcut("bi.table_view", BI.Table);
/** /**
* *
* 表格单元格 * 表格单元格
@ -32094,7 +32094,7 @@ BI.ResizableTableCell = BI.inherit(BI.Widget, {
this.cell.setHeight(o.height); this.cell.setHeight(o.height);
} }
}); });
$.shortcut("bi.resizable_table_cell", BI.ResizableTableCell);/** BI.shortcut("bi.resizable_table_cell", BI.ResizableTableCell);/**
* *
* 可调整列宽的grid表格 * 可调整列宽的grid表格
* *
@ -32442,7 +32442,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.resizable_table", BI.ResizableTable);/** BI.shortcut("bi.resizable_table", BI.ResizableTable);/**
* *
* 自定义树 * 自定义树
* *
@ -32596,7 +32596,7 @@ BI.CustomTree = BI.inherit(BI.Widget, {
}); });
BI.CustomTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.CustomTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.custom_tree", BI.CustomTree);/* BI.shortcut("bi.custom_tree", BI.CustomTree);/*
* JQuery zTree core v3.5.18 * JQuery zTree core v3.5.18
* http://zTree.me/ * http://zTree.me/
* *

210
dist/case.js vendored

@ -85,7 +85,7 @@ BI.IconChangeButton = BI.inherit(BI.Single, {
} }
}); });
BI.IconChangeButton.EVENT_CHANGE = "IconChangeButton.EVENT_CHANGE"; BI.IconChangeButton.EVENT_CHANGE = "IconChangeButton.EVENT_CHANGE";
$.shortcut("bi.icon_change_button", BI.IconChangeButton);/** BI.shortcut("bi.icon_change_button", BI.IconChangeButton);/**
* guy * guy
* @extends BI.Single * @extends BI.Single
* @type {*|void|Object} * @type {*|void|Object}
@ -116,7 +116,7 @@ BI.HalfIconButton = BI.inherit(BI.IconButton, {
}); });
BI.HalfIconButton.EVENT_CHANGE = "HalfIconButton.EVENT_CHANGE"; BI.HalfIconButton.EVENT_CHANGE = "HalfIconButton.EVENT_CHANGE";
$.shortcut("bi.half_icon_button", BI.HalfIconButton);/** BI.shortcut("bi.half_icon_button", BI.HalfIconButton);/**
* 统一的trigger图标按钮 * 统一的trigger图标按钮
* *
* Created by GUY on 2015/9/16. * Created by GUY on 2015/9/16.
@ -145,7 +145,7 @@ BI.TriggerIconButton = BI.inherit(BI.IconButton, {
} }
}); });
BI.TriggerIconButton.EVENT_CHANGE = "TriggerIconButton.EVENT_CHANGE"; BI.TriggerIconButton.EVENT_CHANGE = "TriggerIconButton.EVENT_CHANGE";
$.shortcut("bi.trigger_icon_button", BI.TriggerIconButton);/** BI.shortcut("bi.trigger_icon_button", BI.TriggerIconButton);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -221,7 +221,7 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.MultiSelectItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multi_select_item", BI.MultiSelectItem);/** BI.shortcut("bi.multi_select_item", BI.MultiSelectItem);/**
* Created by GUY on 2016/2/2. * Created by GUY on 2016/2/2.
* *
* @class BI.SingleSelectIconTextItem * @class BI.SingleSelectIconTextItem
@ -279,7 +279,7 @@ BI.SingleSelectIconTextItem = BI.inherit(BI.Single, {
} }
}); });
$.shortcut("bi.single_select_icon_text_item", BI.SingleSelectIconTextItem);/** BI.shortcut("bi.single_select_icon_text_item", BI.SingleSelectIconTextItem);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -328,7 +328,7 @@ BI.SingleSelectItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.single_select_item", BI.SingleSelectItem);/** BI.shortcut("bi.single_select_item", BI.SingleSelectItem);/**
* guy * guy
* 单选框item * 单选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -401,7 +401,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.single_select_radio_item", BI.SingleSelectRadioItem);/** BI.shortcut("bi.single_select_radio_item", BI.SingleSelectRadioItem);/**
* Created by roy on 15/10/16. * Created by roy on 15/10/16.
*/ */
BI.ArrowNode = BI.inherit(BI.NodeButton, { BI.ArrowNode = BI.inherit(BI.NodeButton, {
@ -480,7 +480,7 @@ BI.ArrowNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.arrow_group_node", BI.ArrowNode);/** BI.shortcut("bi.arrow_group_node", BI.ArrowNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.FirstPlusGroupNode * @class BI.FirstPlusGroupNode
@ -560,7 +560,7 @@ BI.FirstPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.first_plus_group_node", BI.FirstPlusGroupNode);/** BI.shortcut("bi.first_plus_group_node", BI.FirstPlusGroupNode);/**
* Created by User on 2016/3/31. * Created by User on 2016/3/31.
*/ */
/** /**
@ -661,7 +661,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.icon_arrow_node", BI.IconArrowNode);/** BI.shortcut("bi.icon_arrow_node", BI.IconArrowNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.LastPlusGroupNode * @class BI.LastPlusGroupNode
@ -741,7 +741,7 @@ BI.LastPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.last_plus_group_node", BI.LastPlusGroupNode);/** BI.shortcut("bi.last_plus_group_node", BI.LastPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.MidPlusGroupNode * @class BI.MidPlusGroupNode
@ -821,7 +821,7 @@ BI.MidPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArrowNode = BI.inherit(BI.NodeButton, { BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArrowNode = BI.inherit(BI.NodeButton, {
_defaultConfig: function () { _defaultConfig: function () {
var conf = BI.MultiLayerIconArrowNode.superclass._defaultConfig.apply(this, arguments); var conf = BI.MultiLayerIconArrowNode.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, { return BI.extend(conf, {
@ -910,7 +910,7 @@ $.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArrow
} }
}); });
$.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);/** BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.PlusGroupNode * @class BI.PlusGroupNode
@ -986,7 +986,7 @@ BI.PlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.plus_group_node", BI.PlusGroupNode);/** BI.shortcut("bi.plus_group_node", BI.PlusGroupNode);/**
* 三角号表示的组节点 * 三角号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.TriangleGroupNode * @class BI.TriangleGroupNode
@ -1068,7 +1068,7 @@ BI.TriangleGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.triangle_group_node", BI.TriangleGroupNode);/** BI.shortcut("bi.triangle_group_node", BI.TriangleGroupNode);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -1171,7 +1171,7 @@ BI.FirstTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.first_tree_leaf_item", BI.FirstTreeLeafItem);BI.IconTreeLeafItem = BI.inherit(BI.BasicButton, { BI.shortcut("bi.first_tree_leaf_item", BI.FirstTreeLeafItem);BI.IconTreeLeafItem = BI.inherit(BI.BasicButton, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.IconTreeLeafItem.superclass._defaultConfig.apply(this, arguments), { return BI.extend(BI.IconTreeLeafItem.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-icon-tree-leaf-item bi-list-item-active", extraCls: "bi-icon-tree-leaf-item bi-list-item-active",
@ -1258,7 +1258,7 @@ $.shortcut("bi.first_tree_leaf_item", BI.FirstTreeLeafItem);BI.IconTreeLeafItem
} }
}); });
$.shortcut("bi.icon_tree_leaf_item", BI.IconTreeLeafItem);/** BI.shortcut("bi.icon_tree_leaf_item", BI.IconTreeLeafItem);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -1361,7 +1361,7 @@ BI.LastTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.last_tree_leaf_item", BI.LastTreeLeafItem);/** BI.shortcut("bi.last_tree_leaf_item", BI.LastTreeLeafItem);/**
* guy * guy
* 复选框item * 复选框item
* @type {*|void|Object} * @type {*|void|Object}
@ -1464,7 +1464,7 @@ BI.MidTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.mid_tree_leaf_item", BI.MidTreeLeafItem);/** BI.shortcut("bi.mid_tree_leaf_item", BI.MidTreeLeafItem);/**
* @class BI.MultiLayerIconTreeLeafItem * @class BI.MultiLayerIconTreeLeafItem
* @extends BI.BasicButton * @extends BI.BasicButton
*/ */
@ -1559,7 +1559,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);/** BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);/**
* 树叶子节点 * 树叶子节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.TreeTextLeafItem * @class BI.TreeTextLeafItem
@ -1627,7 +1627,7 @@ BI.TreeTextLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.tree_text_leaf_item", BI.TreeTextLeafItem);/** BI.shortcut("bi.tree_text_leaf_item", BI.TreeTextLeafItem);/**
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
* @class BI.Calendar * @class BI.Calendar
* @extends BI.Widget * @extends BI.Widget
@ -1816,7 +1816,7 @@ BI.extend(BI.Calendar, {
} }
}); });
$.shortcut("bi.calendar", BI.Calendar);/** BI.shortcut("bi.calendar", BI.Calendar);/**
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
* @class BI.YearCalendar * @class BI.YearCalendar
* @extends BI.Widget * @extends BI.Widget
@ -1956,7 +1956,7 @@ BI.extend(BI.YearCalendar, {
} }
}); });
$.shortcut("bi.year_calendar", BI.YearCalendar);/** BI.shortcut("bi.year_calendar", BI.YearCalendar);/**
* 绘制一些较复杂的canvas * 绘制一些较复杂的canvas
* *
* Created by GUY on 2015/11/24. * Created by GUY on 2015/11/24.
@ -2047,7 +2047,7 @@ BI.ComplexCanvas = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.complex_canvas", BI.ComplexCanvas);/** BI.shortcut("bi.complex_canvas", BI.ComplexCanvas);/**
* Created by roy on 15/10/16. * Created by roy on 15/10/16.
* 上箭头与下箭头切换的树节点 * 上箭头与下箭头切换的树节点
*/ */
@ -2071,7 +2071,7 @@ BI.ArrowTreeGroupNodeCheckbox=BI.inherit(BI.IconButton,{
} }
} }
}); });
$.shortcut("bi.arrow_tree_group_node_checkbox",BI.ArrowTreeGroupNodeCheckbox);/** BI.shortcut("bi.arrow_tree_group_node_checkbox",BI.ArrowTreeGroupNodeCheckbox);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.CheckingMarkNode * @class BI.CheckingMarkNode
* @extends BI.IconButton * @extends BI.IconButton
@ -2098,7 +2098,7 @@ BI.CheckingMarkNode = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.checking_mark_node", BI.CheckingMarkNode);/** BI.shortcut("bi.checking_mark_node", BI.CheckingMarkNode);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.FirstTreeNodeCheckbox * @class BI.FirstTreeNodeCheckbox
* @extends BI.IconButton * @extends BI.IconButton
@ -2124,7 +2124,7 @@ BI.FirstTreeNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.first_tree_node_checkbox", BI.FirstTreeNodeCheckbox);/** BI.shortcut("bi.first_tree_node_checkbox", BI.FirstTreeNodeCheckbox);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.LastTreeNodeCheckbox * @class BI.LastTreeNodeCheckbox
* @extends BI.IconButton * @extends BI.IconButton
@ -2150,7 +2150,7 @@ BI.LastTreeNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.last_tree_node_checkbox", BI.LastTreeNodeCheckbox);/** BI.shortcut("bi.last_tree_node_checkbox", BI.LastTreeNodeCheckbox);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.MidTreeNodeCheckbox * @class BI.MidTreeNodeCheckbox
* @extends BI.IconButton * @extends BI.IconButton
@ -2176,7 +2176,7 @@ BI.MidTreeNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.mid_tree_node_checkbox", BI.MidTreeNodeCheckbox);/** BI.shortcut("bi.mid_tree_node_checkbox", BI.MidTreeNodeCheckbox);/**
* 三角形的树节点 * 三角形的树节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.TreeGroupNodeCheckbox * @class BI.TreeGroupNodeCheckbox
@ -2203,7 +2203,7 @@ BI.TreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.tree_group_node_checkbox", BI.TreeGroupNodeCheckbox);/** BI.shortcut("bi.tree_group_node_checkbox", BI.TreeGroupNodeCheckbox);/**
* 十字型的树节点 * 十字型的树节点
* @class BI.TreeNodeCheckbox * @class BI.TreeNodeCheckbox
* @extends BI.IconButton * @extends BI.IconButton
@ -2229,7 +2229,7 @@ BI.TreeNodeCheckbox = BI.inherit(BI.IconButton, {
} }
} }
}); });
$.shortcut("bi.tree_node_checkbox", BI.TreeNodeCheckbox);/** BI.shortcut("bi.tree_node_checkbox", BI.TreeNodeCheckbox);/**
* 自定义选色 * 自定义选色
* *
* Created by GUY on 2015/11/17. * Created by GUY on 2015/11/17.
@ -2298,7 +2298,7 @@ BI.CustomColorChooser = BI.inherit(BI.Widget, {
} }
}); });
BI.CustomColorChooser.EVENT_CHANGE = "CustomColorChooser.EVENT_CHANGE"; BI.CustomColorChooser.EVENT_CHANGE = "CustomColorChooser.EVENT_CHANGE";
$.shortcut("bi.custom_color_chooser", BI.CustomColorChooser);/** BI.shortcut("bi.custom_color_chooser", BI.CustomColorChooser);/**
* 选色控件 * 选色控件
* *
* Created by GUY on 2015/11/17. * Created by GUY on 2015/11/17.
@ -2383,7 +2383,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, {
} }
}); });
BI.ColorChooser.EVENT_CHANGE = "ColorChooser.EVENT_CHANGE"; BI.ColorChooser.EVENT_CHANGE = "ColorChooser.EVENT_CHANGE";
$.shortcut("bi.color_chooser", BI.ColorChooser);/** BI.shortcut("bi.color_chooser", BI.ColorChooser);/**
* 选色控件 * 选色控件
* *
* Created by GUY on 2015/11/17. * Created by GUY on 2015/11/17.
@ -2576,7 +2576,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, {
}); });
BI.ColorChooserPopup.EVENT_VALUE_CHANGE = "ColorChooserPopup.EVENT_VALUE_CHANGE"; BI.ColorChooserPopup.EVENT_VALUE_CHANGE = "ColorChooserPopup.EVENT_VALUE_CHANGE";
BI.ColorChooserPopup.EVENT_CHANGE = "ColorChooserPopup.EVENT_CHANGE"; BI.ColorChooserPopup.EVENT_CHANGE = "ColorChooserPopup.EVENT_CHANGE";
$.shortcut("bi.color_chooser_popup", BI.ColorChooserPopup);/** BI.shortcut("bi.color_chooser_popup", BI.ColorChooserPopup);/**
* 选色控件 * 选色控件
* *
* Created by GUY on 2015/11/17. * Created by GUY on 2015/11/17.
@ -2633,7 +2633,7 @@ BI.ColorChooserTrigger = BI.inherit(BI.Trigger, {
} }
}); });
BI.ColorChooserTrigger.EVENT_CHANGE = "ColorChooserTrigger.EVENT_CHANGE"; BI.ColorChooserTrigger.EVENT_CHANGE = "ColorChooserTrigger.EVENT_CHANGE";
$.shortcut("bi.color_chooser_trigger", BI.ColorChooserTrigger);/** BI.shortcut("bi.color_chooser_trigger", BI.ColorChooserTrigger);/**
* 简单选色控件按钮 * 简单选色控件按钮
* *
* Created by GUY on 2015/11/16. * Created by GUY on 2015/11/16.
@ -2692,7 +2692,7 @@ BI.ColorPickerButton = BI.inherit(BI.BasicButton, {
} }
}); });
BI.ColorPickerButton.EVENT_CHANGE = "ColorPickerButton.EVENT_CHANGE"; BI.ColorPickerButton.EVENT_CHANGE = "ColorPickerButton.EVENT_CHANGE";
$.shortcut("bi.color_picker_button", BI.ColorPickerButton);/** BI.shortcut("bi.color_picker_button", BI.ColorPickerButton);/**
* 简单选色控件 * 简单选色控件
* *
* Created by GUY on 2015/11/16. * Created by GUY on 2015/11/16.
@ -2880,7 +2880,7 @@ BI.ColorPicker = BI.inherit(BI.Widget, {
} }
}); });
BI.ColorPicker.EVENT_CHANGE = "ColorPicker.EVENT_CHANGE"; BI.ColorPicker.EVENT_CHANGE = "ColorPicker.EVENT_CHANGE";
$.shortcut("bi.color_picker", BI.ColorPicker);/** BI.shortcut("bi.color_picker", BI.ColorPicker);/**
* 简单选色控件 * 简单选色控件
* *
* Created by GUY on 2015/11/16. * Created by GUY on 2015/11/16.
@ -3013,7 +3013,7 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
} }
}); });
BI.ColorPickerEditor.EVENT_CHANGE = "ColorPickerEditor.EVENT_CHANGE"; BI.ColorPickerEditor.EVENT_CHANGE = "ColorPickerEditor.EVENT_CHANGE";
$.shortcut("bi.color_picker_editor", BI.ColorPickerEditor);/** BI.shortcut("bi.color_picker_editor", BI.ColorPickerEditor);/**
* 选色控件 * 选色控件
* *
* Created by GUY on 2015/11/16. * Created by GUY on 2015/11/16.
@ -3050,7 +3050,7 @@ BI.Farbtastic = BI.inherit(BI.Widget, {
} }
}); });
BI.Farbtastic.EVENT_CHANGE = "Farbtastic.EVENT_CHANGE"; BI.Farbtastic.EVENT_CHANGE = "Farbtastic.EVENT_CHANGE";
$.shortcut("bi.farbtastic", BI.Farbtastic);/** BI.shortcut("bi.farbtastic", BI.Farbtastic);/**
* Farbtastic Color Picker 1.2 * Farbtastic Color Picker 1.2
* © 2008 Steven Wittens * © 2008 Steven Wittens
* *
@ -3603,7 +3603,7 @@ BI.BubbleCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
BI.BubbleCombo.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW"; BI.BubbleCombo.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.BubbleCombo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.BubbleCombo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.BubbleCombo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.BubbleCombo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.bubble_combo", BI.BubbleCombo);/** BI.shortcut("bi.bubble_combo", BI.BubbleCombo);/**
* Created by GUY on 2017/2/8. * Created by GUY on 2017/2/8.
* *
* @class BI.BubblePopupView * @class BI.BubblePopupView
@ -3675,7 +3675,7 @@ BI.BubblePopupView = BI.inherit(BI.PopupView, {
} }
}); });
$.shortcut("bi.bubble_popup_view", BI.BubblePopupView); BI.shortcut("bi.bubble_popup_view", BI.BubblePopupView);
/** /**
* Created by GUY on 2017/2/8. * Created by GUY on 2017/2/8.
@ -3720,7 +3720,7 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
} }
}); });
BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON"; BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON";
$.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);/** BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);/**
* Created by Young's on 2016/4/28. * Created by Young's on 2016/4/28.
*/ */
BI.EditorIconCheckCombo = BI.inherit(BI.Widget, { BI.EditorIconCheckCombo = BI.inherit(BI.Widget, {
@ -3799,7 +3799,7 @@ BI.EditorIconCheckCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.EditorIconCheckCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.EditorIconCheckCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.editor_icon_check_combo", BI.EditorIconCheckCombo);/** BI.shortcut("bi.editor_icon_check_combo", BI.EditorIconCheckCombo);/**
* Created by GUY on 2016/4/25. * Created by GUY on 2016/4/25.
* *
* @class BI.FormulaCombo * @class BI.FormulaCombo
@ -3897,7 +3897,7 @@ BI.FormulaCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.FormulaCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.FormulaCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.formula_combo", BI.FormulaCombo);/** BI.shortcut("bi.formula_combo", BI.FormulaCombo);/**
* Created by GUY on 2016/4/25. * Created by GUY on 2016/4/25.
* *
* @class BI.FormulaComboPopup * @class BI.FormulaComboPopup
@ -3985,7 +3985,7 @@ BI.FormulaComboPopup = BI.inherit(BI.Widget, {
}); });
BI.FormulaComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.FormulaComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.FormulaComboPopup.EVENT_VALUE_CANCEL = "EVENT_VALUE_CANCEL"; BI.FormulaComboPopup.EVENT_VALUE_CANCEL = "EVENT_VALUE_CANCEL";
$.shortcut("bi.formula_combo_popup", BI.FormulaComboPopup);/** BI.shortcut("bi.formula_combo_popup", BI.FormulaComboPopup);/**
* Created by GUY on 2016/4/25. * Created by GUY on 2016/4/25.
* *
* @class BI.FormulaComboTrigger * @class BI.FormulaComboTrigger
@ -4043,7 +4043,7 @@ BI.FormulaComboTrigger = BI.inherit(BI.Widget, {
this.label.setText(this._getTextFromFormulaValue(v)); this.label.setText(this._getTextFromFormulaValue(v));
} }
}); });
$.shortcut("bi.formula_combo_trigger", BI.FormulaComboTrigger);/** BI.shortcut("bi.formula_combo_trigger", BI.FormulaComboTrigger);/**
* Created by GUY on 2016/2/2. * Created by GUY on 2016/2/2.
* *
* @class BI.IconCombo * @class BI.IconCombo
@ -4141,7 +4141,7 @@ BI.IconCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.IconCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_combo", BI.IconCombo);/** BI.shortcut("bi.icon_combo", BI.IconCombo);/**
* Created by GUY on 2016/2/2. * Created by GUY on 2016/2/2.
* *
* @class BI.IconComboPopup * @class BI.IconComboPopup
@ -4203,7 +4203,7 @@ BI.IconComboPopup = BI.inherit(BI.Pane, {
}); });
BI.IconComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_combo_popup", BI.IconComboPopup);/** BI.shortcut("bi.icon_combo_popup", BI.IconComboPopup);/**
* Created by GUY on 2016/2/2. * Created by GUY on 2016/2/2.
* *
* @class BI.IconComboTrigger * @class BI.IconComboTrigger
@ -4292,7 +4292,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
} }
}); });
BI.IconComboTrigger.EVENT_CHANGE = "EVENT_CHANGE"; BI.IconComboTrigger.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.icon_combo_trigger", BI.IconComboTrigger);/** BI.shortcut("bi.icon_combo_trigger", BI.IconComboTrigger);/**
* 单选combo * 单选combo
* *
* @class BI.StaticCombo * @class BI.StaticCombo
@ -4358,7 +4358,7 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.StaticCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.StaticCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.static_combo", BI.StaticCombo);/** BI.shortcut("bi.static_combo", BI.StaticCombo);/**
* @class BI.TextValueCheckCombo * @class BI.TextValueCheckCombo
* @extend BI.Widget * @extend BI.Widget
* combo : text + icon, popup : check + text * combo : text + icon, popup : check + text
@ -4435,7 +4435,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.TextValueCheckCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueCheckCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_check_combo", BI.TextValueCheckCombo);/** BI.shortcut("bi.text_value_check_combo", BI.TextValueCheckCombo);/**
* @class BI.SmallTextValueCheckCombo * @class BI.SmallTextValueCheckCombo
* @extend BI.Widget * @extend BI.Widget
* combo : text + icon, popup : check + text * combo : text + icon, popup : check + text
@ -4503,7 +4503,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.SmallTextValueCheckCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.SmallTextValueCheckCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.TextValueCheckComboPopup = BI.inherit(BI.Pane, { BI.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.TextValueCheckComboPopup = BI.inherit(BI.Pane, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.TextValueCheckComboPopup.superclass._defaultConfig.apply(this, arguments), { return BI.extend(BI.TextValueCheckComboPopup.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-text-icon-popup", baseCls: "bi-text-icon-popup",
@ -4562,7 +4562,7 @@ $.shortcut("bi.small_text_value_check_combo", BI.SmallTextValueCheckCombo);BI.Te
}); });
BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueCheckComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/** BI.shortcut("bi.text_value_check_combo_popup", BI.TextValueCheckComboPopup);/**
* @class BI.TextValueCombo * @class BI.TextValueCombo
* @extend BI.Widget * @extend BI.Widget
* combo : text + icon, popup : text * combo : text + icon, popup : text
@ -4632,7 +4632,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.TextValueCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_combo", BI.TextValueCombo);/** BI.shortcut("bi.text_value_combo", BI.TextValueCombo);/**
* @class BI.SmallTextValueCombo * @class BI.SmallTextValueCombo
* @extend BI.Widget * @extend BI.Widget
* combo : text + icon, popup : text * combo : text + icon, popup : text
@ -4702,7 +4702,7 @@ BI.SmallTextValueCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.SmallTextValueCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.SmallTextValueCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.small_text_value_combo", BI.SmallTextValueCombo);BI.TextValueComboPopup = BI.inherit(BI.Pane, { BI.shortcut("bi.small_text_value_combo", BI.SmallTextValueCombo);BI.TextValueComboPopup = BI.inherit(BI.Pane, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.TextValueComboPopup.superclass._defaultConfig.apply(this, arguments), { return BI.extend(BI.TextValueComboPopup.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-text-icon-popup", baseCls: "bi-text-icon-popup",
@ -4759,7 +4759,7 @@ $.shortcut("bi.small_text_value_combo", BI.SmallTextValueCombo);BI.TextValueComb
}); });
BI.TextValueComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueComboPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_combo_popup", BI.TextValueComboPopup);/** BI.shortcut("bi.text_value_combo_popup", BI.TextValueComboPopup);/**
* @class BI.TextValueDownListCombo * @class BI.TextValueDownListCombo
* @extend BI.Widget * @extend BI.Widget
*/ */
@ -4842,7 +4842,7 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.TextValueDownListCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.TextValueDownListCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.text_value_down_list_combo", BI.TextValueDownListCombo);/** BI.shortcut("bi.text_value_down_list_combo", BI.TextValueDownListCombo);/**
* 选择字段trigger, downlist专用 * 选择字段trigger, downlist专用
* 显示形式为 父亲值(儿子值) * 显示形式为 父亲值(儿子值)
* *
@ -4895,7 +4895,7 @@ BI.DownListSelectTextTrigger = BI.inherit(BI.Trigger, {
this.trigger.populate(this._formatItemArray(items)); this.trigger.populate(this._formatItemArray(items));
} }
}); });
$.shortcut("bi.down_list_select_text_trigger", BI.DownListSelectTextTrigger);/** BI.shortcut("bi.down_list_select_text_trigger", BI.DownListSelectTextTrigger);/**
* 根据内容自适应长度的输入框 * 根据内容自适应长度的输入框
* @class BI.AdaptiveEditor * @class BI.AdaptiveEditor
* @extends BI.Single * @extends BI.Single
@ -5056,7 +5056,7 @@ BI.AdaptiveEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.AdaptiveEditor.EVENT_SPACE = "EVENT_SPACE"; BI.AdaptiveEditor.EVENT_SPACE = "EVENT_SPACE";
BI.AdaptiveEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.AdaptiveEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.adapt_editor", BI.AdaptiveEditor);/** BI.shortcut("bi.adapt_editor", BI.AdaptiveEditor);/**
* 有清楚按钮的文本框 * 有清楚按钮的文本框
* Created by GUY on 2015/9/29. * Created by GUY on 2015/9/29.
* @class BI.SmallTextEditor * @class BI.SmallTextEditor
@ -5224,7 +5224,7 @@ BI.ClearEditor.EVENT_ENTER = "EVENT_ENTER";
BI.ClearEditor.EVENT_RESTRICT = "EVENT_RESTRICT"; BI.ClearEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.ClearEditor.EVENT_REMOVE = "EVENT_REMOVE"; BI.ClearEditor.EVENT_REMOVE = "EVENT_REMOVE";
BI.ClearEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.ClearEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.clear_editor", BI.ClearEditor);/** BI.shortcut("bi.clear_editor", BI.ClearEditor);/**
* guy * guy
* 记录内容的输入框 * 记录内容的输入框
* @class BI.RecordEditor * @class BI.RecordEditor
@ -5450,7 +5450,7 @@ BI.RecordEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.RecordEditor.EVENT_SPACE = "EVENT_SPACE"; BI.RecordEditor.EVENT_SPACE = "EVENT_SPACE";
BI.RecordEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.RecordEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.record_editor", BI.RecordEditor);/** BI.shortcut("bi.record_editor", BI.RecordEditor);/**
* Created by roy on 15/9/14. * Created by roy on 15/9/14.
*/ */
BI.SearchEditor = BI.inherit(BI.Widget, { BI.SearchEditor = BI.inherit(BI.Widget, {
@ -5647,7 +5647,7 @@ BI.SearchEditor.EVENT_ENTER = "EVENT_ENTER";
BI.SearchEditor.EVENT_RESTRICT = "EVENT_RESTRICT"; BI.SearchEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SearchEditor.EVENT_REMOVE = "EVENT_REMOVE"; BI.SearchEditor.EVENT_REMOVE = "EVENT_REMOVE";
BI.SearchEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SearchEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.search_editor", BI.SearchEditor);/** BI.shortcut("bi.search_editor", BI.SearchEditor);/**
* 小号搜索框 * 小号搜索框
* Created by GUY on 2015/9/29. * Created by GUY on 2015/9/29.
* @class BI.SmallSearchEditor * @class BI.SmallSearchEditor
@ -5666,7 +5666,7 @@ BI.SmallSearchEditor = BI.inherit(BI.SearchEditor, {
BI.SmallSearchEditor.superclass._init.apply(this, arguments); BI.SmallSearchEditor.superclass._init.apply(this, arguments);
} }
}); });
$.shortcut("bi.small_search_editor", BI.SmallSearchEditor);/** BI.shortcut("bi.small_search_editor", BI.SmallSearchEditor);/**
* 带标记的文本框 * 带标记的文本框
* Created by GUY on 2016/1/25. * Created by GUY on 2016/1/25.
* @class BI.ShelterEditor * @class BI.ShelterEditor
@ -5915,7 +5915,7 @@ BI.ShelterEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.ShelterEditor.EVENT_SPACE = "EVENT_SPACE"; BI.ShelterEditor.EVENT_SPACE = "EVENT_SPACE";
BI.ShelterEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.ShelterEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.shelter_editor", BI.ShelterEditor);/** BI.shortcut("bi.shelter_editor", BI.ShelterEditor);/**
* sign是新值初始value值形式的自适应宽度的输入框 * sign是新值初始value值形式的自适应宽度的输入框
* @class BI.SignInitialEditor * @class BI.SignInitialEditor
* @extends BI.Single * @extends BI.Single
@ -6079,7 +6079,7 @@ BI.SignInitialEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SignInitialEditor.EVENT_SPACE = "EVENT_SPACE"; BI.SignInitialEditor.EVENT_SPACE = "EVENT_SPACE";
BI.SignInitialEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SignInitialEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.sign_initial_editor", BI.SignInitialEditor);/** BI.shortcut("bi.sign_initial_editor", BI.SignInitialEditor);/**
* 带标记的文本框 * 带标记的文本框
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
* @class BI.SignEditor * @class BI.SignEditor
@ -6333,7 +6333,7 @@ BI.SignEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SignEditor.EVENT_SPACE = "EVENT_SPACE"; BI.SignEditor.EVENT_SPACE = "EVENT_SPACE";
BI.SignEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SignEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.sign_editor", BI.SignEditor);/** BI.shortcut("bi.sign_editor", BI.SignEditor);/**
* sign标签分两段可以自定义样式 * sign标签分两段可以自定义样式
* @class BI.SignStyleEditor * @class BI.SignStyleEditor
* @extends BI.Single * @extends BI.Single
@ -6592,7 +6592,7 @@ BI.SignStyleEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SignStyleEditor.EVENT_SPACE = "EVENT_SPACE"; BI.SignStyleEditor.EVENT_SPACE = "EVENT_SPACE";
BI.SignStyleEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SignStyleEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.sign_style_editor", BI.SignStyleEditor);/** BI.shortcut("bi.sign_style_editor", BI.SignStyleEditor);/**
* guy * guy
* 记录状态的输入框 * 记录状态的输入框
* @class BI.StateEditor * @class BI.StateEditor
@ -6872,7 +6872,7 @@ BI.StateEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.StateEditor.EVENT_SPACE = "EVENT_SPACE"; BI.StateEditor.EVENT_SPACE = "EVENT_SPACE";
BI.StateEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.StateEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.state_editor", BI.StateEditor);/** BI.shortcut("bi.state_editor", BI.StateEditor);/**
* 无限制-已选择状态输入框 * 无限制-已选择状态输入框
* Created by GUY on 2016/5/18. * Created by GUY on 2016/5/18.
* @class BI.SimpleStateEditor * @class BI.SimpleStateEditor
@ -7132,7 +7132,7 @@ BI.SimpleStateEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.SimpleStateEditor.EVENT_SPACE = "EVENT_SPACE"; BI.SimpleStateEditor.EVENT_SPACE = "EVENT_SPACE";
BI.SimpleStateEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.SimpleStateEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.simple_state_editor", BI.SimpleStateEditor);/** BI.shortcut("bi.simple_state_editor", BI.SimpleStateEditor);/**
* guy * guy
* @class BI.TextEditor * @class BI.TextEditor
* @extends BI.Single * @extends BI.Single
@ -7301,7 +7301,7 @@ BI.TextEditor.EVENT_RESTRICT = "EVENT_RESTRICT";
BI.TextEditor.EVENT_REMOVE = "EVENT_REMOVE"; BI.TextEditor.EVENT_REMOVE = "EVENT_REMOVE";
BI.TextEditor.EVENT_EMPTY = "EVENT_EMPTY"; BI.TextEditor.EVENT_EMPTY = "EVENT_EMPTY";
$.shortcut("bi.text_editor", BI.TextEditor);/** BI.shortcut("bi.text_editor", BI.TextEditor);/**
* 小号搜索框 * 小号搜索框
* Created by GUY on 2015/9/29. * Created by GUY on 2015/9/29.
* @class BI.SmallTextEditor * @class BI.SmallTextEditor
@ -7320,7 +7320,7 @@ BI.SmallTextEditor = BI.inherit(BI.TextEditor, {
BI.SmallTextEditor.superclass._init.apply(this, arguments); BI.SmallTextEditor.superclass._init.apply(this, arguments);
} }
}); });
$.shortcut("bi.small_text_editor", BI.SmallTextEditor);/** BI.shortcut("bi.small_text_editor", BI.SmallTextEditor);/**
* 有确定取消按钮的弹出层 * 有确定取消按钮的弹出层
* @class BI.BarFloatSection * @class BI.BarFloatSection
* @extends BI.FloatSection * @extends BI.FloatSection
@ -7500,7 +7500,7 @@ BI.MultiPopupView = BI.inherit(BI.PopupView, {
BI.MultiPopupView.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiPopupView.EVENT_CHANGE = "EVENT_CHANGE";
BI.MultiPopupView.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON"; BI.MultiPopupView.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON";
$.shortcut("bi.multi_popup_view", BI.MultiPopupView);/** BI.shortcut("bi.multi_popup_view", BI.MultiPopupView);/**
* 可以理解为MultiPopupView和Panel两个面板的结合体 * 可以理解为MultiPopupView和Panel两个面板的结合体
* @class BI.PopupPanel * @class BI.PopupPanel
* @extends BI.MultiPopupView * @extends BI.MultiPopupView
@ -7556,7 +7556,7 @@ BI.PopupPanel.EVENT_CHANGE = "EVENT_CHANGE";
BI.PopupPanel.EVENT_CLOSE = "EVENT_CLOSE"; BI.PopupPanel.EVENT_CLOSE = "EVENT_CLOSE";
BI.PopupPanel.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON"; BI.PopupPanel.EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON";
$.shortcut("bi.popup_panel", BI.PopupPanel);/** BI.shortcut("bi.popup_panel", BI.PopupPanel);/**
* list面板 * list面板
* *
* Created by GUY on 2015/10/30. * Created by GUY on 2015/10/30.
@ -7727,7 +7727,7 @@ BI.ListPane = BI.inherit(BI.Pane, {
} }
}); });
BI.ListPane.EVENT_CHANGE = "EVENT_CHANGE"; BI.ListPane.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.list_pane", BI.ListPane);/** BI.shortcut("bi.list_pane", BI.ListPane);/**
* 带有标题栏的pane * 带有标题栏的pane
* @class BI.Panel * @class BI.Panel
* @extends BI.Widget * @extends BI.Widget
@ -7805,7 +7805,7 @@ BI.Panel = BI.inherit(BI.Widget,{
}); });
BI.Panel.EVENT_CHANGE = "Panel.EVENT_CHANGE"; BI.Panel.EVENT_CHANGE = "Panel.EVENT_CHANGE";
$.shortcut("bi.panel",BI.Panel);/** BI.shortcut("bi.panel",BI.Panel);/**
* 选择列表 * 选择列表
* *
* Created by GUY on 2015/11/1. * Created by GUY on 2015/11/1.
@ -8013,7 +8013,7 @@ BI.SelectList = BI.inherit(BI.Widget, {
} }
}); });
BI.SelectList.EVENT_CHANGE = "EVENT_CHANGE"; BI.SelectList.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.select_list", BI.SelectList);/** BI.shortcut("bi.select_list", BI.SelectList);/**
* Created by roy on 15/11/6. * Created by roy on 15/11/6.
*/ */
BI.LazyLoader = BI.inherit(BI.Widget, { BI.LazyLoader = BI.inherit(BI.Widget, {
@ -8118,7 +8118,7 @@ BI.LazyLoader = BI.inherit(BI.Widget, {
} }
}); });
BI.LazyLoader.EVENT_CHANGE = "EVENT_CHANGE"; BI.LazyLoader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.lazy_loader", BI.LazyLoader);/** BI.shortcut("bi.lazy_loader", BI.LazyLoader);/**
* 恶心的加载控件 为解决排序问题引入的控件 * 恶心的加载控件 为解决排序问题引入的控件
* *
* Created by GUY on 2015/11/12. * Created by GUY on 2015/11/12.
@ -8317,7 +8317,7 @@ BI.ListLoader = BI.inherit(BI.Widget, {
} }
}); });
BI.ListLoader.EVENT_CHANGE = "EVENT_CHANGE"; BI.ListLoader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.list_loader", BI.ListLoader);/** BI.shortcut("bi.list_loader", BI.ListLoader);/**
* Created by GUY on 2016/4/29. * Created by GUY on 2016/4/29.
* *
* @class BI.SortList * @class BI.SortList
@ -8493,7 +8493,7 @@ BI.SortList = BI.inherit(BI.Widget, {
} }
}); });
BI.SortList.EVENT_CHANGE = "EVENT_CHANGE"; BI.SortList.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.sort_list", BI.SortList);/** BI.shortcut("bi.sort_list", BI.SortList);/**
* 有总页数和总行数的分页控件 * 有总页数和总行数的分页控件
* Created by Young's on 2016/10/13. * Created by Young's on 2016/10/13.
*/ */
@ -8655,7 +8655,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
} }
}); });
BI.AllCountPager.EVENT_CHANGE = "EVENT_CHANGE"; BI.AllCountPager.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.all_count_pager", BI.AllCountPager);/** BI.shortcut("bi.all_count_pager", BI.AllCountPager);/**
* 显示页码的分页控件 * 显示页码的分页控件
* *
* Created by GUY on 2016/6/30. * Created by GUY on 2016/6/30.
@ -8931,7 +8931,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
} }
}); });
BI.DirectionPager.EVENT_CHANGE = "EVENT_CHANGE"; BI.DirectionPager.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.direction_pager", BI.DirectionPager);/** BI.shortcut("bi.direction_pager", BI.DirectionPager);/**
* 分页控件 * 分页控件
* *
* Created by GUY on 2015/8/31. * Created by GUY on 2015/8/31.
@ -9218,7 +9218,7 @@ BI.DetailPager = BI.inherit(BI.Widget, {
}); });
BI.DetailPager.EVENT_CHANGE = "EVENT_CHANGE"; BI.DetailPager.EVENT_CHANGE = "EVENT_CHANGE";
BI.DetailPager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE"; BI.DetailPager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE";
$.shortcut("bi.detail_pager", BI.DetailPager);/** BI.shortcut("bi.detail_pager", BI.DetailPager);/**
* 分段控件使用的button * 分段控件使用的button
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -9267,7 +9267,7 @@ BI.SegmentButton = BI.inherit(BI.BasicButton, {
BI.SegmentButton.superclass.destroy.apply(this, arguments); BI.SegmentButton.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.segment_button', BI.SegmentButton);/** BI.shortcut('bi.segment_button', BI.SegmentButton);/**
* 单选按钮组 * 单选按钮组
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -9324,7 +9324,7 @@ BI.Segment = BI.inherit(BI.Widget, {
} }
}); });
BI.Segment.EVENT_CHANGE = "EVENT_CHANGE"; BI.Segment.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.segment', BI.Segment);/** BI.shortcut('bi.segment', BI.Segment);/**
* 自适应宽度的表格 * 自适应宽度的表格
* *
* Created by GUY on 2016/2/3. * Created by GUY on 2016/2/3.
@ -9558,7 +9558,7 @@ BI.AdaptiveTable = BI.inherit(BI.Widget, {
BI.AdaptiveTable.superclass.destroy.apply(this, arguments); BI.AdaptiveTable.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.adaptive_table', BI.AdaptiveTable);/** BI.shortcut('bi.adaptive_table', BI.AdaptiveTable);/**
* *
* 层级树状结构的表格 * 层级树状结构的表格
* *
@ -9890,7 +9890,7 @@ BI.DynamicSummaryLayerTreeTable = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.dynamic_summary_layer_tree_table", BI.DynamicSummaryLayerTreeTable);/** BI.shortcut("bi.dynamic_summary_layer_tree_table", BI.DynamicSummaryLayerTreeTable);/**
* *
* 树状结构的表格 * 树状结构的表格
* *
@ -10236,7 +10236,7 @@ BI.extend(BI.DynamicSummaryTreeTable, {
} }
}); });
$.shortcut("bi.dynamic_summary_tree_table", BI.DynamicSummaryTreeTable);/** BI.shortcut("bi.dynamic_summary_tree_table", BI.DynamicSummaryTreeTable);/**
* *
* 层级树状结构的表格 * 层级树状结构的表格
* *
@ -10554,7 +10554,7 @@ BI.LayerTreeTable = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.layer_tree_table", BI.LayerTreeTable);/** BI.shortcut("bi.layer_tree_table", BI.LayerTreeTable);/**
* *
* Created by GUY on 2016/5/26. * Created by GUY on 2016/5/26.
* @class BI.TableStyleCell * @class BI.TableStyleCell
@ -10599,7 +10599,7 @@ BI.TableStyleCell = BI.inherit(BI.Single, {
this._digestStyle(); this._digestStyle();
} }
}); });
$.shortcut('bi.table_style_cell', BI.TableStyleCell);/** BI.shortcut('bi.table_style_cell', BI.TableStyleCell);/**
* *
* 树状结构的表格 * 树状结构的表格
* *
@ -10928,7 +10928,7 @@ BI.extend(BI.TableTree, {
} }
}); });
$.shortcut("bi.tree_table", BI.TableTree);/** BI.shortcut("bi.tree_table", BI.TableTree);/**
* guy * guy
* 复选导航条 * 复选导航条
* Created by GUY on 2015/8/25. * Created by GUY on 2015/8/25.
@ -11061,7 +11061,7 @@ BI.MultiSelectBar = BI.inherit(BI.BasicButton, {
} }
}); });
BI.MultiSelectBar.EVENT_CHANGE = "MultiSelectBar.EVENT_CHANGE"; BI.MultiSelectBar.EVENT_CHANGE = "MultiSelectBar.EVENT_CHANGE";
$.shortcut("bi.multi_select_bar", BI.MultiSelectBar);/** BI.shortcut("bi.multi_select_bar", BI.MultiSelectBar);/**
* 倒立的Branch * 倒立的Branch
* @class BI.HandStandBranchExpander * @class BI.HandStandBranchExpander
* @extend BI.Widget * @extend BI.Widget
@ -11120,7 +11120,7 @@ BI.HandStandBranchExpander = BI.inherit(BI.Widget, {
} }
}); });
BI.HandStandBranchExpander.EVENT_CHANGE = "EVENT_CHANGE"; BI.HandStandBranchExpander.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.handstand_branch_expander", BI.HandStandBranchExpander);/** BI.shortcut("bi.handstand_branch_expander", BI.HandStandBranchExpander);/**
* @class BI.BranchExpander * @class BI.BranchExpander
* @extend BI.Widget * @extend BI.Widget
* create by young * create by young
@ -11179,7 +11179,7 @@ BI.BranchExpander = BI.inherit(BI.Widget, {
} }
}); });
BI.BranchExpander.EVENT_CHANGE = "EVENT_CHANGE"; BI.BranchExpander.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.branch_expander", BI.BranchExpander);/** BI.shortcut("bi.branch_expander", BI.BranchExpander);/**
* @class BI.HandStandBranchTree * @class BI.HandStandBranchTree
* @extends BI.Widget * @extends BI.Widget
* create by young * create by young
@ -11233,7 +11233,7 @@ BI.HandStandBranchTree = BI.inherit(BI.Widget, {
} }
}); });
BI.HandStandBranchTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.HandStandBranchTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.handstand_branch_tree", BI.HandStandBranchTree);/** BI.shortcut("bi.handstand_branch_tree", BI.HandStandBranchTree);/**
* @class BI.BranchTree * @class BI.BranchTree
* @extends BI.Widget * @extends BI.Widget
* create by young * create by young
@ -11287,7 +11287,7 @@ BI.BranchTree = BI.inherit(BI.Widget, {
} }
}); });
BI.BranchTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.BranchTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.branch_tree", BI.BranchTree);/** BI.shortcut("bi.branch_tree", BI.BranchTree);/**
* guy * guy
* 异步树 * 异步树
* @class BI.DisplayTree * @class BI.DisplayTree
@ -11344,7 +11344,7 @@ BI.DisplayTree = BI.inherit(BI.TreeView, {
}); });
BI.DisplayTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.DisplayTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.display_tree", BI.DisplayTree);/** BI.shortcut("bi.display_tree", BI.DisplayTree);/**
* guy * guy
* 二级树 * 二级树
* @class BI.LevelTree * @class BI.LevelTree
@ -11480,7 +11480,7 @@ BI.LevelTree = BI.inherit(BI.Widget, {
}); });
BI.LevelTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.LevelTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.level_tree", BI.LevelTree);/** BI.shortcut("bi.level_tree", BI.LevelTree);/**
* 简单的多选树 * 简单的多选树
* *
* Created by GUY on 2016/2/16. * Created by GUY on 2016/2/16.
@ -11600,7 +11600,7 @@ BI.SimpleTreeView = BI.inherit(BI.Widget, {
} }
}); });
BI.SimpleTreeView.EVENT_CHANGE = "EVENT_CHANGE"; BI.SimpleTreeView.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.simple_tree", BI.SimpleTreeView); BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
/** /**
* 文本输入框trigger * 文本输入框trigger
* *
@ -11679,7 +11679,7 @@ BI.EditorTrigger = BI.inherit(BI.Trigger, {
} }
}); });
BI.EditorTrigger.EVENT_CHANGE = "BI.EditorTrigger.EVENT_CHANGE"; BI.EditorTrigger.EVENT_CHANGE = "BI.EditorTrigger.EVENT_CHANGE";
$.shortcut("bi.editor_trigger", BI.EditorTrigger);/** BI.shortcut("bi.editor_trigger", BI.EditorTrigger);/**
* 图标按钮trigger * 图标按钮trigger
* *
* Created by GUY on 2015/10/8. * Created by GUY on 2015/10/8.
@ -11706,7 +11706,7 @@ BI.IconTrigger = BI.inherit(BI.Trigger, {
}); });
} }
}); });
$.shortcut('bi.icon_trigger', BI.IconTrigger);/** BI.shortcut('bi.icon_trigger', BI.IconTrigger);/**
* 文字trigger * 文字trigger
* *
* Created by GUY on 2015/9/15. * Created by GUY on 2015/9/15.
@ -11772,7 +11772,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, {
this.text.setTitle(text); this.text.setTitle(text);
} }
}); });
$.shortcut("bi.text_trigger", BI.TextTrigger);/** BI.shortcut("bi.text_trigger", BI.TextTrigger);/**
* 选择字段trigger * 选择字段trigger
* *
* Created by GUY on 2015/9/15. * Created by GUY on 2015/9/15.
@ -11826,7 +11826,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, {
this.options.items = items; this.options.items = items;
} }
}); });
$.shortcut("bi.select_text_trigger", BI.SelectTextTrigger);/** BI.shortcut("bi.select_text_trigger", BI.SelectTextTrigger);/**
* 选择字段trigger小一号的 * 选择字段trigger小一号的
* *
* @class BI.SmallSelectTextTrigger * @class BI.SmallSelectTextTrigger
@ -11879,7 +11879,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, {
this.options.items = items; this.options.items = items;
} }
}); });
$.shortcut("bi.small_select_text_trigger", BI.SmallSelectTextTrigger);/** BI.shortcut("bi.small_select_text_trigger", BI.SmallSelectTextTrigger);/**
* 文字trigger(右边小三角小一号的) == * 文字trigger(右边小三角小一号的) ==
* *
* @class BI.SmallTextTrigger * @class BI.SmallTextTrigger
@ -11942,7 +11942,7 @@ BI.SmallTextTrigger = BI.inherit(BI.Trigger, {
this.text.setText(text); this.text.setText(text);
} }
}); });
$.shortcut("bi.small_text_trigger", BI.SmallTextTrigger);/* BI.shortcut("bi.small_text_trigger", BI.SmallTextTrigger);/*
* zClip :: jQuery ZeroClipboard v1.1.1 * zClip :: jQuery ZeroClipboard v1.1.1
* http://steamdev.com/zclip * http://steamdev.com/zclip
* *
@ -12467,4 +12467,4 @@ BI.ZeroClip = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.zero_clip", BI.ZeroClip); BI.shortcut("bi.zero_clip", BI.ZeroClip);

102
dist/core.js vendored

@ -15668,27 +15668,21 @@ BI.View = BI.inherit(BI.V, {
destroyed: function () { destroyed: function () {
} }
});(function ($) { });(function () {
var kv = {}; // alex:键(编辑器简称,如text)值(也是一个字符串,如FR.TextEditor)对 var kv = {}; // alex:键(编辑器简称,如text)值(也是一个字符串,如FR.TextEditor)对
$.shortcut = BI.shortcut = function (xtype, cls) { BI.shortcut = function (xtype, cls) {
if (kv[xtype] != null) { if (kv[xtype] != null) {
throw ("shortcut:[" + xtype + "] has been registed"); throw ("shortcut:[" + xtype + "] has been registed");
} }
kv[xtype] = cls; kv[xtype] = cls;
$.extend(cls.prototype, { _.extend(cls.prototype, {
xtype: xtype xtype: xtype
}) })
}; };
// 根据配置属性生成widget // 根据配置属性生成widget
var createWidget = function (config) { var createWidget = function (config) {
// alex:如果是一个jquery对象,就在外面套一层,变成一个FR.Widget
if (config instanceof $) {
return new BI.Widget({
element: config
});
}
if (config['classType']) { if (config['classType']) {
return new (new Function('return ' + config['classType'] + ';')())(config); return new (new Function('return ' + config['classType'] + ';')())(config);
} }
@ -15726,7 +15720,7 @@ BI.View = BI.inherit(BI.V, {
throw new Error('无法根据item创建组件'); throw new Error('无法根据item创建组件');
} }
})(jQuery);(function (window, undefined) { })();(function (window, undefined) {
function aspect(type) { function aspect(type) {
return function (target, methodName, advice) { return function (target, methodName, advice) {
var exist = target[methodName], var exist = target[methodName],
@ -19657,7 +19651,7 @@ BI.Layout = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut('bi.layout', BI.Layout);/** BI.shortcut('bi.layout', BI.Layout);/**
* guy * guy
* 由一个元素切换到另一个元素的行为 * 由一个元素切换到另一个元素的行为
* @class BI.Action * @class BI.Action
@ -25092,7 +25086,7 @@ BI.AbsoluteCenterLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.absolute_center_adapt', BI.AbsoluteCenterLayout);/** BI.shortcut('bi.absolute_center_adapt', BI.AbsoluteCenterLayout);/**
* absolute实现的居中布局 * absolute实现的居中布局
* @class BI.AbsoluteHorizontalLayout * @class BI.AbsoluteHorizontalLayout
* @extends BI.Layout * @extends BI.Layout
@ -25142,7 +25136,7 @@ BI.AbsoluteHorizontalLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.absolute_horizontal_adapt', BI.AbsoluteHorizontalLayout);/** BI.shortcut('bi.absolute_horizontal_adapt', BI.AbsoluteHorizontalLayout);/**
* absolute实现的居中布局 * absolute实现的居中布局
* @class BI.AbsoluteVerticalLayout * @class BI.AbsoluteVerticalLayout
* @extends BI.Layout * @extends BI.Layout
@ -25194,7 +25188,7 @@ BI.AbsoluteVerticalLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.absolute_vertical_adapt', BI.AbsoluteVerticalLayout);/** BI.shortcut('bi.absolute_vertical_adapt', BI.AbsoluteVerticalLayout);/**
* 自适应水平和垂直方向都居中容器 * 自适应水平和垂直方向都居中容器
* @class BI.CenterAdaptLayout * @class BI.CenterAdaptLayout
* @extends BI.Layout * @extends BI.Layout
@ -25312,7 +25306,7 @@ BI.CenterAdaptLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.center_adapt', BI.CenterAdaptLayout);/** BI.shortcut('bi.center_adapt', BI.CenterAdaptLayout);/**
* 水平方向居中容器 * 水平方向居中容器
* @class BI.HorizontalAdaptLayout * @class BI.HorizontalAdaptLayout
* @extends BI.Layout * @extends BI.Layout
@ -25429,7 +25423,7 @@ BI.HorizontalAdaptLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.horizontal_adapt', BI.HorizontalAdaptLayout);/** BI.shortcut('bi.horizontal_adapt', BI.HorizontalAdaptLayout);/**
* 左右分离垂直方向居中容器 * 左右分离垂直方向居中容器
* items:{ * items:{
left: [{el:{type:"bi.button"}}], left: [{el:{type:"bi.button"}}],
@ -25504,7 +25498,7 @@ BI.LeftRightVerticalAdaptLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.left_right_vertical_adapt', BI.LeftRightVerticalAdaptLayout); BI.shortcut('bi.left_right_vertical_adapt', BI.LeftRightVerticalAdaptLayout);
BI.LeftVerticalAdaptLayout = BI.inherit(BI.Layout, { BI.LeftVerticalAdaptLayout = BI.inherit(BI.Layout, {
@ -25553,7 +25547,7 @@ BI.LeftVerticalAdaptLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.left_vertical_adapt', BI.LeftVerticalAdaptLayout); BI.shortcut('bi.left_vertical_adapt', BI.LeftVerticalAdaptLayout);
BI.RightVerticalAdaptLayout = BI.inherit(BI.Layout, { BI.RightVerticalAdaptLayout = BI.inherit(BI.Layout, {
props: function () { props: function () {
@ -25601,7 +25595,7 @@ BI.RightVerticalAdaptLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.right_vertical_adapt', BI.RightVerticalAdaptLayout);/** BI.shortcut('bi.right_vertical_adapt', BI.RightVerticalAdaptLayout);/**
* 垂直方向居中容器 * 垂直方向居中容器
* @class BI.VerticalAdaptLayout * @class BI.VerticalAdaptLayout
* @extends BI.Layout * @extends BI.Layout
@ -25716,7 +25710,7 @@ BI.VerticalAdaptLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.vertical_adapt', BI.VerticalAdaptLayout);/** BI.shortcut('bi.vertical_adapt', BI.VerticalAdaptLayout);/**
* 水平方向居中自适应容器 * 水平方向居中自适应容器
* @class BI.HorizontalAutoLayout * @class BI.HorizontalAutoLayout
* @extends BI.Layout * @extends BI.Layout
@ -25778,7 +25772,7 @@ BI.HorizontalAutoLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.horizontal_auto', BI.HorizontalAutoLayout);/** BI.shortcut('bi.horizontal_auto', BI.HorizontalAutoLayout);/**
* 浮动的居中布局 * 浮动的居中布局
*/ */
BI.FloatCenterAdaptLayout = BI.inherit(BI.Layout, { BI.FloatCenterAdaptLayout = BI.inherit(BI.Layout, {
@ -25846,7 +25840,7 @@ BI.FloatCenterAdaptLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.float_center_adapt', BI.FloatCenterAdaptLayout);/** BI.shortcut('bi.float_center_adapt', BI.FloatCenterAdaptLayout);/**
* 浮动的水平居中布局 * 浮动的水平居中布局
*/ */
BI.FloatHorizontalLayout = BI.inherit(BI.Layout, { BI.FloatHorizontalLayout = BI.inherit(BI.Layout, {
@ -25910,7 +25904,7 @@ BI.FloatHorizontalLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.horizontal_float', BI.FloatHorizontalLayout);/** BI.shortcut('bi.horizontal_float', BI.FloatHorizontalLayout);/**
* 内联布局 * 内联布局
* @class BI.InlineCenterAdaptLayout * @class BI.InlineCenterAdaptLayout
* @extends BI.Layout * @extends BI.Layout
@ -26007,7 +26001,7 @@ BI.InlineCenterAdaptLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.inline_center_adapt', BI.InlineCenterAdaptLayout);/** BI.shortcut('bi.inline_center_adapt', BI.InlineCenterAdaptLayout);/**
* 内联布局 * 内联布局
* @class BI.InlineVerticalAdaptLayout * @class BI.InlineVerticalAdaptLayout
* @extends BI.Layout * @extends BI.Layout
@ -26078,7 +26072,7 @@ BI.InlineVerticalAdaptLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.inline_vertical_adapt', BI.InlineVerticalAdaptLayout);/** BI.shortcut('bi.inline_vertical_adapt', BI.InlineVerticalAdaptLayout);/**
*自适应水平和垂直方向都居中容器 *自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2. * Created by GUY on 2016/12/2.
* *
@ -26112,7 +26106,7 @@ BI.FlexCenterLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.flex_center', BI.FlexCenterLayout);/** BI.shortcut('bi.flex_center', BI.FlexCenterLayout);/**
*自适应水平和垂直方向都居中容器 *自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2. * Created by GUY on 2016/12/2.
* *
@ -26177,7 +26171,7 @@ BI.FlexHorizontalLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.flex_horizontal', BI.FlexHorizontalLayout);/** BI.shortcut('bi.flex_horizontal', BI.FlexHorizontalLayout);/**
*自适应水平和垂直方向都居中容器 *自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2. * Created by GUY on 2016/12/2.
* *
@ -26239,7 +26233,7 @@ BI.FlexVerticalCenter = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.flex_vertical_center', BI.FlexVerticalCenter);/** BI.shortcut('bi.flex_vertical_center', BI.FlexVerticalCenter);/**
*自适应水平和垂直方向都居中容器 *自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2. * Created by GUY on 2016/12/2.
* *
@ -26294,7 +26288,7 @@ BI.FlexCenterLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.flex_wrapper_center', BI.FlexCenterLayout);/** BI.shortcut('bi.flex_wrapper_center', BI.FlexCenterLayout);/**
*自适应水平和垂直方向都居中容器 *自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2. * Created by GUY on 2016/12/2.
* *
@ -26379,7 +26373,7 @@ BI.FlexHorizontalLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.flex_wrapper_horizontal', BI.FlexHorizontalLayout);/** BI.shortcut('bi.flex_wrapper_horizontal', BI.FlexHorizontalLayout);/**
*自适应水平和垂直方向都居中容器 *自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2. * Created by GUY on 2016/12/2.
* *
@ -26462,7 +26456,7 @@ BI.FlexVerticalCenter = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.flex_wrapper_vertical_center', BI.FlexVerticalCenter);/** BI.shortcut('bi.flex_wrapper_vertical_center', BI.FlexVerticalCenter);/**
* 固定子组件上下左右的布局容器 * 固定子组件上下左右的布局容器
* @class BI.AbsoluteLayout * @class BI.AbsoluteLayout
* @extends BI.Layout * @extends BI.Layout
@ -26568,7 +26562,7 @@ BI.AbsoluteLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.absolute', BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.Layout, { BI.shortcut('bi.absolute', BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.Layout, {
props: function () { props: function () {
return BI.extend(BI.AdaptiveLayout.superclass.props.apply(this, arguments), { return BI.extend(BI.AdaptiveLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-adaptive-layout", baseCls: "bi-adaptive-layout",
@ -26659,7 +26653,7 @@ $.shortcut('bi.absolute', BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.L
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.adaptive', BI.AdaptiveLayout);/** BI.shortcut('bi.adaptive', BI.AdaptiveLayout);/**
* 上下的高度固定/左右的宽度固定中间的高度/宽度自适应 * 上下的高度固定/左右的宽度固定中间的高度/宽度自适应
* *
* @class BI.BorderLayout * @class BI.BorderLayout
@ -26790,7 +26784,7 @@ BI.BorderLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.border', BI.BorderLayout);/** BI.shortcut('bi.border', BI.BorderLayout);/**
* 卡片布局可以做到当前只显示一个组件其他的都隐藏 * 卡片布局可以做到当前只显示一个组件其他的都隐藏
* @class BI.CardLayout * @class BI.CardLayout
* @extends BI.Layout * @extends BI.Layout
@ -26957,7 +26951,7 @@ BI.CardLayout = BI.inherit(BI.Layout, {
return flag; return flag;
} }
}); });
$.shortcut('bi.card', BI.CardLayout);/** BI.shortcut('bi.card', BI.CardLayout);/**
* 默认的布局方式 * 默认的布局方式
* *
* @class BI.DefaultLayout * @class BI.DefaultLayout
@ -27015,7 +27009,7 @@ BI.DefaultLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.default', BI.DefaultLayout);/** BI.shortcut('bi.default', BI.DefaultLayout);/**
* 分隔容器的控件按照宽度和高度所占比平分整个容器 * 分隔容器的控件按照宽度和高度所占比平分整个容器
* *
* @class BI.DivisionLayout * @class BI.DivisionLayout
@ -27171,7 +27165,7 @@ BI.DivisionLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.division', BI.DivisionLayout);/** BI.shortcut('bi.division', BI.DivisionLayout);/**
* 靠左对齐的自由浮动布局 * 靠左对齐的自由浮动布局
* @class BI.FloatLeftLayout * @class BI.FloatLeftLayout
* @extends BI.Layout * @extends BI.Layout
@ -27234,7 +27228,7 @@ BI.FloatLeftLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.left', BI.FloatLeftLayout); BI.shortcut('bi.left', BI.FloatLeftLayout);
/** /**
* 靠右对齐的自由浮动布局 * 靠右对齐的自由浮动布局
@ -27299,7 +27293,7 @@ BI.FloatRightLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.right', BI.FloatRightLayout);/** BI.shortcut('bi.right', BI.FloatRightLayout);/**
* 上下的高度固定/左右的宽度固定中间的高度/宽度自适应 * 上下的高度固定/左右的宽度固定中间的高度/宽度自适应
* *
* @class BI.BorderLayout * @class BI.BorderLayout
@ -27424,7 +27418,7 @@ BI.GridLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.grid', BI.GridLayout);/** BI.shortcut('bi.grid', BI.GridLayout);/**
* 水平布局 * 水平布局
* @class BI.HorizontalLayout * @class BI.HorizontalLayout
* @extends BI.Layout * @extends BI.Layout
@ -27542,7 +27536,7 @@ BI.HorizontalLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.horizontal', BI.HorizontalLayout); BI.shortcut('bi.horizontal', BI.HorizontalLayout);
/** /**
* 水平布局 * 水平布局
@ -27604,7 +27598,7 @@ BI.HorizontalCellLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.horizontal_cell', BI.HorizontalCellLayout);/** BI.shortcut('bi.horizontal_cell', BI.HorizontalCellLayout);/**
* 内联布局 * 内联布局
* @class BI.InlineLayout * @class BI.InlineLayout
* @extends BI.Layout * @extends BI.Layout
@ -27666,7 +27660,7 @@ BI.InlineLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.inline', BI.InlineLayout);/** BI.shortcut('bi.inline', BI.InlineLayout);/**
* 靠左对齐的自由浮动布局 * 靠左对齐的自由浮动布局
* @class BI.LatticeLayout * @class BI.LatticeLayout
* @extends BI.Layout * @extends BI.Layout
@ -27720,7 +27714,7 @@ BI.LatticeLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.lattice', BI.LatticeLayout);/** BI.shortcut('bi.lattice', BI.LatticeLayout);/**
* 上下的高度固定/左右的宽度固定中间的高度/宽度自适应 * 上下的高度固定/左右的宽度固定中间的高度/宽度自适应
* *
* @class BI.TableLayout * @class BI.TableLayout
@ -27865,7 +27859,7 @@ BI.TableLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.table', BI.TableLayout);/** BI.shortcut('bi.table', BI.TableLayout);/**
* 水平tape布局 * 水平tape布局
* @class BI.HTapeLayout * @class BI.HTapeLayout
* @extends BI.Layout * @extends BI.Layout
@ -27967,7 +27961,7 @@ BI.HTapeLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.htape', BI.HTapeLayout); BI.shortcut('bi.htape', BI.HTapeLayout);
/** /**
* 垂直tape布局 * 垂直tape布局
@ -28072,7 +28066,7 @@ BI.VTapeLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.vtape', BI.VTapeLayout);/** BI.shortcut('bi.vtape', BI.VTapeLayout);/**
* td布局 * td布局
* @class BI.TdLayout * @class BI.TdLayout
* @extends BI.Layout * @extends BI.Layout
@ -28213,7 +28207,7 @@ BI.TdLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.td', BI.TdLayout);/** BI.shortcut('bi.td', BI.TdLayout);/**
* 垂直布局 * 垂直布局
* @class BI.VerticalLayout * @class BI.VerticalLayout
* @extends BI.Layout * @extends BI.Layout
@ -28274,7 +28268,7 @@ BI.VerticalLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.vertical', BI.VerticalLayout);/** BI.shortcut('bi.vertical', BI.VerticalLayout);/**
* *
* @class BI.WindowLayout * @class BI.WindowLayout
* @extends BI.Layout * @extends BI.Layout
@ -28461,7 +28455,7 @@ BI.WindowLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.window', BI.WindowLayout);/** BI.shortcut('bi.window', BI.WindowLayout);/**
* 水平和垂直方向都居中容器, 非自适应用于宽度高度固定的面板 * 水平和垂直方向都居中容器, 非自适应用于宽度高度固定的面板
* @class BI.CenterLayout * @class BI.CenterLayout
* @extends BI.Layout * @extends BI.Layout
@ -28535,7 +28529,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.center', BI.CenterLayout);/** BI.shortcut('bi.center', BI.CenterLayout);/**
* 浮动布局实现的居中容器 * 浮动布局实现的居中容器
* @class BI.FloatCenterLayout * @class BI.FloatCenterLayout
* @extends BI.Layout * @extends BI.Layout
@ -28608,7 +28602,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.float_center', BI.FloatCenterLayout);/** BI.shortcut('bi.float_center', BI.FloatCenterLayout);/**
* 水平和垂直方向都居中容器, 非自适应用于宽度高度固定的面板 * 水平和垂直方向都居中容器, 非自适应用于宽度高度固定的面板
* @class BI.HorizontalCenterLayout * @class BI.HorizontalCenterLayout
* @extends BI.Layout * @extends BI.Layout
@ -28680,7 +28674,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.horizontal_center', BI.HorizontalCenterLayout);/** BI.shortcut('bi.horizontal_center', BI.HorizontalCenterLayout);/**
* 垂直方向都居中容器, 非自适应用于高度不固定的面板 * 垂直方向都居中容器, 非自适应用于高度不固定的面板
* @class BI.VerticalCenterLayout * @class BI.VerticalCenterLayout
* @extends BI.Layout * @extends BI.Layout
@ -28752,7 +28746,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
this._mount(); this._mount();
} }
}); });
$.shortcut('bi.vertical_center', BI.VerticalCenterLayout);/** BI.shortcut('bi.vertical_center', BI.VerticalCenterLayout);/**
* 保存数据将js里面用到的常量数据都分离 * 保存数据将js里面用到的常量数据都分离
* *
*/ */

242
dist/widget.js vendored

@ -380,7 +380,7 @@ BI.SequenceTableTreeNumber = BI.inherit(BI.Widget, {
this._populate(); this._populate();
} }
}); });
$.shortcut('bi.sequence_table_tree_number', BI.SequenceTableTreeNumber);/** BI.shortcut('bi.sequence_table_tree_number', BI.SequenceTableTreeNumber);/**
* 自适应布局 * 自适应布局
* *
* 1resize * 1resize
@ -893,7 +893,7 @@ BI.AdaptiveArrangement.EVENT_ELEMENT_START_RESIZE = "AdaptiveArrangement.EVENT_E
BI.AdaptiveArrangement.EVENT_ELEMENT_RESIZE = "AdaptiveArrangement.EVENT_ELEMENT_RESIZE"; BI.AdaptiveArrangement.EVENT_ELEMENT_RESIZE = "AdaptiveArrangement.EVENT_ELEMENT_RESIZE";
BI.AdaptiveArrangement.EVENT_ELEMENT_STOP_RESIZE = "AdaptiveArrangement.EVENT_ELEMENT_STOP_RESIZE"; BI.AdaptiveArrangement.EVENT_ELEMENT_STOP_RESIZE = "AdaptiveArrangement.EVENT_ELEMENT_STOP_RESIZE";
BI.AdaptiveArrangement.EVENT_RESIZE = "AdaptiveArrangement.EVENT_RESIZE"; BI.AdaptiveArrangement.EVENT_RESIZE = "AdaptiveArrangement.EVENT_RESIZE";
$.shortcut('bi.adaptive_arrangement', BI.AdaptiveArrangement);/** BI.shortcut('bi.adaptive_arrangement', BI.AdaptiveArrangement);/**
* Arrangement的block面板 * Arrangement的block面板
* *
* Created by GUY on 2016/3/1. * Created by GUY on 2016/3/1.
@ -914,7 +914,7 @@ BI.ArrangementBlock = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut('bi.arrangement_block', BI.ArrangementBlock);/** BI.shortcut('bi.arrangement_block', BI.ArrangementBlock);/**
* Arrangement的drop面板 * Arrangement的drop面板
* *
* Created by GUY on 2016/3/1. * Created by GUY on 2016/3/1.
@ -935,7 +935,7 @@ BI.ArrangementDroppable = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut('bi.arrangement_droppable', BI.ArrangementDroppable);/** BI.shortcut('bi.arrangement_droppable', BI.ArrangementDroppable);/**
* 布局 * 布局
* *
* Created by GUY on 2016/2/23. * Created by GUY on 2016/2/23.
@ -3869,7 +3869,7 @@ BI.extend(BI.Arrangement, {
GRID: 2 GRID: 2
} }
}); });
$.shortcut('bi.arrangement', BI.Arrangement);/** BI.shortcut('bi.arrangement', BI.Arrangement);/**
* 表关联树 * 表关联树
* *
* Created by GUY on 2015/12/15. * Created by GUY on 2015/12/15.
@ -4366,7 +4366,7 @@ BI.BranchRelation = BI.inherit(BI.Widget, {
} }
}); });
BI.BranchRelation.EVENT_CHANGE = "BranchRelation.EVENT_CHANGE"; BI.BranchRelation.EVENT_CHANGE = "BranchRelation.EVENT_CHANGE";
$.shortcut("bi.branch_relation", BI.BranchRelation);/** BI.shortcut("bi.branch_relation", BI.BranchRelation);/**
* 日期控件中的月份下拉框 * 日期控件中的月份下拉框
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4400,7 +4400,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: "bi.combo", type: "bi.combo",
offsetStyle: "center", offsetStyle: "center",
element: this.element, element: this,
isNeedAdjustHeight: false, isNeedAdjustHeight: false,
isNeedAdjustWidth: false, isNeedAdjustWidth: false,
el: this.trigger, el: this.trigger,
@ -4426,7 +4426,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
} }
}); });
BI.MonthDateCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.MonthDateCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.month_date_combo', BI.MonthDateCombo);/** BI.shortcut('bi.month_date_combo', BI.MonthDateCombo);/**
* 年份下拉框 * 年份下拉框
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4466,7 +4466,7 @@ BI.YearDateCombo = BI.inherit(BI.Trigger, {
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: "bi.combo", type: "bi.combo",
offsetStyle: "center", offsetStyle: "center",
element: this.element, element: this,
isNeedAdjustHeight: false, isNeedAdjustHeight: false,
isNeedAdjustWidth: false, isNeedAdjustWidth: false,
el: this.trigger, el: this.trigger,
@ -4491,7 +4491,7 @@ BI.YearDateCombo = BI.inherit(BI.Trigger, {
} }
}); });
BI.YearDateCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.YearDateCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.year_date_combo', BI.YearDateCombo);/** BI.shortcut('bi.year_date_combo', BI.YearDateCombo);/**
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
* @class BI.DatePicker * @class BI.DatePicker
* @extends BI.Widget * @extends BI.Widget
@ -4580,7 +4580,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
BI.createWidget({ BI.createWidget({
type: "bi.htape", type: "bi.htape",
element: this.element, element: this,
items: [{ items: [{
el: this.left, el: this.left,
width: 25 width: 25
@ -4617,7 +4617,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
} }
}); });
BI.DatePicker.EVENT_CHANGE = "EVENT_CHANGE" BI.DatePicker.EVENT_CHANGE = "EVENT_CHANGE"
$.shortcut("bi.date_picker", BI.DatePicker);/** BI.shortcut("bi.date_picker", BI.DatePicker);/**
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
* @class BI.DateCalendarPopup * @class BI.DateCalendarPopup
* @extends BI.Widget * @extends BI.Widget
@ -4670,7 +4670,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
this.calendar = BI.createWidget({ this.calendar = BI.createWidget({
direction: "top", direction: "top",
element: this.element, element: this,
logic: { logic: {
dynamic: true dynamic: true
}, },
@ -4712,7 +4712,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
} }
}); });
BI.DateCalendarPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.DateCalendarPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.date_calendar_popup", BI.DateCalendarPopup);/** BI.shortcut("bi.date_calendar_popup", BI.DateCalendarPopup);/**
* 日期控件中的年份或月份trigger * 日期控件中的年份或月份trigger
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4751,7 +4751,7 @@ BI.DateTriangleTrigger = BI.inherit(BI.Trigger, {
BI.createWidget({ BI.createWidget({
type: "bi.center_adapt", type: "bi.center_adapt",
element: this.element, element: this,
items: [{ items: [{
type: "bi.center_adapt", type: "bi.center_adapt",
width: 50, width: 50,
@ -4781,7 +4781,7 @@ BI.DateTriangleTrigger = BI.inherit(BI.Trigger, {
} }
}); });
$.shortcut('bi.date_triangle_trigger', BI.DateTriangleTrigger);/** BI.shortcut('bi.date_triangle_trigger', BI.DateTriangleTrigger);/**
* 日期下拉框 * 日期下拉框
* *
* Created by GUY on 2015/9/7. * Created by GUY on 2015/9/7.
@ -4818,7 +4818,7 @@ BI.DateCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: "bi.combo", type: "bi.combo",
toggle: false, toggle: false,
element: this.element, element: this,
isNeedAdjustHeight: false, isNeedAdjustHeight: false,
isNeedAdjustWidth: false, isNeedAdjustWidth: false,
el: this.trigger, el: this.trigger,
@ -4839,7 +4839,7 @@ BI.DateCombo = BI.inherit(BI.Widget, {
return this.popup.getValue(); return this.popup.getValue();
} }
}); });
$.shortcut('bi.date_combo', BI.DateCombo);BI.DateTrigger = BI.inherit(BI.Trigger, { BI.shortcut('bi.date_combo', BI.DateCombo);BI.DateTrigger = BI.inherit(BI.Trigger, {
_const: { _const: {
hgap: 4, hgap: 4,
vgap: 2, vgap: 2,
@ -4930,7 +4930,7 @@ $.shortcut('bi.date_combo', BI.DateCombo);BI.DateTrigger = BI.inherit(BI.Trigger
}); });
BI.createWidget({ BI.createWidget({
type: "bi.htape", type: "bi.htape",
element: this.element, element: this,
items: [{ items: [{
el: BI.createWidget(), el: BI.createWidget(),
width: 30 width: 30
@ -5103,7 +5103,7 @@ BI.DateTrigger.EVENT_VALID = "EVENT_VALID";
BI.DateTrigger.EVENT_ERROR = "EVENT_ERROR"; BI.DateTrigger.EVENT_ERROR = "EVENT_ERROR";
BI.DateTrigger.EVENT_TRIGGER_CLICK = "EVENT_TRIGGER_CLICK"; BI.DateTrigger.EVENT_TRIGGER_CLICK = "EVENT_TRIGGER_CLICK";
BI.DateTrigger.EVENT_KEY_DOWN = "EVENT_KEY_DOWN"; BI.DateTrigger.EVENT_KEY_DOWN = "EVENT_KEY_DOWN";
$.shortcut("bi.date_trigger", BI.DateTrigger);/** BI.shortcut("bi.date_trigger", BI.DateTrigger);/**
* Created by zcf on 2017/2/20. * Created by zcf on 2017/2/20.
*/ */
BI.DatePaneWidget = BI.inherit(BI.Widget, { BI.DatePaneWidget = BI.inherit(BI.Widget, {
@ -5224,7 +5224,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.date_pane_widget", BI.DatePaneWidget);/** BI.shortcut("bi.date_pane_widget", BI.DatePaneWidget);/**
* 带有方向的pathchooser * 带有方向的pathchooser
* *
* Created by GUY on 2016/4/21. * Created by GUY on 2016/4/21.
@ -5466,7 +5466,7 @@ BI.DirectionPathChooser = BI.inherit(BI.Widget, {
} }
}); });
BI.DirectionPathChooser.EVENT_CHANGE = "DirectionPathChooser.EVENT_CHANGE"; BI.DirectionPathChooser.EVENT_CHANGE = "DirectionPathChooser.EVENT_CHANGE";
$.shortcut('bi.direction_path_chooser', BI.DirectionPathChooser);/** BI.shortcut('bi.direction_path_chooser', BI.DirectionPathChooser);/**
* Created by roy on 15/8/14. * Created by roy on 15/8/14.
*/ */
BI.DownListCombo = BI.inherit(BI.Widget, { BI.DownListCombo = BI.inherit(BI.Widget, {
@ -5539,7 +5539,7 @@ BI.DownListCombo.EVENT_CHANGE = "EVENT_CHANGE";
BI.DownListCombo.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE"; BI.DownListCombo.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE";
BI.DownListCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW"; BI.DownListCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
$.shortcut("bi.down_list_combo", BI.DownListCombo);/** BI.shortcut("bi.down_list_combo", BI.DownListCombo);/**
* Created by roy on 15/9/6. * Created by roy on 15/9/6.
*/ */
BI.DownListGroup = BI.inherit(BI.Widget, { BI.DownListGroup = BI.inherit(BI.Widget, {
@ -5588,7 +5588,7 @@ BI.DownListGroup = BI.inherit(BI.Widget, {
}) })
BI.DownListGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.DownListGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit(BI.Single, { BI.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit(BI.Single, {
_defaultConfig: function () { _defaultConfig: function () {
var conf = BI.DownListItem.superclass._defaultConfig.apply(this, arguments); var conf = BI.DownListItem.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, { return BI.extend(conf, {
@ -5666,7 +5666,7 @@ $.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit(
} }
}); });
BI.DownListItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.DownListItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.down_list_item", BI.DownListItem);BI.DownListGroupItem = BI.inherit(BI.BasicButton, { BI.shortcut("bi.down_list_item", BI.DownListItem);BI.DownListGroupItem = BI.inherit(BI.BasicButton, {
_defaultConfig: function () { _defaultConfig: function () {
var conf = BI.DownListGroupItem.superclass._defaultConfig.apply(this, arguments); var conf = BI.DownListGroupItem.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, { return BI.extend(conf, {
@ -5788,7 +5788,7 @@ $.shortcut("bi.down_list_item", BI.DownListItem);BI.DownListGroupItem = BI.inher
} }
}); });
BI.DownListGroupItem.EVENT_CHANGE = "EVENT_CHANGE"; BI.DownListGroupItem.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.down_list_group_item", BI.DownListGroupItem);/** BI.shortcut("bi.down_list_group_item", BI.DownListGroupItem);/**
* Created by roy on 15/9/8. * Created by roy on 15/9/8.
* 处理popup中的item分组样式 * 处理popup中的item分组样式
* 一个item分组中的成员大于一时该分组设置为单选并且默认状态第一个成员设置为已选择项 * 一个item分组中的成员大于一时该分组设置为单选并且默认状态第一个成员设置为已选择项
@ -6019,7 +6019,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
BI.DownListPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.DownListPopup.EVENT_CHANGE = "EVENT_CHANGE";
BI.DownListPopup.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE"; BI.DownListPopup.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE";
$.shortcut("bi.down_list_popup", BI.DownListPopup);/** BI.shortcut("bi.down_list_popup", BI.DownListPopup);/**
* *
* Created by GUY on 2016/3/28. * Created by GUY on 2016/3/28.
* @class BI.ExcelTableCell * @class BI.ExcelTableCell
@ -6049,7 +6049,7 @@ BI.ExcelTableCell = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut('bi.excel_table_cell', BI.ExcelTableCell);/** BI.shortcut('bi.excel_table_cell', BI.ExcelTableCell);/**
* *
* Created by GUY on 2016/3/28. * Created by GUY on 2016/3/28.
* @class BI.ExcelTableHeaderCell * @class BI.ExcelTableHeaderCell
@ -6079,7 +6079,7 @@ BI.ExcelTableHeaderCell = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut('bi.excel_table_header_cell', BI.ExcelTableHeaderCell);/** BI.shortcut('bi.excel_table_header_cell', BI.ExcelTableHeaderCell);/**
* Excel表格 * Excel表格
* *
* Created by GUY on 2016/3/28. * Created by GUY on 2016/3/28.
@ -6285,7 +6285,7 @@ BI.ExcelTable = BI.inherit(BI.Widget, {
BI.ExcelTable.superclass.destroy.apply(this, arguments); BI.ExcelTable.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.excel_table', BI.ExcelTable);/** BI.shortcut('bi.excel_table', BI.ExcelTable);/**
* 文件管理控件组 * 文件管理控件组
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6363,7 +6363,7 @@ BI.FileManagerButtonGroup = BI.inherit(BI.Widget, {
} }
}); });
BI.FileManagerButtonGroup.EVENT_CHANGE = "FileManagerButtonGroup.EVENT_CHANGE"; BI.FileManagerButtonGroup.EVENT_CHANGE = "FileManagerButtonGroup.EVENT_CHANGE";
$.shortcut("bi.file_manager_button_group", BI.FileManagerButtonGroup);/** BI.shortcut("bi.file_manager_button_group", BI.FileManagerButtonGroup);/**
* 文件管理控件 * 文件管理控件
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6477,7 +6477,7 @@ BI.FileManager = BI.inherit(BI.Widget, {
} }
}); });
BI.FileManager.EVENT_CHANGE = "FileManager.EVENT_CHANGE"; BI.FileManager.EVENT_CHANGE = "FileManager.EVENT_CHANGE";
$.shortcut("bi.file_manager", BI.FileManager);/** BI.shortcut("bi.file_manager", BI.FileManager);/**
* 文件管理控件 * 文件管理控件
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6544,7 +6544,7 @@ BI.FileManagerFileItem = BI.inherit(BI.Single, {
} }
}); });
BI.FileManagerFileItem.EVENT_CHANGE = "FileManagerFileItem.EVENT_CHANGE"; BI.FileManagerFileItem.EVENT_CHANGE = "FileManagerFileItem.EVENT_CHANGE";
$.shortcut("bi.file_manager_file_item", BI.FileManagerFileItem);/** BI.shortcut("bi.file_manager_file_item", BI.FileManagerFileItem);/**
* 文件管理控件 * 文件管理控件
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6696,7 +6696,7 @@ BI.FileManagerFolderItem = BI.inherit(BI.Single, {
} }
}); });
BI.FileManagerFolderItem.EVENT_CHANGE = "FileManagerFolderItem.EVENT_CHANGE"; BI.FileManagerFolderItem.EVENT_CHANGE = "FileManagerFolderItem.EVENT_CHANGE";
$.shortcut("bi.file_manager_folder_item", BI.FileManagerFolderItem);/** BI.shortcut("bi.file_manager_folder_item", BI.FileManagerFolderItem);/**
* 文件管理控件列表 * 文件管理控件列表
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6753,7 +6753,7 @@ BI.FileManagerList = BI.inherit(BI.Widget, {
} }
}); });
BI.FileManagerList.EVENT_CHANGE = "FileManagerList.EVENT_CHANGE"; BI.FileManagerList.EVENT_CHANGE = "FileManagerList.EVENT_CHANGE";
$.shortcut("bi.file_manager_list", BI.FileManagerList);/** BI.shortcut("bi.file_manager_list", BI.FileManagerList);/**
* 文件管理导航按钮 * 文件管理导航按钮
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6844,7 +6844,7 @@ BI.FileManagerNavButton = BI.inherit(BI.Widget, {
} }
}); });
BI.FileManagerNavButton.EVENT_CHANGE = "FileManagerNavButton.EVENT_CHANGE"; BI.FileManagerNavButton.EVENT_CHANGE = "FileManagerNavButton.EVENT_CHANGE";
$.shortcut("bi.file_manager_nav_button", BI.FileManagerNavButton);/** BI.shortcut("bi.file_manager_nav_button", BI.FileManagerNavButton);/**
* 文件管理导航 * 文件管理导航
* *
* Created by GUY on 2015/12/11. * Created by GUY on 2015/12/11.
@ -6950,7 +6950,7 @@ BI.extend(BI.FileManagerNav, {
ROOT_CREATE_BY_ME: "-1" ROOT_CREATE_BY_ME: "-1"
}); });
BI.FileManagerNav.EVENT_CHANGE = "FileManagerNav.EVENT_CHANGE"; BI.FileManagerNav.EVENT_CHANGE = "FileManagerNav.EVENT_CHANGE";
$.shortcut("bi.file_manager_nav", BI.FileManagerNav);/** BI.shortcut("bi.file_manager_nav", BI.FileManagerNav);/**
* Created by windy on 2017/3/13. * Created by windy on 2017/3/13.
* 数值微调器 * 数值微调器
*/ */
@ -7044,7 +7044,7 @@ BI.FineTuningNumberEditor = BI.inherit(BI.Widget, {
}); });
BI.FineTuningNumberEditor.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.FineTuningNumberEditor.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut("bi.fine_tuning_number_editor", BI.FineTuningNumberEditor);/** BI.shortcut("bi.fine_tuning_number_editor", BI.FineTuningNumberEditor);/**
* 交互行为布局 * 交互行为布局
* *
* *
@ -7614,7 +7614,7 @@ BI.InteractiveArrangement = BI.inherit(BI.Widget, {
} }
}); });
BI.InteractiveArrangement.EVENT_RESIZE = "InteractiveArrangement.EVENT_RESIZE"; BI.InteractiveArrangement.EVENT_RESIZE = "InteractiveArrangement.EVENT_RESIZE";
$.shortcut('bi.interactive_arrangement', BI.InteractiveArrangement);/** BI.shortcut('bi.interactive_arrangement', BI.InteractiveArrangement);/**
* 月份下拉框 * 月份下拉框
* *
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
@ -7692,7 +7692,7 @@ BI.MonthCombo = BI.inherit(BI.Widget, {
}); });
BI.MonthCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.MonthCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.month_combo', BI.MonthCombo);/** BI.shortcut('bi.month_combo', BI.MonthCombo);/**
* 月份展示面板 * 月份展示面板
* *
* Created by GUY on 2015/9/2. * Created by GUY on 2015/9/2.
@ -7772,7 +7772,7 @@ BI.MonthPopup = BI.inherit(BI.Widget, {
} }
}); });
BI.MonthPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.MonthPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.month_popup", BI.MonthPopup);/** BI.shortcut("bi.month_popup", BI.MonthPopup);/**
* 月份trigger * 月份trigger
* *
* Created by GUY on 2015/8/21. * Created by GUY on 2015/8/21.
@ -7882,7 +7882,7 @@ BI.MonthTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
BI.MonthTrigger.EVENT_START = "EVENT_START"; BI.MonthTrigger.EVENT_START = "EVENT_START";
BI.MonthTrigger.EVENT_STOP = "EVENT_STOP"; BI.MonthTrigger.EVENT_STOP = "EVENT_STOP";
BI.MonthTrigger.EVENT_CHANGE = "EVENT_CHANGE"; BI.MonthTrigger.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.month_trigger", BI.MonthTrigger);/** BI.shortcut("bi.month_trigger", BI.MonthTrigger);/**
* @class BI.MultiLayerSelectTreeCombo * @class BI.MultiLayerSelectTreeCombo
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -7951,7 +7951,7 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.MultiLayerSelectTreeCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSelectTreeCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_select_tree_combo", BI.MultiLayerSelectTreeCombo);/** BI.shortcut("bi.multilayer_select_tree_combo", BI.MultiLayerSelectTreeCombo);/**
* guy * guy
* 二级树 * 二级树
* @class BI.MultiLayerSelectLevelTree * @class BI.MultiLayerSelectLevelTree
@ -8082,7 +8082,7 @@ BI.MultiLayerSelectLevelTree = BI.inherit(BI.Widget, {
}); });
BI.MultiLayerSelectLevelTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSelectLevelTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_select_level_tree", BI.MultiLayerSelectLevelTree);/** BI.shortcut("bi.multilayer_select_level_tree", BI.MultiLayerSelectLevelTree);/**
* Created by GUY on 2016/1/26. * Created by GUY on 2016/1/26.
* *
* @class BI.MultiLayerSelectTreePopup * @class BI.MultiLayerSelectTreePopup
@ -8148,7 +8148,7 @@ BI.MultiLayerSelectTreePopup = BI.inherit(BI.Pane, {
}); });
BI.MultiLayerSelectTreePopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSelectTreePopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_select_tree_popup", BI.MultiLayerSelectTreePopup);/** BI.shortcut("bi.multilayer_select_tree_popup", BI.MultiLayerSelectTreePopup);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8241,7 +8241,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_select_tree_first_plus_group_node", BI.MultiLayerSelectTreeFirstPlusGroupNode);/** BI.shortcut("bi.multilayer_select_tree_first_plus_group_node", BI.MultiLayerSelectTreeFirstPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8330,7 +8330,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_select_tree_last_plus_group_node", BI.MultiLayerSelectTreeLastPlusGroupNode);/** BI.shortcut("bi.multilayer_select_tree_last_plus_group_node", BI.MultiLayerSelectTreeLastPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8419,7 +8419,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_select_tree_mid_plus_group_node", BI.MultiLayerSelectTreeMidPlusGroupNode);/** BI.shortcut("bi.multilayer_select_tree_mid_plus_group_node", BI.MultiLayerSelectTreeMidPlusGroupNode);/**
* 多层级下拉单选树 * 多层级下拉单选树
* Created by GUY on 2016/1/26. * Created by GUY on 2016/1/26.
* *
@ -8493,7 +8493,7 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
}); });
BI.MultiLayerSingleTreeCombo.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSingleTreeCombo.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_single_tree_combo", BI.MultiLayerSingleTreeCombo);/** BI.shortcut("bi.multilayer_single_tree_combo", BI.MultiLayerSingleTreeCombo);/**
* guy * guy
* 二级树 * 二级树
* @class BI.MultiLayerSingleLevelTree * @class BI.MultiLayerSingleLevelTree
@ -8627,7 +8627,7 @@ BI.MultiLayerSingleLevelTree = BI.inherit(BI.Widget, {
}); });
BI.MultiLayerSingleLevelTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSingleLevelTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_single_level_tree", BI.MultiLayerSingleLevelTree); BI.shortcut("bi.multilayer_single_level_tree", BI.MultiLayerSingleLevelTree);
/** /**
* Created by GUY on 2016/1/26. * Created by GUY on 2016/1/26.
* *
@ -8694,7 +8694,7 @@ BI.MultiLayerSingleTreePopup = BI.inherit(BI.Pane, {
}); });
BI.MultiLayerSingleTreePopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerSingleTreePopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multilayer_single_tree_popup", BI.MultiLayerSingleTreePopup);/** BI.shortcut("bi.multilayer_single_tree_popup", BI.MultiLayerSingleTreePopup);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8776,7 +8776,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_first_plus_group_node", BI.MultiLayerSingleTreeFirstPlusGroupNode);/** BI.shortcut("bi.multilayer_single_tree_first_plus_group_node", BI.MultiLayerSingleTreeFirstPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8858,7 +8858,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_last_plus_group_node", BI.MultiLayerSingleTreeLastPlusGroupNode);/** BI.shortcut("bi.multilayer_single_tree_last_plus_group_node", BI.MultiLayerSingleTreeLastPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
@ -8940,7 +8940,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_mid_plus_group_node", BI.MultiLayerSingleTreeMidPlusGroupNode);/** BI.shortcut("bi.multilayer_single_tree_mid_plus_group_node", BI.MultiLayerSingleTreeMidPlusGroupNode);/**
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
* @class BI.MultiLayerSingleTreeFirstTreeLeafItem * @class BI.MultiLayerSingleTreeFirstTreeLeafItem
@ -9035,7 +9035,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_first_tree_leaf_item", BI.MultiLayerSingleTreeFirstTreeLeafItem);/** BI.shortcut("bi.multilayer_single_tree_first_tree_leaf_item", BI.MultiLayerSingleTreeFirstTreeLeafItem);/**
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
* @class BI.MultiLayerSingleTreeLastTreeLeafItem * @class BI.MultiLayerSingleTreeLastTreeLeafItem
@ -9130,7 +9130,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_last_tree_leaf_item", BI.MultiLayerSingleTreeLastTreeLeafItem);/** BI.shortcut("bi.multilayer_single_tree_last_tree_leaf_item", BI.MultiLayerSingleTreeLastTreeLeafItem);/**
* *
* Created by GUY on 2016/1/27. * Created by GUY on 2016/1/27.
* @class BI.MultiLayerSingleTreeMidTreeLeafItem * @class BI.MultiLayerSingleTreeMidTreeLeafItem
@ -9225,7 +9225,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
$.shortcut("bi.multilayer_single_tree_mid_tree_leaf_item", BI.MultiLayerSingleTreeMidTreeLeafItem);/** BI.shortcut("bi.multilayer_single_tree_mid_tree_leaf_item", BI.MultiLayerSingleTreeMidTreeLeafItem);/**
* *
* @class BI.MultiSelectCheckPane * @class BI.MultiSelectCheckPane
* @extends BI.Widget * @extends BI.Widget
@ -9331,7 +9331,7 @@ BI.MultiSelectCheckPane = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.multi_select_check_pane", BI.MultiSelectCheckPane);/** BI.shortcut("bi.multi_select_check_pane", BI.MultiSelectCheckPane);/**
* *
* *
* 查看已选弹出层的展示面板 * 查看已选弹出层的展示面板
@ -9417,7 +9417,7 @@ BI.DisplaySelectedList = BI.inherit(BI.Pane, {
} }
}); });
$.shortcut('bi.display_selected_list', BI.DisplaySelectedList);/** BI.shortcut('bi.display_selected_list', BI.DisplaySelectedList);/**
* *
* @class BI.MultiSelectCombo * @class BI.MultiSelectCombo
* @extends BI.Single * @extends BI.Single
@ -9764,7 +9764,7 @@ BI.extend(BI.MultiSelectCombo, {
BI.MultiSelectCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.MultiSelectCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.multi_select_combo', BI.MultiSelectCombo);/** BI.shortcut('bi.multi_select_combo', BI.MultiSelectCombo);/**
* 多选加载数据面板 * 多选加载数据面板
* Created by guy on 15/11/2. * Created by guy on 15/11/2.
* @class BI.MultiSelectLoader * @class BI.MultiSelectLoader
@ -9935,7 +9935,7 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, {
}); });
BI.MultiSelectLoader.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectLoader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.multi_select_loader', BI.MultiSelectLoader);/** BI.shortcut('bi.multi_select_loader', BI.MultiSelectLoader);/**
* 带加载的多选下拉面板 * 带加载的多选下拉面板
* @class BI.MultiSelectPopupView * @class BI.MultiSelectPopupView
* @extends Widget * @extends Widget
@ -10029,7 +10029,7 @@ BI.MultiSelectPopupView.EVENT_CLICK_CONFIRM = "EVENT_CLICK_CONFIRM";
BI.MultiSelectPopupView.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR"; BI.MultiSelectPopupView.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR";
$.shortcut('bi.multi_select_popup_view', BI.MultiSelectPopupView);/** BI.shortcut('bi.multi_select_popup_view', BI.MultiSelectPopupView);/**
* *
* 复选下拉框 * 复选下拉框
* @class BI.MultiSelectTrigger * @class BI.MultiSelectTrigger
@ -10181,7 +10181,7 @@ BI.MultiSelectTrigger.EVENT_PAUSE = "EVENT_PAUSE";
BI.MultiSelectTrigger.EVENT_SEARCHING = "EVENT_SEARCHING"; BI.MultiSelectTrigger.EVENT_SEARCHING = "EVENT_SEARCHING";
BI.MultiSelectTrigger.EVENT_BEFORE_COUNTER_POPUPVIEW = "EVENT_BEFORE_COUNTER_POPUPVIEW"; BI.MultiSelectTrigger.EVENT_BEFORE_COUNTER_POPUPVIEW = "EVENT_BEFORE_COUNTER_POPUPVIEW";
$.shortcut('bi.multi_select_trigger', BI.MultiSelectTrigger);/** BI.shortcut('bi.multi_select_trigger', BI.MultiSelectTrigger);/**
* 多选加载数据搜索loader面板 * 多选加载数据搜索loader面板
* Created by guy on 15/11/4. * Created by guy on 15/11/4.
* @class BI.MultiSelectSearchLoader * @class BI.MultiSelectSearchLoader
@ -10336,7 +10336,7 @@ BI.MultiSelectSearchLoader = BI.inherit(BI.Widget, {
}); });
BI.MultiSelectSearchLoader.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectSearchLoader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.multi_select_search_loader', BI.MultiSelectSearchLoader);/** BI.shortcut('bi.multi_select_search_loader', BI.MultiSelectSearchLoader);/**
* *
* 在搜索框中输入文本弹出的面板 * 在搜索框中输入文本弹出的面板
* @class BI.MultiSelectSearchPane * @class BI.MultiSelectSearchPane
@ -10437,7 +10437,7 @@ BI.MultiSelectSearchPane = BI.inherit(BI.Widget, {
BI.MultiSelectSearchPane.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectSearchPane.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.multi_select_search_pane", BI.MultiSelectSearchPane);/** BI.shortcut("bi.multi_select_search_pane", BI.MultiSelectSearchPane);/**
* 查看已选按钮 * 查看已选按钮
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiSelectCheckSelectedButton * @class BI.MultiSelectCheckSelectedButton
@ -10513,7 +10513,7 @@ BI.MultiSelectCheckSelectedButton = BI.inherit(BI.Single, {
}); });
BI.MultiSelectCheckSelectedButton.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiSelectCheckSelectedButton.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.multi_select_check_selected_button', BI.MultiSelectCheckSelectedButton);/** BI.shortcut('bi.multi_select_check_selected_button', BI.MultiSelectCheckSelectedButton);/**
* 多选输入框 * 多选输入框
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiSelectEditor * @class BI.MultiSelectEditor
@ -10598,7 +10598,7 @@ BI.MultiSelectEditor = BI.inherit(BI.Widget, {
} }
}); });
BI.MultiSelectEditor.EVENT_PAUSE = "MultiSelectEditor.EVENT_PAUSE"; BI.MultiSelectEditor.EVENT_PAUSE = "MultiSelectEditor.EVENT_PAUSE";
$.shortcut('bi.multi_select_editor', BI.MultiSelectEditor);/** BI.shortcut('bi.multi_select_editor', BI.MultiSelectEditor);/**
* searcher * searcher
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiSelectSearcher * @class BI.MultiSelectSearcher
@ -10740,7 +10740,7 @@ BI.MultiSelectSearcher.EVENT_START = "EVENT_START";
BI.MultiSelectSearcher.EVENT_STOP = "EVENT_STOP"; BI.MultiSelectSearcher.EVENT_STOP = "EVENT_STOP";
BI.MultiSelectSearcher.EVENT_PAUSE = "EVENT_PAUSE"; BI.MultiSelectSearcher.EVENT_PAUSE = "EVENT_PAUSE";
BI.MultiSelectSearcher.EVENT_SEARCHING = "EVENT_SEARCHING"; BI.MultiSelectSearcher.EVENT_SEARCHING = "EVENT_SEARCHING";
$.shortcut('bi.multi_select_searcher', BI.MultiSelectSearcher);/** BI.shortcut('bi.multi_select_searcher', BI.MultiSelectSearcher);/**
* 查看已选switcher * 查看已选switcher
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiSelectCheckSelectedSwitcher * @class BI.MultiSelectCheckSelectedSwitcher
@ -10833,7 +10833,7 @@ BI.MultiSelectCheckSelectedSwitcher = BI.inherit(BI.Widget, {
BI.MultiSelectCheckSelectedSwitcher.EVENT_TRIGGER_CHANGE = "MultiSelectCheckSelectedSwitcher.EVENT_TRIGGER_CHANGE"; BI.MultiSelectCheckSelectedSwitcher.EVENT_TRIGGER_CHANGE = "MultiSelectCheckSelectedSwitcher.EVENT_TRIGGER_CHANGE";
BI.MultiSelectCheckSelectedSwitcher.EVENT_BEFORE_POPUPVIEW = "MultiSelectCheckSelectedSwitcher.EVENT_BEFORE_POPUPVIEW"; BI.MultiSelectCheckSelectedSwitcher.EVENT_BEFORE_POPUPVIEW = "MultiSelectCheckSelectedSwitcher.EVENT_BEFORE_POPUPVIEW";
$.shortcut('bi.multi_select_check_selected_switcher', BI.MultiSelectCheckSelectedSwitcher);/** BI.shortcut('bi.multi_select_check_selected_switcher', BI.MultiSelectCheckSelectedSwitcher);/**
* Created by zcf on 2016/12/14. * Created by zcf on 2016/12/14.
*/ */
BI.MultiStringList = BI.inherit(BI.Widget, { BI.MultiStringList = BI.inherit(BI.Widget, {
@ -10962,7 +10962,7 @@ BI.MultiStringList = BI.inherit(BI.Widget, {
}); });
BI.createWidget({ BI.createWidget({
type: "bi.vtape", type: "bi.vtape",
element: this.element, element: this,
height: "100%", height: "100%",
width: "100%", width: "100%",
items: [{ items: [{
@ -11152,7 +11152,7 @@ BI.extend(BI.MultiStringList, {
}); });
BI.MultiStringList.EVENT_CHANGE = "BI.MultiStringList.EVENT_CHANGE"; BI.MultiStringList.EVENT_CHANGE = "BI.MultiStringList.EVENT_CHANGE";
$.shortcut("bi.multi_string_list", BI.MultiStringList);/** BI.shortcut("bi.multi_string_list", BI.MultiStringList);/**
* *
* @class BI.MultiTreeCheckPane * @class BI.MultiTreeCheckPane
* @extends BI.Pane * @extends BI.Pane
@ -11266,7 +11266,7 @@ BI.MultiTreeCheckPane = BI.inherit(BI.Pane, {
BI.MultiTreeCheckPane.EVENT_CONTINUE_CLICK = "EVENT_CONTINUE_CLICK"; BI.MultiTreeCheckPane.EVENT_CONTINUE_CLICK = "EVENT_CONTINUE_CLICK";
$.shortcut("bi.multi_tree_check_pane", BI.MultiTreeCheckPane);/** BI.shortcut("bi.multi_tree_check_pane", BI.MultiTreeCheckPane);/**
* *
* @class BI.MultiTreeCombo * @class BI.MultiTreeCombo
* @extends BI.Single * @extends BI.Single
@ -11517,7 +11517,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, {
BI.MultiTreeCombo.EVENT_CONFIRM = "MultiTreeCombo.EVENT_CONFIRM"; BI.MultiTreeCombo.EVENT_CONFIRM = "MultiTreeCombo.EVENT_CONFIRM";
$.shortcut('bi.multi_tree_combo', BI.MultiTreeCombo);/** BI.shortcut('bi.multi_tree_combo', BI.MultiTreeCombo);/**
* 带加载的多选下拉面板 * 带加载的多选下拉面板
* @class BI.MultiTreePopup * @class BI.MultiTreePopup
* @extends BI.Pane * @extends BI.Pane
@ -11617,7 +11617,7 @@ BI.MultiTreePopup.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR";
BI.MultiTreePopup.EVENT_AFTERINIT = "EVENT_AFTERINIT"; BI.MultiTreePopup.EVENT_AFTERINIT = "EVENT_AFTERINIT";
$.shortcut('bi.multi_tree_popup_view', BI.MultiTreePopup);/** BI.shortcut('bi.multi_tree_popup_view', BI.MultiTreePopup);/**
* *
* 在搜索框中输入文本弹出的面板 * 在搜索框中输入文本弹出的面板
* @class BI.MultiTreeSearchPane * @class BI.MultiTreeSearchPane
@ -11685,7 +11685,7 @@ BI.MultiTreeSearchPane.EVENT_CHANGE = "EVENT_CHANGE";
BI.MultiTreeSearchPane.EVENT_CLICK_CONFIRM = "EVENT_CLICK_CONFIRM"; BI.MultiTreeSearchPane.EVENT_CLICK_CONFIRM = "EVENT_CLICK_CONFIRM";
BI.MultiTreeSearchPane.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR"; BI.MultiTreeSearchPane.EVENT_CLICK_CLEAR = "EVENT_CLICK_CLEAR";
$.shortcut("bi.multi_tree_search_pane", BI.MultiTreeSearchPane);/** BI.shortcut("bi.multi_tree_search_pane", BI.MultiTreeSearchPane);/**
* 查看已选按钮 * 查看已选按钮
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiTreeCheckSelectedButton * @class BI.MultiTreeCheckSelectedButton
@ -11755,7 +11755,7 @@ BI.MultiTreeCheckSelectedButton = BI.inherit(BI.Single, {
}); });
BI.MultiTreeCheckSelectedButton.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiTreeCheckSelectedButton.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut('bi.multi_tree_check_selected_button', BI.MultiTreeCheckSelectedButton);/** BI.shortcut('bi.multi_tree_check_selected_button', BI.MultiTreeCheckSelectedButton);/**
* searcher * searcher
* Created by guy on 15/11/3. * Created by guy on 15/11/3.
* @class BI.MultiTreeSearcher * @class BI.MultiTreeSearcher
@ -11890,7 +11890,7 @@ BI.MultiTreeSearcher.EVENT_CHANGE = "EVENT_CHANGE";
BI.MultiTreeSearcher.EVENT_START = "EVENT_START"; BI.MultiTreeSearcher.EVENT_START = "EVENT_START";
BI.MultiTreeSearcher.EVENT_STOP = "EVENT_STOP"; BI.MultiTreeSearcher.EVENT_STOP = "EVENT_STOP";
BI.MultiTreeSearcher.EVENT_PAUSE = "EVENT_PAUSE"; BI.MultiTreeSearcher.EVENT_PAUSE = "EVENT_PAUSE";
$.shortcut('bi.multi_tree_searcher', BI.MultiTreeSearcher);/** BI.shortcut('bi.multi_tree_searcher', BI.MultiTreeSearcher);/**
* Created by zcf on 2016/12/20. * Created by zcf on 2016/12/20.
*/ */
BI.MultiTreeList = BI.inherit(BI.Widget, { BI.MultiTreeList = BI.inherit(BI.Widget, {
@ -12017,7 +12017,7 @@ BI.MultiTreeList = BI.inherit(BI.Widget, {
}); });
BI.createWidget({ BI.createWidget({
type: "bi.vtape", type: "bi.vtape",
element: this.element, element: this,
height: "100%", height: "100%",
width: "100%", width: "100%",
items: [{ items: [{
@ -12067,7 +12067,7 @@ BI.MultiTreeList = BI.inherit(BI.Widget, {
} }
}); });
BI.MultiTreeList.EVENT_CHANGE = "MultiTreeList.EVENT_CHANGE"; BI.MultiTreeList.EVENT_CHANGE = "MultiTreeList.EVENT_CHANGE";
$.shortcut('bi.multi_tree_list', BI.MultiTreeList);/** BI.shortcut('bi.multi_tree_list', BI.MultiTreeList);/**
* Created by zcf on 2016/12/21. * Created by zcf on 2016/12/21.
*/ */
BI.MultiStringListPopup=BI.inherit(BI.Widget,{ BI.MultiStringListPopup=BI.inherit(BI.Widget,{
@ -12083,7 +12083,7 @@ BI.MultiStringListPopup=BI.inherit(BI.Widget,{
this.popup = BI.createWidget({ this.popup = BI.createWidget({
type: "bi.sync_tree", type: "bi.sync_tree",
height: 400, height: 400,
element:this.element, element: this,
itemsCreator: o.itemsCreator itemsCreator: o.itemsCreator
}); });
this.popup.on(BI.TreeView.EVENT_AFTERINIT, function () { this.popup.on(BI.TreeView.EVENT_AFTERINIT, function () {
@ -12114,7 +12114,7 @@ BI.MultiStringListPopup=BI.inherit(BI.Widget,{
}); });
BI.MultiStringListPopup.EVENT_AFTER_INIT="BI.MultiStringListPopup.EVENT_AFTER_INIT"; BI.MultiStringListPopup.EVENT_AFTER_INIT="BI.MultiStringListPopup.EVENT_AFTER_INIT";
BI.MultiStringListPopup.EVENT_CHANGE="BI.MultiStringListPopup.EVENT_CHANGE"; BI.MultiStringListPopup.EVENT_CHANGE="BI.MultiStringListPopup.EVENT_CHANGE";
$.shortcut("bi.multi_tree_list_popup",BI.MultiStringListPopup);//小于号的值为:0,小于等于号的值为:1 BI.shortcut("bi.multi_tree_list_popup",BI.MultiStringListPopup);//小于号的值为:0,小于等于号的值为:1
//closeMIn:最小值的符号,closeMax:最大值的符号 //closeMIn:最小值的符号,closeMax:最大值的符号
/** /**
* Created by roy on 15/9/17. * Created by roy on 15/9/17.
@ -12648,7 +12648,7 @@ BI.NumericalInterval = BI.inherit(BI.Single, {
BI.NumericalInterval.EVENT_CHANGE = "EVENT_CHANGE"; BI.NumericalInterval.EVENT_CHANGE = "EVENT_CHANGE";
BI.NumericalInterval.EVENT_VALID = "EVENT_VALID"; BI.NumericalInterval.EVENT_VALID = "EVENT_VALID";
BI.NumericalInterval.EVENT_ERROR = "EVENT_ERROR"; BI.NumericalInterval.EVENT_ERROR = "EVENT_ERROR";
$.shortcut("bi.numerical_interval", BI.NumericalInterval);/** BI.shortcut("bi.numerical_interval", BI.NumericalInterval);/**
* *
* 表格 * 表格
* *
@ -12686,7 +12686,7 @@ BI.PageTableCell = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.page_table_cell", BI.PageTableCell);/** BI.shortcut("bi.page_table_cell", BI.PageTableCell);/**
* 分页表格 * 分页表格
* *
* Created by GUY on 2016/2/15. * Created by GUY on 2016/2/15.
@ -12935,7 +12935,7 @@ BI.PageTable = BI.inherit(BI.Widget, {
BI.PageTable.superclass.destroy.apply(this, arguments); BI.PageTable.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.page_table', BI.PageTable);/** BI.shortcut('bi.page_table', BI.PageTable);/**
* 路径选择 * 路径选择
* *
* Created by GUY on 2015/12/4. * Created by GUY on 2015/12/4.
@ -13425,7 +13425,7 @@ BI.PathChooser = BI.inherit(BI.Widget, {
} }
}); });
BI.PathChooser.EVENT_CHANGE = "PathChooser.EVENT_CHANGE"; BI.PathChooser.EVENT_CHANGE = "PathChooser.EVENT_CHANGE";
$.shortcut("bi.path_chooser", BI.PathChooser);/** BI.shortcut("bi.path_chooser", BI.PathChooser);/**
* 路径选择区域 * 路径选择区域
* *
* Created by GUY on 2015/12/4. * Created by GUY on 2015/12/4.
@ -13539,7 +13539,7 @@ BI.PathRegion = BI.inherit(BI.Widget, {
} }
}); });
BI.PathRegion.EVENT_CHANGE = "PathRegion.EVENT_CHANGE"; BI.PathRegion.EVENT_CHANGE = "PathRegion.EVENT_CHANGE";
$.shortcut("bi.path_region", BI.PathRegion);/** BI.shortcut("bi.path_region", BI.PathRegion);/**
* 预览表列 * 预览表列
* *
* Created by GUY on 2015/12/25. * Created by GUY on 2015/12/25.
@ -13570,7 +13570,7 @@ BI.PreviewTableCell = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut('bi.preview_table_cell', BI.PreviewTableCell);/** BI.shortcut('bi.preview_table_cell', BI.PreviewTableCell);/**
* 预览表 * 预览表
* *
* Created by GUY on 2015/12/25. * Created by GUY on 2015/12/25.
@ -13601,7 +13601,7 @@ BI.PreviewTableHeaderCell = BI.inherit(BI.Widget, {
}) })
} }
}); });
$.shortcut('bi.preview_table_header_cell', BI.PreviewTableHeaderCell);/** BI.shortcut('bi.preview_table_header_cell', BI.PreviewTableHeaderCell);/**
* 预览表 * 预览表
* *
* Created by GUY on 2015/12/25. * Created by GUY on 2015/12/25.
@ -13809,7 +13809,7 @@ BI.PreviewTable = BI.inherit(BI.Widget, {
} }
}); });
BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE"; BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE";
$.shortcut('bi.preview_table', BI.PreviewTable);/** BI.shortcut('bi.preview_table', BI.PreviewTable);/**
* 季度下拉框 * 季度下拉框
* *
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
@ -13890,7 +13890,7 @@ BI.QuarterCombo = BI.inherit(BI.Widget, {
}); });
BI.QuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.QuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.quarter_combo', BI.QuarterCombo);/** BI.shortcut('bi.quarter_combo', BI.QuarterCombo);/**
* 季度展示面板 * 季度展示面板
* *
* Created by GUY on 2015/9/2. * Created by GUY on 2015/9/2.
@ -13960,7 +13960,7 @@ BI.QuarterPopup = BI.inherit(BI.Widget, {
} }
}); });
BI.QuarterPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.QuarterPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.quarter_popup", BI.QuarterPopup);/** BI.shortcut("bi.quarter_popup", BI.QuarterPopup);/**
* 季度trigger * 季度trigger
* *
* Created by GUY on 2015/8/21. * Created by GUY on 2015/8/21.
@ -14065,7 +14065,7 @@ BI.QuarterTrigger.EVENT_CHANGE = "EVENT_CHANGE";
BI.QuarterTrigger.EVENT_START = "EVENT_START"; BI.QuarterTrigger.EVENT_START = "EVENT_START";
BI.QuarterTrigger.EVENT_STOP = "EVENT_STOP"; BI.QuarterTrigger.EVENT_STOP = "EVENT_STOP";
BI.QuarterTrigger.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.QuarterTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut("bi.quarter_trigger", BI.QuarterTrigger);/** BI.shortcut("bi.quarter_trigger", BI.QuarterTrigger);/**
* 关联视图字段Item * 关联视图字段Item
* *
* Created by GUY on 2015/12/23. * Created by GUY on 2015/12/23.
@ -14123,7 +14123,7 @@ BI.RelationViewItem = BI.inherit(BI.BasicButton, {
this.element[b ? "addClass" : "removeClass"]("active"); this.element[b ? "addClass" : "removeClass"]("active");
} }
}); });
$.shortcut('bi.relation_view_item', BI.RelationViewItem);/** BI.shortcut('bi.relation_view_item', BI.RelationViewItem);/**
* 关联视图 * 关联视图
* *
* Created by GUY on 2015/12/22. * Created by GUY on 2015/12/22.
@ -14441,7 +14441,7 @@ BI.RelationView = BI.inherit(BI.Widget, {
}); });
BI.RelationView.EVENT_CHANGE = "RelationView.EVENT_CHANGE"; BI.RelationView.EVENT_CHANGE = "RelationView.EVENT_CHANGE";
BI.RelationView.EVENT_PREVIEW = "EVENT_PREVIEW"; BI.RelationView.EVENT_PREVIEW = "EVENT_PREVIEW";
$.shortcut('bi.relation_view', BI.RelationView);/** BI.shortcut('bi.relation_view', BI.RelationView);/**
* Created by Young's on 2017/3/10. * Created by Young's on 2017/3/10.
*/ */
BI.RelationViewRegionContainer = BI.inherit(BI.Widget, { BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
@ -14534,7 +14534,7 @@ BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
BI.RelationViewRegionContainer.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN"; BI.RelationViewRegionContainer.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
BI.RelationViewRegionContainer.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT"; BI.RelationViewRegionContainer.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
BI.RelationViewRegionContainer.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW"; BI.RelationViewRegionContainer.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
$.shortcut("bi.relation_view_region_container", BI.RelationViewRegionContainer);/** BI.shortcut("bi.relation_view_region_container", BI.RelationViewRegionContainer);/**
* 关联视图 * 关联视图
* *
* Created by GUY on 2015/12/23. * Created by GUY on 2015/12/23.
@ -14690,7 +14690,7 @@ BI.RelationViewRegion = BI.inherit(BI.BasicButton, {
BI.RelationViewRegion.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN"; BI.RelationViewRegion.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
BI.RelationViewRegion.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT"; BI.RelationViewRegion.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
BI.RelationViewRegion.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW"; BI.RelationViewRegion.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
$.shortcut('bi.relation_view_region', BI.RelationViewRegion);/** BI.shortcut('bi.relation_view_region', BI.RelationViewRegion);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.SelectTreeFirstPlusGroupNode * @class BI.SelectTreeFirstPlusGroupNode
@ -14774,7 +14774,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.select_tree_first_plus_group_node", BI.SelectTreeFirstPlusGroupNode);/** BI.shortcut("bi.select_tree_first_plus_group_node", BI.SelectTreeFirstPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.SelectTreeLastPlusGroupNode * @class BI.SelectTreeLastPlusGroupNode
@ -14858,7 +14858,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.select_tree_last_plus_group_node", BI.SelectTreeLastPlusGroupNode);/** BI.shortcut("bi.select_tree_last_plus_group_node", BI.SelectTreeLastPlusGroupNode);/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.SelectTreeMidPlusGroupNode * @class BI.SelectTreeMidPlusGroupNode
@ -14942,7 +14942,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
} }
}); });
$.shortcut("bi.select_tree_mid_plus_group_node", BI.SelectTreeMidPlusGroupNode);/** BI.shortcut("bi.select_tree_mid_plus_group_node", BI.SelectTreeMidPlusGroupNode);/**
* @class BI.SelectTreeCombo * @class BI.SelectTreeCombo
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -15009,7 +15009,7 @@ BI.SelectTreeCombo = BI.inherit(BI.Widget, {
}); });
$.shortcut("bi.select_tree_combo", BI.SelectTreeCombo);/** BI.shortcut("bi.select_tree_combo", BI.SelectTreeCombo);/**
* @class BI.SelectTreeExpander * @class BI.SelectTreeExpander
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -15081,7 +15081,7 @@ BI.SelectTreeExpander = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.select_tree_expander", BI.SelectTreeExpander);/** BI.shortcut("bi.select_tree_expander", BI.SelectTreeExpander);/**
* @class BI.SelectTreePopup * @class BI.SelectTreePopup
* @extends BI.Pane * @extends BI.Pane
*/ */
@ -15177,7 +15177,7 @@ BI.SelectTreePopup = BI.inherit(BI.Pane, {
}); });
BI.SelectTreePopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.SelectTreePopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.select_tree_popup", BI.SelectTreePopup);/** BI.shortcut("bi.select_tree_popup", BI.SelectTreePopup);/**
* *
* Created by GUY on 2016/8/10. * Created by GUY on 2016/8/10.
* @class BI.SequenceTableDynamicNumber * @class BI.SequenceTableDynamicNumber
@ -15247,7 +15247,7 @@ BI.SequenceTableDynamicNumber = BI.inherit(BI.SequenceTableTreeNumber, {
return result; return result;
} }
}); });
$.shortcut('bi.sequence_table_dynamic_number', BI.SequenceTableDynamicNumber);/** BI.shortcut('bi.sequence_table_dynamic_number', BI.SequenceTableDynamicNumber);/**
* *
* Created by GUY on 2016/5/26. * Created by GUY on 2016/5/26.
* @class BI.SequenceTableListNumber * @class BI.SequenceTableListNumber
@ -15452,7 +15452,7 @@ BI.SequenceTableListNumber = BI.inherit(BI.Widget, {
this._populate(); this._populate();
} }
}); });
$.shortcut('bi.sequence_table_list_number', BI.SequenceTableListNumber);/** BI.shortcut('bi.sequence_table_list_number', BI.SequenceTableListNumber);/**
* 带有序号的表格 * 带有序号的表格
* *
* Created by GUY on 2016/5/26. * Created by GUY on 2016/5/26.
@ -15702,7 +15702,7 @@ BI.SequenceTable = BI.inherit(BI.Widget, {
BI.SequenceTable.superclass.destroy.apply(this, arguments); BI.SequenceTable.superclass.destroy.apply(this, arguments);
} }
}); });
$.shortcut('bi.sequence_table', BI.SequenceTable);/** BI.shortcut('bi.sequence_table', BI.SequenceTable);/**
* @class BI.SingleTreeCombo * @class BI.SingleTreeCombo
* @extends BI.Widget * @extends BI.Widget
*/ */
@ -15775,7 +15775,7 @@ BI.SingleTreeCombo = BI.inherit(BI.Widget, {
BI.SingleTreeCombo.EVENT_CHANGE = "SingleTreeCombo.EVENT_CHANGE"; BI.SingleTreeCombo.EVENT_CHANGE = "SingleTreeCombo.EVENT_CHANGE";
BI.SingleTreeCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW"; BI.SingleTreeCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
$.shortcut("bi.single_tree_combo", BI.SingleTreeCombo);/** BI.shortcut("bi.single_tree_combo", BI.SingleTreeCombo);/**
* @class BI.SingleTreePopup * @class BI.SingleTreePopup
* @extends BI.Pane * @extends BI.Pane
*/ */
@ -15837,7 +15837,7 @@ BI.SingleTreePopup = BI.inherit(BI.Pane, {
}); });
BI.SingleTreePopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.SingleTreePopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.single_tree_popup", BI.SingleTreePopup);/** BI.shortcut("bi.single_tree_popup", BI.SingleTreePopup);/**
* @class BI.SingleTreeTrigger * @class BI.SingleTreeTrigger
* @extends BI.Trigger * @extends BI.Trigger
*/ */
@ -15895,7 +15895,7 @@ BI.SingleTreeTrigger = BI.inherit(BI.Trigger, {
}); });
$.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);/** BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);/**
* 可以单选多选切换的树 * 可以单选多选切换的树
* *
* Created by GUY on 2015/12/21. * Created by GUY on 2015/12/21.
@ -16005,7 +16005,7 @@ BI.SwitchTree.SelectType = {
SingleSelect: BI.Selection.Single, SingleSelect: BI.Selection.Single,
MultiSelect: BI.Selection.Multi MultiSelect: BI.Selection.Multi
}; };
$.shortcut('bi.switch_tree', BI.SwitchTree); BI.shortcut('bi.switch_tree', BI.SwitchTree);
/** /**
* web组件 * web组件
* Created by GameJian on 2016/3/1. * Created by GameJian on 2016/3/1.
@ -16159,7 +16159,7 @@ BI.WebPage = BI.inherit(BI.Widget, {
BI.WebPage.EVENT_DESTROY = "EVENT_DESTROY"; BI.WebPage.EVENT_DESTROY = "EVENT_DESTROY";
BI.WebPage.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE"; BI.WebPage.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE";
$.shortcut("bi.web_page", BI.WebPage);/** BI.shortcut("bi.web_page", BI.WebPage);/**
* 年份下拉框 * 年份下拉框
* *
* Created by GUY on 2015/8/28. * Created by GUY on 2015/8/28.
@ -16254,7 +16254,7 @@ BI.YearCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.YearCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.YearCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.year_combo', BI.YearCombo);/** BI.shortcut('bi.year_combo', BI.YearCombo);/**
* 年份展示面板 * 年份展示面板
* *
* Created by GUY on 2015/9/2. * Created by GUY on 2015/9/2.
@ -16356,7 +16356,7 @@ BI.YearPopup = BI.inherit(BI.Widget, {
} }
}); });
BI.YearPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.YearPopup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.year_popup", BI.YearPopup);/** BI.shortcut("bi.year_popup", BI.YearPopup);/**
* 年份trigger * 年份trigger
* *
* Created by GUY on 2015/8/21. * Created by GUY on 2015/8/21.
@ -16461,7 +16461,7 @@ BI.YearTrigger.EVENT_ERROR = "EVENT_ERROR";
BI.YearTrigger.EVENT_START = "EVENT_START"; BI.YearTrigger.EVENT_START = "EVENT_START";
BI.YearTrigger.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.YearTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
BI.YearTrigger.EVENT_STOP = "EVENT_STOP"; BI.YearTrigger.EVENT_STOP = "EVENT_STOP";
$.shortcut("bi.year_trigger", BI.YearTrigger);/** BI.shortcut("bi.year_trigger", BI.YearTrigger);/**
* 年份 + 月份下拉框 * 年份 + 月份下拉框
* *
* @class BI.YearMonthCombo * @class BI.YearMonthCombo
@ -16517,7 +16517,7 @@ BI.YearMonthCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.YearMonthCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.YearMonthCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.year_month_combo', BI.YearMonthCombo);/** BI.shortcut('bi.year_month_combo', BI.YearMonthCombo);/**
* 年份 + 月份下拉框 * 年份 + 月份下拉框
* *
* @class BI.YearQuarterCombo * @class BI.YearQuarterCombo
@ -16573,7 +16573,7 @@ BI.YearQuarterCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.YearQuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; BI.YearQuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
$.shortcut('bi.year_quarter_combo', BI.YearQuarterCombo);/** BI.shortcut('bi.year_quarter_combo', BI.YearQuarterCombo);/**
* 简单的复选下拉框控件, 适用于数据量少的情况 * 简单的复选下拉框控件, 适用于数据量少的情况
* 封装了字段处理逻辑 * 封装了字段处理逻辑
* *
@ -16605,7 +16605,7 @@ BI.AllValueChooserCombo = BI.inherit(BI.Widget, {
} }
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: 'bi.multi_select_combo', type: 'bi.multi_select_combo',
element: this.element, element: this,
itemsCreator: BI.bind(this._itemsCreator, this), itemsCreator: BI.bind(this._itemsCreator, this),
valueFormatter: function (v) { valueFormatter: function (v) {
var text = v; var text = v;
@ -16690,7 +16690,7 @@ BI.AllValueChooserCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.AllValueChooserCombo.EVENT_CONFIRM = "AllValueChooserCombo.EVENT_CONFIRM"; BI.AllValueChooserCombo.EVENT_CONFIRM = "AllValueChooserCombo.EVENT_CONFIRM";
$.shortcut('bi.all_value_chooser_combo', BI.AllValueChooserCombo);/** BI.shortcut('bi.all_value_chooser_combo', BI.AllValueChooserCombo);/**
* 简单的复选下拉树控件, 适用于数据量少的情况 * 简单的复选下拉树控件, 适用于数据量少的情况
* *
* Created by GUY on 2015/10/29. * Created by GUY on 2015/10/29.
@ -16721,7 +16721,7 @@ BI.TreeValueChooserCombo = BI.inherit(BI.Widget, {
} }
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: 'bi.multi_tree_combo', type: 'bi.multi_tree_combo',
element: this.element, element: this,
itemsCreator: BI.bind(this._itemsCreator, this), itemsCreator: BI.bind(this._itemsCreator, this),
width: o.width, width: o.width,
height: o.height height: o.height
@ -17288,7 +17288,7 @@ BI.TreeValueChooserCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.TreeValueChooserCombo.EVENT_CONFIRM = "TreeValueChooserCombo.EVENT_CONFIRM"; BI.TreeValueChooserCombo.EVENT_CONFIRM = "TreeValueChooserCombo.EVENT_CONFIRM";
$.shortcut('bi.tree_value_chooser_combo', BI.TreeValueChooserCombo);/** BI.shortcut('bi.tree_value_chooser_combo', BI.TreeValueChooserCombo);/**
* 简单的复选下拉框控件, 适用于数据量少的情况 * 简单的复选下拉框控件, 适用于数据量少的情况
* 封装了字段处理逻辑 * 封装了字段处理逻辑
* *
@ -17320,7 +17320,7 @@ BI.ValueChooserCombo = BI.inherit(BI.Widget, {
} }
this.combo = BI.createWidget({ this.combo = BI.createWidget({
type: 'bi.multi_select_combo', type: 'bi.multi_select_combo',
element: this.element, element: this,
itemsCreator: BI.bind(this._itemsCreator, this), itemsCreator: BI.bind(this._itemsCreator, this),
valueFormatter: function (v) { valueFormatter: function (v) {
var text = v; var text = v;
@ -17414,4 +17414,4 @@ BI.ValueChooserCombo = BI.inherit(BI.Widget, {
} }
}); });
BI.ValueChooserCombo.EVENT_CONFIRM = "ValueChooserCombo.EVENT_CONFIRM"; BI.ValueChooserCombo.EVENT_CONFIRM = "ValueChooserCombo.EVENT_CONFIRM";
$.shortcut('bi.value_chooser_combo', BI.ValueChooserCombo); BI.shortcut('bi.value_chooser_combo', BI.ValueChooserCombo);

2
src/base/canvas/canvas.js

@ -129,4 +129,4 @@ BI.Canvas = BI.inherit(BI.Widget, {
}); });
} }
}); });
$.shortcut("bi.canvas", BI.Canvas); BI.shortcut("bi.canvas", BI.Canvas);

2
src/base/collection/collection.js

@ -289,4 +289,4 @@ BI.Collection = BI.inherit(BI.Widget, {
} }
}); });
BI.Collection.EVENT_SCROLL = "EVENT_SCROLL"; BI.Collection.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut('bi.collection_view', BI.Collection); BI.shortcut('bi.collection_view', BI.Collection);

2
src/base/combination/combo.js

@ -396,4 +396,4 @@ BI.Combo.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.Combo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.Combo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.Combo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.Combo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.combo", BI.Combo); BI.shortcut("bi.combo", BI.Combo);

2
src/base/combination/expander.js

@ -275,4 +275,4 @@ BI.Expander.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.Expander.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.Expander.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.Expander.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.Expander.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.expander", BI.Expander); BI.shortcut("bi.expander", BI.Expander);

2
src/base/combination/group.button.js

@ -316,4 +316,4 @@ BI.extend(BI.ButtonGroup, {
}); });
BI.ButtonGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.ButtonGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.button_group", BI.ButtonGroup); BI.shortcut("bi.button_group", BI.ButtonGroup);

2
src/base/combination/group.combo.js

@ -98,4 +98,4 @@ BI.ComboGroup = BI.inherit(BI.Widget, {
}); });
BI.ComboGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.ComboGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.combo_group", BI.ComboGroup); BI.shortcut("bi.combo_group", BI.ComboGroup);

2
src/base/combination/group.virtual.js

@ -69,4 +69,4 @@ BI.VirtualGroup = BI.inherit(BI.Widget, {
}); });
BI.VirtualGroup.EVENT_CHANGE = "EVENT_CHANGE"; BI.VirtualGroup.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.virtual_group", BI.VirtualGroup); BI.shortcut("bi.virtual_group", BI.VirtualGroup);

2
src/base/combination/loader.js

@ -259,4 +259,4 @@ BI.Loader = BI.inherit(BI.Widget, {
} }
}); });
BI.Loader.EVENT_CHANGE = "EVENT_CHANGE"; BI.Loader.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.loader", BI.Loader); BI.shortcut("bi.loader", BI.Loader);

2
src/base/combination/navigation.js

@ -135,4 +135,4 @@ BI.Navigation = BI.inherit(BI.Widget, {
}); });
BI.Navigation.EVENT_CHANGE = "EVENT_CHANGE"; BI.Navigation.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.navigation", BI.Navigation); BI.shortcut("bi.navigation", BI.Navigation);

2
src/base/combination/searcher.js

@ -300,4 +300,4 @@ BI.Searcher.EVENT_PAUSE = "EVENT_PAUSE";
BI.Searcher.EVENT_SEARCHING = "EVENT_SEARCHING"; BI.Searcher.EVENT_SEARCHING = "EVENT_SEARCHING";
BI.Searcher.EVENT_AFTER_INIT = "EVENT_AFTER_INIT"; BI.Searcher.EVENT_AFTER_INIT = "EVENT_AFTER_INIT";
$.shortcut("bi.searcher", BI.Searcher); BI.shortcut("bi.searcher", BI.Searcher);

2
src/base/combination/switcher.js

@ -274,4 +274,4 @@ BI.Switcher.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.Switcher.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW"; BI.Switcher.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.Switcher.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW"; BI.Switcher.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
$.shortcut("bi.switcher", BI.Switcher); BI.shortcut("bi.switcher", BI.Switcher);

2
src/base/combination/tab.js

@ -124,4 +124,4 @@ BI.Tab = BI.inherit(BI.Widget, {
}); });
BI.Tab.EVENT_CHANGE = "EVENT_CHANGE"; BI.Tab.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.tab", BI.Tab); BI.shortcut("bi.tab", BI.Tab);

2
src/base/combination/tree.button.js

@ -179,4 +179,4 @@ BI.ButtonTree = BI.inherit(BI.ButtonGroup, {
}); });
BI.ButtonTree.EVENT_CHANGE = "EVENT_CHANGE"; BI.ButtonTree.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.button_tree", BI.ButtonTree); BI.shortcut("bi.button_tree", BI.ButtonTree);

2
src/base/el.js

@ -39,4 +39,4 @@ BI.EL = BI.inherit(BI.Widget, {
this.ele.populate.apply(this, arguments); this.ele.populate.apply(this, arguments);
} }
}); });
$.shortcut('bi.el', BI.EL); BI.shortcut('bi.el', BI.EL);

2
src/base/formula/formulaeditor.js

@ -229,4 +229,4 @@ BI.FormulaEditor = BI.inherit(BI.Single, {
BI.FormulaEditor.EVENT_CHANGE = "EVENT_CHANGE"; BI.FormulaEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.FormulaEditor.EVENT_BLUR = "EVENT_BLUR"; BI.FormulaEditor.EVENT_BLUR = "EVENT_BLUR";
BI.FormulaEditor.EVENT_FOCUS = "EVENT_FOCUS"; BI.FormulaEditor.EVENT_FOCUS = "EVENT_FOCUS";
$.shortcut("bi.formula_editor", BI.FormulaEditor); BI.shortcut("bi.formula_editor", BI.FormulaEditor);

2
src/base/grid/grid.js

@ -291,4 +291,4 @@ BI.Grid = BI.inherit(BI.Widget, {
} }
}); });
BI.Grid.EVENT_SCROLL = "EVENT_SCROLL"; BI.Grid.EVENT_SCROLL = "EVENT_SCROLL";
$.shortcut('bi.grid_view', BI.Grid); BI.shortcut('bi.grid_view', BI.Grid);

2
src/base/layer/layer.floatbox.js

@ -139,7 +139,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
} }
}); });
$.shortcut("bi.float_box", BI.FloatBox); BI.shortcut("bi.float_box", BI.FloatBox);
BI.FloatBox.EVENT_FLOAT_BOX_CLOSED = "EVENT_FLOAT_BOX_CLOSED"; BI.FloatBox.EVENT_FLOAT_BOX_CLOSED = "EVENT_FLOAT_BOX_CLOSED";
BI.FloatBox.EVENT_FLOAT_BOX_OPEN = "EVENT_FLOAT_BOX_CLOSED"; BI.FloatBox.EVENT_FLOAT_BOX_OPEN = "EVENT_FLOAT_BOX_CLOSED";

2
src/base/layer/layer.popup.js

@ -178,4 +178,4 @@ BI.PopupView = BI.inherit(BI.Widget, {
} }
}); });
BI.PopupView.EVENT_CHANGE = "EVENT_CHANGE"; BI.PopupView.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.popup_view", BI.PopupView); BI.shortcut("bi.popup_view", BI.PopupView);

2
src/base/layer/layer.searcher.js

@ -136,4 +136,4 @@ BI.SearcherView = BI.inherit(BI.Pane, {
}); });
BI.SearcherView.EVENT_CHANGE = "EVENT_CHANGE"; BI.SearcherView.EVENT_CHANGE = "EVENT_CHANGE";
$.shortcut("bi.searcher_view", BI.SearcherView); BI.shortcut("bi.searcher_view", BI.SearcherView);

2
src/base/pager/pager.js

@ -285,4 +285,4 @@ BI.Pager = BI.inherit(BI.Widget, {
}); });
BI.Pager.EVENT_CHANGE = "EVENT_CHANGE"; BI.Pager.EVENT_CHANGE = "EVENT_CHANGE";
BI.Pager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE"; BI.Pager.EVENT_AFTER_POPULATE = "EVENT_AFTER_POPULATE";
$.shortcut("bi.pager", BI.Pager); BI.shortcut("bi.pager", BI.Pager);

2
src/base/single/a/a.js

@ -29,4 +29,4 @@ BI.A = BI.inherit(BI.Text, {
} }
}); });
$.shortcut("bi.a", BI.A); BI.shortcut("bi.a", BI.A);

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save