Browse Source

Merge pull request #103 in FUI/fineui from ~GUY/fineui:master to master

* commit 'd7b886eb4f55739ad76955a643d887b7508d63d8':
  update
  slider 没有输入框
  update docs
  slider update
  add
  combo
  slider 添加显示位数
  update
  update
  update
  singleSlider值没存
  singleSlider值没存
  icon_text_trigger
  add
es6
guy 7 years ago
parent
commit
b44aa62bba
  1. 4
      Gruntfile.js
  2. 30
      bi/base.js
  3. 75
      bi/case.js
  4. 372
      bi/slider.js
  5. 2
      bi/widget.css
  6. 95
      demo/js/widget/slider/demo.slider.js
  7. 30
      dist/base.js
  8. 668
      dist/biconst.js
  9. 2
      dist/bundle.css
  10. 105
      dist/bundle.js
  11. 2
      dist/bundle.min.css
  12. 68
      dist/bundle.min.js
  13. 75
      dist/case.js
  14. 74
      dist/demo.js
  15. 6
      dist/index.html
  16. 372
      dist/slider.js
  17. 167
      dist/vancharts-all.js
  18. 2
      dist/widget.css
  19. 14
      docs/.gitignore
  20. 21
      docs/base/bubble.html
  21. 25
      docs/base/button/button.html
  22. 21
      docs/base/button/icon_button.html
  23. 23
      docs/base/button/image_button.html
  24. 23
      docs/base/button/text_button.html
  25. 21
      docs/base/canvas.html
  26. 21
      docs/base/editor/code_editor.html
  27. 28
      docs/base/editor/editor.html
  28. 39
      docs/base/editor/formula_editor.html
  29. 23
      docs/base/editor/multifile_editor.html
  30. 21
      docs/base/editor/textarea_editor.html
  31. 27
      docs/base/label.html
  32. 21
      docs/base/message.html
  33. 21
      docs/base/pager.html
  34. 21
      docs/base/svg.html
  35. 23
      docs/base/table/collection_table.html
  36. 21
      docs/base/table/grid_table.html
  37. 21
      docs/base/table/resizable_table.html
  38. 21
      docs/base/table/table_view.html
  39. 21
      docs/base/toast.html
  40. 25
      docs/case/button/multi_select_item.html
  41. 23
      docs/case/button/single_select_item.html
  42. 21
      docs/case/button/single_select_radio_item.html
  43. 21
      docs/case/calendar.html
  44. 21
      docs/case/clipboard.html
  45. 23
      docs/case/color_chooser.html
  46. 2556
      docs/case/color_chooser_popup.html
  47. 21
      docs/case/combo/bubble_combo.html
  48. 38
      docs/case/combo/formula_combo.md
  49. 23
      docs/case/combo/icon_combo.html
  50. 25
      docs/case/combo/static_combo.html
  51. 2576
      docs/case/combo/text_value_combo.html
  52. 25
      docs/case/combo/text_value_downlist_combo.html
  53. 21
      docs/case/complex_canvas.html
  54. 26
      docs/case/editor/shelter_editor.html
  55. 21
      docs/case/editor/sign_editor.html
  56. 23
      docs/case/editor/sign_initial_editor.html
  57. 21
      docs/case/editor/state_editor.html
  58. 21
      docs/case/layer/layer_panel.html
  59. 21
      docs/case/layer/multi_popup_layer.html
  60. 23
      docs/case/layer/pane_list.html
  61. 25
      docs/case/layer/panel.html
  62. 21
      docs/case/list/list.select.html
  63. 23
      docs/case/loader/lazy_loader.html
  64. 23
      docs/case/loader/list_loader.html
  65. 21
      docs/case/loader/sort_list.html
  66. 21
      docs/case/pager/all_count_pager.html
  67. 21
      docs/case/pager/direction_pager.html
  68. 46
      docs/case/segment.html
  69. 2
      docs/case/shelter_editor.md
  70. 21
      docs/case/table/adaptive_table.html
  71. 21
      docs/case/table/layer_tree_table.html
  72. 21
      docs/case/table/tree_table.html
  73. 21
      docs/case/tree/branch_relation.html
  74. 21
      docs/case/tree/branch_tree.html
  75. 23
      docs/case/tree/display_tree.html
  76. 21
      docs/case/tree/handstand_branch_tree.html
  77. 21
      docs/case/tree/level_tree.html
  78. 21
      docs/case/tree/simple_tree.html
  79. 21
      docs/case/trigger/editor_trigger.html
  80. 21
      docs/case/trigger/icon_trigger.html
  81. 21
      docs/case/trigger/text_trigger.html
  82. 21
      docs/core/abstract/button_group.html
  83. 21
      docs/core/abstract/button_tree.html
  84. 31
      docs/core/abstract/collection_view.html
  85. 29
      docs/core/abstract/custom_tree.html
  86. 33
      docs/core/abstract/grid_view.html
  87. 25
      docs/core/abstract/virtual_group.html
  88. 27
      docs/core/abstract/virtual_list.html
  89. 21
      docs/core/basic_button.html
  90. 23
      docs/core/combination/bi.combo.html
  91. 49
      docs/core/combination/bi.expander.html
  92. 44
      docs/core/combination/group_combo.html
  93. 49
      docs/core/combination/loader.html
  94. 25
      docs/core/combination/navigation.html
  95. 21
      docs/core/combination/searcher.html
  96. 21
      docs/core/combination/switcher.html
  97. 23
      docs/core/combination/tab.html
  98. 21
      docs/core/layer/layer_float_box.html
  99. 25
      docs/core/layer/layer_popup.html
  100. 25
      docs/core/layer/layer_searcher.html
  101. Some files were not shown because too many files have changed in this diff Show More

4
Gruntfile.js

@ -83,7 +83,7 @@ module.exports = function (grunt) {
},
sliderJs: {
src: [
'src/addons/slider/slider/**/*.js'
'src/addons/slider/singleslider/**/*.js'
],
dest: 'dist/slider.js'
},
@ -226,7 +226,7 @@ module.exports = function (grunt) {
},
bi_sliderJs: {
src: [
'src/addons/slider/slider/**/*.js'
'src/addons/slider/singleslider/**/*.js'
],
dest: 'bi/slider.js'
},

30
bi/base.js

@ -3024,6 +3024,9 @@ BI.Combo = BI.inherit(BI.Widget, {
var debounce = BI.debounce(function (e) {
if (self.combo.element.__isMouseInBounds__(e)) {
if (self.isEnabled() && self.isValid() && self.combo.isEnabled() && self.combo.isValid()) {
if (!o.toggle && self.isViewVisible()) {
return;
}
o.toggle ? self._toggle() : self._popupView();
if (self.isViewVisible()) {
self.fireEvent(BI.Controller.EVENT_CHANGE, BI.Events.EXPAND, "", self.combo);
@ -3040,6 +3043,33 @@ BI.Combo = BI.inherit(BI.Widget, {
st(e);
});
break;
case "click-hover":
var debounce = BI.debounce(function (e) {
if (self.combo.element.__isMouseInBounds__(e)) {
if (self.isEnabled() && self.isValid() && self.combo.isEnabled() && self.combo.isValid()) {
if (self.isViewVisible()) {
return;
}
self._popupView();
if (self.isViewVisible()) {
self.fireEvent(BI.Controller.EVENT_CHANGE, BI.Events.EXPAND, "", self.combo);
self.fireEvent(BI.Combo.EVENT_EXPAND);
}
}
}
}, BI.EVENT_RESPONSE_TIME, true);
self.element.off(ev + "." + self.getName()).on(ev + "." + self.getName(), function (e) {
debounce(e);
st(e);
});
self.element.on("mouseleave." + self.getName(), function (e) {
if (self.isEnabled() && self.isValid() && self.combo.isEnabled() && self.combo.isValid() && o.toggle === true) {
self._hideView();
self.fireEvent(BI.Controller.EVENT_CHANGE, BI.Events.COLLAPSE, "", self.combo);
self.fireEvent(BI.Combo.EVENT_COLLAPSE);
}
});
break;
}
});
},

75
bi/case.js

@ -12545,6 +12545,81 @@ BI.IconTrigger = BI.inherit(BI.Trigger, {
}
});
BI.shortcut('bi.icon_trigger', BI.IconTrigger);/**
* 文字trigger
*
* Created by GUY on 2015/9/15.
* @class BI.IconTextTrigger
* @extends BI.Trigger
*/
BI.IconTextTrigger = BI.inherit(BI.Trigger, {
_const: {
hgap: 4,
triggerWidth: 30
},
_defaultConfig: function () {
var conf = BI.IconTextTrigger.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
baseCls: (conf.baseCls || "") + " bi-text-trigger",
height: 30
});
},
_init: function () {
BI.IconTextTrigger.superclass._init.apply(this, arguments);
var self = this, o = this.options, c = this._const;
this.text = BI.createWidget({
type: "bi.label",
textAlign: "left",
height: o.height,
text: o.text,
hgap: c.hgap
});
this.trigerButton = BI.createWidget({
type: "bi.trigger_icon_button",
cls: "bi-border-left",
width: c.triggerWidth
});
BI.createWidget({
element: this,
type: 'bi.htape',
items: [{
el: {
type: "bi.icon_change_button",
cls: "icon-combo-trigger-icon " + o.iconClass,
ref: function (_ref) {
self.icon = _ref;
},
disableSelected: true
},
width: 24
},
{
el: this.text
}, {
el: this.trigerButton,
width: c.triggerWidth
}
]
});
},
setValue: function (value) {
this.text.setValue(value);
this.text.setTitle(value);
},
setIcon: function (iconCls) {
this.icon.setIcon(iconCls);
},
setText: function (text) {
this.text.setText(text);
this.text.setTitle(text);
}
});
BI.shortcut("bi.icon_text_trigger", BI.IconTextTrigger);/**
* 文字trigger
*
* Created by GUY on 2015/9/15.

372
bi/slider.js

@ -1,17 +1,17 @@
/**
* Created by zcf on 2016/9/22.
*/
BI.Slider = BI.inherit(BI.Widget, {
BI.SliderIconButton = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.Slider.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-single-button-button"
return BI.extend(BI.SliderIconButton.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-single-slider-button"
});
},
_init: function () {
BI.extend(BI.Slider.superclass._init.apply(this, arguments));
BI.extend(BI.SliderIconButton.superclass._init.apply(this, arguments));
this.slider = BI.createWidget({
type: "bi.icon_button",
cls: "widget-button-icon button-button",
cls: "widget-slider-icon slider-button",
iconWidth: 14,
iconHeight: 14,
height: 14,
@ -30,7 +30,7 @@ BI.Slider = BI.inherit(BI.Widget, {
});
}
});
BI.shortcut("bi.single_slider_slider", BI.Slider);/**
BI.shortcut("bi.single_slider_button", BI.SliderIconButton);/**
* Created by zcf on 2016/9/22.
*/
BI.SingleSlider = BI.inherit(BI.Widget, {
@ -45,13 +45,15 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
},
_defaultConfig: function () {
return BI.extend(BI.SingleSlider.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-single-slider bi-slider-track"
baseCls: "bi-single-slider bi-slider-track",
digit: ""
});
},
_init: function () {
BI.SingleSlider.superclass._init.apply(this, arguments);
var self = this;
var self = this, o = this.options;
var digitExist = (o.digit === "") ? false : true;
var c = this._constant;
this.enable = false;
this.value = "";
@ -69,7 +71,7 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
this.track = this._createTrackWrapper();
this.slider = BI.createWidget({
type: "bi.single_slider_slider"
type: "bi.single_slider_button"
});
this.slider.element.draggable({
axis: "x",
@ -81,8 +83,10 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
self._setBlueTrack(significantPercent);
self._setLabelPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
self.label.setValue(v);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
},
stop: function (e, ui) {
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
@ -117,6 +121,7 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setAllPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
self.label.setValue(v);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
@ -127,7 +132,7 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
cls: "slider-editor-button bi-border",
errorText: "",
height: c.HEIGHT,
width: c.EDITOR_WIDTH,
width: c.EDITOR_WIDTH - 2,
allowBlank: false,
validationChecker: function (v) {
return self._checkValidation(v);
@ -137,9 +142,13 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
}
});
this.label.on(BI.SignEditor.EVENT_CONFIRM, function () {
var percent = self._getPercentByValue(this.getValue());
var v = BI.parseFloat(this.getValue());
var percent = self._getPercentByValue(v);
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setAllPosition(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
this.setValue(v);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
});
this._setVisible(false);
@ -260,7 +269,10 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
},
setValue: function (v) {
var o = this.options;
var digitExist = (o.digit === "") ? false : true;
var value = BI.parseFloat(v);
value = digitExist ? value.toFixed(o.digit) : value;
if ((!isNaN(value))) {
if (this._checkValidation(value)) {
this.value = value;
@ -309,11 +321,9 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
});
BI.SingleSlider.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.single_slider", BI.SingleSlider);/**
* normal single slider
* Created by Young on 2017/6/21.
* Created by Urthur on 2017/9/12.
*/
BI.SingleSliderNormal = BI.inherit(BI.Widget, {
BI.SingleSliderLabel = BI.inherit(BI.Widget, {
_constant: {
EDITOR_WIDTH: 90,
EDITOR_HEIGHT: 30,
@ -323,22 +333,36 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
SLIDER_HEIGHT: 30,
TRACK_HEIGHT: 24
},
props: {
baseCls: "bi-single-button bi-button-track",
minMax: {
min: 0,
max: 100
},
color: "#3f8ce8"
_defaultConfig: function () {
return BI.extend(BI.SingleSliderLabel.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-single-slider bi-slider-track",
digit: "",
unit: ""
});
},
_init: function () {
BI.SingleSliderLabel.superclass._init.apply(this, arguments);
render: function () {
var self = this;
var self = this, o = this.options;
var digitExist = (o.digit === "") ? false : true;
var c = this._constant;
var track = this._createTrack();
this.enable = false;
this.value = "";
this.grayTrack = BI.createWidget({
type: "bi.layout",
cls: "gray-track",
height: 6
});
this.blueTrack = BI.createWidget({
type: "bi.layout",
cls: "blue-track bi-high-light-background",
height: 6
});
this.track = this._createTrackWrapper();
this.slider = BI.createWidget({
type: "bi.single_slider_slider"
type: "bi.single_slider_button"
});
this.slider.element.draggable({
axis: "x",
@ -348,18 +372,20 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
var significantPercent = BI.parseFloat(percent.toFixed(1));//直接对计算出来的百分数保留到小数点后一位,相当于分成了1000份。
self._setBlueTrack(significantPercent);
self._setLabelPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
self.label.setText(v + o.unit);
self.value = v;
self.fireEvent(BI.SingleSliderNormal.EVENT_DRAG, v);
self.fireEvent(BI.SingleSliderLabel.EVENT_CHANGE);
},
stop: function (e, ui) {
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setSliderPosition(significantPercent);
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
self.fireEvent(BI.SingleSliderLabel.EVENT_CHANGE);
}
});
var sliderVertical = BI.createWidget({
type: "bi.vertical",
items: [{
@ -386,12 +412,20 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setAllPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
self.label.setText(v + o.unit);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
self.fireEvent(BI.SingleSliderLabel.EVENT_CHANGE);
}
});
this.label = BI.createWidget({
type: "bi.label",
height: c.HEIGHT,
width: c.EDITOR_WIDTH - 2
});
return {
this._setVisible(false);
BI.createWidget({
type: "bi.absolute",
element: this,
items: [{
@ -400,7 +434,7 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
items: [{
type: "bi.absolute",
items: [{
el: track,
el: this.track,
width: "100%",
height: c.TRACK_HEIGHT
}]
@ -408,34 +442,33 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
hgap: 7,
height: c.TRACK_HEIGHT
},
top: 3,
top: 33,
left: 0,
width: "100%"
}, {
el: sliderVertical,
top: 0,
top: 30,
left: 0,
width: "100%"
}, {
el: {
type: "bi.vertical",
items: [{
type: "bi.absolute",
items: [this.label]
}],
rgap: c.EDITOR_WIDTH,
height: c.EDITOR_HEIGHT
},
top: 10,
left: 0,
width: "100%"
}]
}
})
},
_createTrack: function () {
var self = this;
var c = this._constant;
this.grayTrack = BI.createWidget({
type: "bi.layout",
cls: "gray-track",
height: 6
});
this.blueTrack = BI.createWidget({
type: "bi.layout",
cls: "blue-track",
height: 6
});
this.blueTrack.element.css({"background-color": this.options.color});
return {
_createTrackWrapper: function () {
return BI.createWidget({
type: "bi.absolute",
items: [{
el: {
@ -460,32 +493,35 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
top: 8,
left: 0,
width: "100%"
}],
ref: function (ref) {
self.track = ref;
}
}
}]
})
},
_checkValidation: function (v) {
return !(BI.isNull(v) || v < this.min || v > this.max)
return BI.isNumeric(v) && !(BI.isNull(v) || v < this.min || v > this.max)
},
_setBlueTrack: function (percent) {
this.blueTrack.element.css({"width": percent + "%"});
},
_setLabelPosition: function (percent) {
this.label.element.css({"left": percent + "%"});
},
_setSliderPosition: function (percent) {
this.slider.element.css({"left": percent + "%"});
},
_setAllPosition: function (percent) {
this._setSliderPosition(percent);
this._setLabelPosition(percent);
this._setBlueTrack(percent);
},
_setVisible: function (visible) {
this.slider.setVisible(visible);
this.label.setVisible(visible);
},
_getGrayTrackLength: function () {
@ -506,7 +542,10 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
},
setValue: function (v) {
var o = this.options;
var digitExist = (o.digit === "") ? false : true;
var value = BI.parseFloat(v);
value = digitExist ? value.toFixed(o.digit) : value;
if ((!isNaN(value))) {
if (this._checkValidation(value)) {
this.value = value;
@ -539,128 +578,78 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
},
populate: function () {
var o = this.options;
if (!isNaN(this.min) && !isNaN(this.max)) {
this._setVisible(true);
this.enable = true;
if (BI.isNumeric(this.value) || BI.isNotEmptyString(this.value)) {
this.label.setValue(this.value + o.unit);
this._setAllPosition(this._getPercentByValue(this.value));
} else {
this.label.setValue(this.max + o.unit);
this._setAllPosition(100);
}
}
}
});
BI.SingleSliderNormal.EVENT_DRAG = "EVENT_DRAG";
BI.shortcut("bi.single_slider_normal", BI.SingleSliderNormal);/**
* Created by Urthur on 2017/9/4.
BI.SingleSliderLabel.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.single_slider_label", BI.SingleSliderLabel);/**
* normal single slider
* Created by Young on 2017/6/21.
*/
BI.SliderButton = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.SliderButton.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-slider-button"
});
},
_init: function () {
BI.extend(BI.SliderButton.superclass._init.apply(this, arguments));
var self = this;
var sliderButton = BI.createWidget({
type: "bi.icon_button",
cls: "column-next-page-h-font",
iconWidth: 16,
iconHeight: 16,
height: 16,
width: 16
});
BI.createWidget({
type: "bi.absolute",
element: this,
items: [{
el: sliderButton,
left: -8
}, {
el: {
type: "bi.label",
ref: function (_ref) {
self.label = _ref;
}
},
left: -8,
top: -10
}]
});
},
BI.SingleSliderNormal = BI.inherit(BI.Widget, {
setValue: function (v) {
this.label.setText(v);
}
});
BI.shortcut("bi.slider_button", BI.SliderButton);/**
* Created by Urthur on 2017/9/4.
*/
BI.SliderNormal = BI.inherit(BI.Widget, {
_constant: {
EDITOR_WIDTH: 90,
EDITOR_HEIGHT: 30,
HEIGHT: 28,
SLIDER_WIDTH_HALF: 10,
SLIDER_WIDTH: 25,
SLIDER_WIDTH_HALF: 15,
SLIDER_WIDTH: 30,
SLIDER_HEIGHT: 30,
TRACK_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.SliderNormal.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-slider",
min: 10,
max: 50
})
props: {
baseCls: "bi-single-button bi-button-track",
minMax: {
min: 0,
max: 100
},
color: "#3f8ce8"
},
_init: function () {
BI.SliderNormal.superclass._init.apply(this, arguments);
render: function () {
var self = this;
var c = this._constant, o = this.options;
this.enable = false;
this.value = o.min;
this.min = o.min;
this.max = o.max;
this.rightTrack = BI.createWidget({
type: "bi.layout",
cls: "bi-slider-track",
height: 5
});
this.track = this._createTrack();
var c = this._constant;
var track = this._createTrack();
this.slider = BI.createWidget({
type: "bi.slider_button"
type: "bi.single_slider_button"
});
this.slider.setValue(this.getValue());
this.slider.element.draggable({
axis: "x",
containment: this.rightTrack.element,
containment: this.grayTrack.element,
scroll: false,
drag: function (e, ui) {
var percent = (ui.position.left) * 100 / (self._getRightTrackLength());
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
var significantPercent = BI.parseFloat(percent.toFixed(1));//直接对计算出来的百分数保留到小数点后一位,相当于分成了1000份。
self._setBlueTrack(significantPercent);
var v = self._getValueByPercent(significantPercent);
self.value = BI.parseInt(v) + 1;
self.slider.setValue(self.getValue());
self.fireEvent(BI.SliderNormal.EVENT_CHANGE);
self.value = v;
self.fireEvent(BI.SingleSliderNormal.EVENT_DRAG, v);
},
stop: function (e, ui) {
var percent = (ui.position.left) * 100 / (self._getRightTrackLength());
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setSliderPosition(significantPercent);
self.fireEvent(BI.SliderNormal.EVENT_CHANGE);
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
}
});
var sliderVertical = BI.createWidget({
type: "bi.vertical",
items: [{
type: "bi.absolute",
items: [{
el: this.slider,
top: 10
}]
items: [this.slider]
}],
hgap: c.SLIDER_WIDTH_HALF,
height: c.SLIDER_HEIGHT
@ -674,21 +663,20 @@ BI.SliderNormal = BI.inherit(BI.Widget, {
percent = 0
}
if (offset > 0 && offset < (trackLength - c.SLIDER_WIDTH)) {
percent = offset * 100 / self._getRightTrackLength();
percent = offset * 100 / self._getGrayTrackLength();
}
if (offset > (trackLength - c.SLIDER_WIDTH)) {
percent = 100
}
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setSliderPosition(significantPercent);
self._setAllPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
self.value = BI.parseInt(v);
self.slider.setValue(self.getValue());
self.fireEvent(BI.SliderNormal.EVENT_CHANGE);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
}
});
BI.createWidget({
return {
type: "bi.absolute",
element: this,
items: [{
@ -697,27 +685,42 @@ BI.SliderNormal = BI.inherit(BI.Widget, {
items: [{
type: "bi.absolute",
items: [{
el: this.track,
el: track,
width: "100%",
height: c.TRACK_HEIGHT
}]
}],
hgap: 7,
height: c.TRACK_HEIGHT
},
top: 33,
top: 3,
left: 0,
width: "100%"
}, {
el: sliderVertical,
top: 15,
top: 0,
left: 0,
width: "100%"
}]
});
}
},
_createTrack: function () {
return BI.createWidget({
var self = this;
var c = this._constant;
this.grayTrack = BI.createWidget({
type: "bi.layout",
cls: "gray-track",
height: 6
});
this.blueTrack = BI.createWidget({
type: "bi.layout",
cls: "blue-track",
height: 6
});
this.blueTrack.element.css({"background-color": this.options.color});
return {
type: "bi.absolute",
items: [{
el: {
@ -725,32 +728,53 @@ BI.SliderNormal = BI.inherit(BI.Widget, {
items: [{
type: "bi.absolute",
items: [{
el: this.rightTrack,
el: this.grayTrack,
top: 0,
left: 0,
width: "100%"
}, {
el: this.blueTrack,
top: 0,
left: 0,
width: "0%"
}]
}],
hgap: 8,
height: 5
height: 8
},
top: 5,
top: 8,
left: 0,
width: "100%"
}]
})
}],
ref: function (ref) {
self.track = ref;
}
}
},
_checkValidation: function (v) {
return !(BI.isNull(v) || v < this.min || v > this.max)
},
_setBlueTrack: function (percent) {
this.blueTrack.element.css({"width": percent + "%"});
},
_setSliderPosition: function (percent) {
this.slider.element.css({"left": percent + "%"});
},
_getRightTrackLength: function () {
return this.rightTrack.element[0].scrollWidth
_setAllPosition: function (percent) {
this._setSliderPosition(percent);
this._setBlueTrack(percent);
},
_setVisible: function (visible) {
this.slider.setVisible(visible);
},
_getGrayTrackLength: function () {
return this.grayTrack.element[0].scrollWidth
},
_getValueByPercent: function (percent) {
@ -779,19 +803,37 @@ BI.SliderNormal = BI.inherit(BI.Widget, {
this.value = this.min;
}
}
},
setMinAndMax: function (v) {
var minNumber = BI.parseFloat(v.min);
var maxNumber = BI.parseFloat(v.max);
if ((!isNaN(minNumber)) && (!isNaN(maxNumber)) && (maxNumber > minNumber )) {
this.min = minNumber;
this.max = maxNumber;
}
},
reset: function () {
this._setVisible(false);
this.enable = false;
this.value = "";
this.min = 0;
this.max = 0;
this._setBlueTrack(0);
},
populate: function () {
if (!isNaN(this.min) && !isNaN(this.max)) {
this._setVisible(true);
this.enable = true;
if (BI.isNumeric(this.value) || BI.isNotEmptyString(this.value)) {
this.slider.setValue(BI.parseInt(this.value));
this._setSliderPosition(this._getPercentByValue(this.value));
this._setAllPosition(this._getPercentByValue(this.value));
} else {
this.slider.setValue(this.max);
this._setSliderPosition(100);
this._setAllPosition(100);
}
}
}
});
BI.SliderNormal.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.slider", BI.SliderNormal);
BI.SingleSliderNormal.EVENT_DRAG = "EVENT_DRAG";
BI.shortcut("bi.single_slider_normal", BI.SingleSliderNormal);

2
bi/widget.css

@ -433,7 +433,7 @@
/****** common color(常用颜色,可用于普遍场景) *****/
/**** custom color(自定义颜色,用于特定场景) ****/
.bi-single-slider-slider .slider-button {
cursor: url('${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/cursor/cursor_drag_slider.cur'), auto;
cursor: url('images/1x/cursor/cursor_drag_slider.cur'), auto;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

95
demo/js/widget/slider/demo.slider.js

@ -11,32 +11,81 @@ Demo.Slider = BI.inherit(BI.Widget, {
},
_init: function () {
Demo.Slider.superclass._init.apply(this, arguments);
var self = this;
var singleSlider = BI.createWidget({
type: "bi.single_slider",
digit: 0,
width: 300,
height: 50
});
singleSlider.setMinAndMax({
min: 10,
max: 100
});
singleSlider.setValue(30);
singleSlider.populate();
singleSlider.on(BI.SingleSlider.EVENT_CHANGE, function () {
console.log(this.getValue());
});
var singleSliderLabel = BI.createWidget({
type: "bi.single_slider_label",
height: 30,
width: 300,
digit: 0,
unit: "个"
});
singleSliderLabel.setMinAndMax({
min: 0,
max: 100
});
singleSliderLabel.setValue(10);
singleSliderLabel.populate();
var normalSingleSlider = BI.createWidget({
type: "bi.single_slider_normal",
height: 30,
width: 300
});
normalSingleSlider.setMinAndMax({
min: 0,
max: 100
});
normalSingleSlider.setValue(10);
normalSingleSlider.populate();
BI.createWidget({
type: "bi.vertical_adapt",
type: "bi.vtape",
element: this,
width: 100,
items: [{
type: "bi.htape",
items: [{
el: {
type: "bi.slider",
min: 16,
max: 50,
ref: function (_ref) {
self.slider = _ref;
}
}
}],
height: 30,
width: 100
}]
});
this.slider.setValue("30");
this.slider.on(BI.SliderNormal.EVENT_CHANGE, function () {
console.log(this.getValue());
})
el: {
type: "bi.center_adapt",
items: [{
el: singleSlider
}]
},
height: 200
}, {
el: {
type: "bi.center_adapt",
items: [{
el: normalSingleSlider
}]
},
height: 200
}, {
el: {
type: "bi.center_adapt",
items: [{
el: singleSliderLabel
}]
},
height: 200
}],
hgap: 20
});
}
});
BI.shortcut("demo.slider", Demo.Slider);

30
dist/base.js vendored

@ -3024,6 +3024,9 @@ BI.Combo = BI.inherit(BI.Widget, {
var debounce = BI.debounce(function (e) {
if (self.combo.element.__isMouseInBounds__(e)) {
if (self.isEnabled() && self.isValid() && self.combo.isEnabled() && self.combo.isValid()) {
if (!o.toggle && self.isViewVisible()) {
return;
}
o.toggle ? self._toggle() : self._popupView();
if (self.isViewVisible()) {
self.fireEvent(BI.Controller.EVENT_CHANGE, BI.Events.EXPAND, "", self.combo);
@ -3040,6 +3043,33 @@ BI.Combo = BI.inherit(BI.Widget, {
st(e);
});
break;
case "click-hover":
var debounce = BI.debounce(function (e) {
if (self.combo.element.__isMouseInBounds__(e)) {
if (self.isEnabled() && self.isValid() && self.combo.isEnabled() && self.combo.isValid()) {
if (self.isViewVisible()) {
return;
}
self._popupView();
if (self.isViewVisible()) {
self.fireEvent(BI.Controller.EVENT_CHANGE, BI.Events.EXPAND, "", self.combo);
self.fireEvent(BI.Combo.EVENT_EXPAND);
}
}
}
}, BI.EVENT_RESPONSE_TIME, true);
self.element.off(ev + "." + self.getName()).on(ev + "." + self.getName(), function (e) {
debounce(e);
st(e);
});
self.element.on("mouseleave." + self.getName(), function (e) {
if (self.isEnabled() && self.isValid() && self.combo.isEnabled() && self.combo.isValid() && o.toggle === true) {
self._hideView();
self.fireEvent(BI.Controller.EVENT_CHANGE, BI.Events.COLLAPSE, "", self.combo);
self.fireEvent(BI.Combo.EVENT_COLLAPSE);
}
});
break;
}
});
},

668
dist/biconst.js vendored

@ -1,668 +0,0 @@
BICst.DATE_TYPE = {};
BICst.DATE_TYPE.MULTI_DATE_YEAR_PREV = 1;
BICst.DATE_TYPE.MULTI_DATE_YEAR_AFTER = 2;
BICst.DATE_TYPE.MULTI_DATE_YEAR_BEGIN = 3;
BICst.DATE_TYPE.MULTI_DATE_YEAR_END = 4;
BICst.DATE_TYPE.MULTI_DATE_MONTH_PREV = 5;
BICst.DATE_TYPE.MULTI_DATE_MONTH_AFTER = 6;
BICst.DATE_TYPE.MULTI_DATE_MONTH_BEGIN = 7;
BICst.DATE_TYPE.MULTI_DATE_MONTH_END = 8;
BICst.DATE_TYPE.MULTI_DATE_QUARTER_PREV = 9;
BICst.DATE_TYPE.MULTI_DATE_QUARTER_AFTER = 10;
BICst.DATE_TYPE.MULTI_DATE_QUARTER_BEGIN = 11;
BICst.DATE_TYPE.MULTI_DATE_QUARTER_END = 12;
BICst.DATE_TYPE.MULTI_DATE_WEEK_PREV = 13;
BICst.DATE_TYPE.MULTI_DATE_WEEK_AFTER = 14;
BICst.DATE_TYPE.MULTI_DATE_DAY_PREV = 15;
BICst.DATE_TYPE.MULTI_DATE_DAY_AFTER = 16;
BICst.DATE_TYPE.MULTI_DATE_DAY_TODAY = 17;
BICst.DATE_TYPE.MULTI_DATE_PARAM = 18;
BICst.DATE_TYPE.MULTI_DATE_CALENDAR = 19;
BICst.DATE_TYPE.YEAR_QUARTER = 20;
BICst.DATE_TYPE.YEAR_MONTH = 21;
BICst.DATE_TYPE.YEAR_WEEK = 22;
BICst.DATE_TYPE.YEAR_DAY = 23;
BICst.DATE_TYPE.MONTH_WEEK = 24;
BICst.DATE_TYPE.MONTH_DAY = 25;
BICst.DATE_TYPE.YEAR = 26;
BICst.DATE_TYPE.SAME_PERIOD = 27;
BICst.DATE_TYPE.LAST_SAME_PERIOD = 28;
BICst.DATE_FORMAT = {};
BICst.DATE_FORMAT.SPLIT = 1;
BICst.DATE_FORMAT.CHINESE = 2;
BICst.RES_STATUS = {};
BICst.RES_STATUS.NORMAL = 1;
BICst.RES_STATUS.ERROR = 2;
BICst.RES_STATUS.DATA_MISS = 3;
BICst.RES_STATUS.NO_AUTHORITY = 4;
BICst.RES_STATUS.NO_DATA = 5;
BICst.REPORT_AUTH = {};
BICst.REPORT_AUTH.NONE = 0;
BICst.REPORT_AUTH.EDIT = 1;
BICst.REPORT_AUTH.VIEW = 2;
BICst.TARGET_STYLE = {};
BICst.TARGET_STYLE.ICON_STYLE = {};
BICst.TARGET_STYLE.ICON_STYLE.NONE = 1;
BICst.TARGET_STYLE.ICON_STYLE.POINT = 2;
BICst.TARGET_STYLE.ICON_STYLE.ARROW = 3;
BICst.TARGET_STYLE.NUM_LEVEL = {};
BICst.TARGET_STYLE.NUM_LEVEL.NORMAL = 1;
BICst.TARGET_STYLE.NUM_LEVEL.TEN_THOUSAND = 2;
BICst.TARGET_STYLE.NUM_LEVEL.MILLION = 3;
BICst.TARGET_STYLE.NUM_LEVEL.YI = 4;
BICst.TARGET_STYLE.NUM_LEVEL.PERCENT = 5;
BICst.TARGET_STYLE.FORMAT = {};
BICst.TARGET_STYLE.FORMAT.NORMAL = -1;
BICst.TARGET_STYLE.FORMAT.ZERO2POINT = 0;
BICst.TARGET_STYLE.FORMAT.ONE2POINT = 1;
BICst.TARGET_STYLE.FORMAT.TWO2POINT = 2;
BICst.MULTI_PATH_STATUS = {};
BICst.MULTI_PATH_STATUS.NEED_GENERATE_CUBE = 0;
BICst.MULTI_PATH_STATUS.NOT_NEED_GENERATE_CUBE = 1;
BICst.CUSTOM_GROUP = {};
BICst.CUSTOM_GROUP.UNGROUP2OTHER = {};
BICst.CUSTOM_GROUP.UNGROUP2OTHER.NOTSELECTED = 0;
BICst.CUSTOM_GROUP.UNGROUP2OTHER.SELECTED = 1;
BICst.REPORT_STATUS = {};
BICst.REPORT_STATUS.APPLYING = 1;
BICst.REPORT_STATUS.HANGOUT = 2;
BICst.REPORT_STATUS.NORMAL = 3;
BICst.FIELD_ID = {};
BICst.FIELD_ID.HEAD = "81c48028-1401-11e6-a148-3e1d05defe78";
BICst.TREE_LABEL = {};
BICst.TREE_LABEL.TREE_LABEL_ITEM_COUNT_NUM = 40;
BICst.TREE = {};
BICst.TREE.TREE_REQ_TYPE = {};
BICst.TREE.TREE_REQ_TYPE.DEFAULT_DATA = 0;
BICst.TREE.TREE_REQ_TYPE.INIT_DATA = 1;
BICst.TREE.TREE_REQ_TYPE.SELECT_DATA = 3;
BICst.TREE.TREE_REQ_TYPE.ADJUST_DATA = 2;
BICst.TREE.TREE_REQ_TYPE.GET_SELECTED_DATA = 4;
BICst.TREE.TREE_REQ_TYPE.UNSELECT_DATA = 5;
BICst.TREE.TREE_ITEM_COUNT_PER_PAGE = 100;
BICst.BUSINESS_TABLE_TYPE = {};
BICst.BUSINESS_TABLE_TYPE.NORMAL = 0;
BICst.EXPANDER_TYPE = {};
BICst.EXPANDER_TYPE.NONE = false;
BICst.EXPANDER_TYPE.ALL = true;
BICst.SORT = {};
BICst.SORT.ASC = 0;
BICst.SORT.DESC = 1;
BICst.SORT.CUSTOM = 2;
BICst.SORT.NONE = 3;
BICst.SORT.NUMBER_ASC = 4;
BICst.SORT.NUMBER_DESC = 5;
BICst.TABLE_PAGE_OPERATOR = {};
BICst.TABLE_PAGE_OPERATOR.ALL_PAGE = -1;
BICst.TABLE_PAGE_OPERATOR.REFRESH = 0;
BICst.TABLE_PAGE_OPERATOR.COLUMN_PRE = 1;
BICst.TABLE_PAGE_OPERATOR.COLUMN_NEXT = 2;
BICst.TABLE_PAGE_OPERATOR.ROW_PRE = 3;
BICst.TABLE_PAGE_OPERATOR.ROW_NEXT = 4;
BICst.TABLE_PAGE_OPERATOR.EXPAND = 5;
BICst.TABLE_PAGE = {};
BICst.TABLE_PAGE.VERTICAL_PRE = 0;
BICst.TABLE_PAGE.VERTICAL_NEXT = 1;
BICst.TABLE_PAGE.HORIZON_PRE = 2;
BICst.TABLE_PAGE.HORIZON_NEXT = 3;
BICst.TABLE_PAGE.TOTAL_PAGE = 4;
BICst.TABLE_WIDGET = {};
BICst.TABLE_WIDGET.GROUP_TYPE = 1;
BICst.TABLE_WIDGET.CROSS_TYPE = 2;
BICst.TABLE_WIDGET.COMPLEX_TYPE = 3;
BICst.REGION = {};
BICst.REGION.DIMENSION1 = "10000";
BICst.REGION.DIMENSION2 = "20000";
BICst.REGION.TARGET1 = "30000";
BICst.REGION.TARGET2 = "40000";
BICst.REGION.TARGET3 = "50000";
BICst.EXPORT = {};
BICst.EXPORT.EXCEL = 1;
BICst.EXPORT.PDF = 2;
BICst.WIDGET = {};
BICst.WIDGET.TABLE = 1;
BICst.WIDGET.CROSS_TABLE = 2;
BICst.WIDGET.COMPLEX_TABLE = 3;
BICst.WIDGET.DETAIL = 4;
BICst.WIDGET.AXIS = 5;
BICst.WIDGET.ACCUMULATE_AXIS = 6;
BICst.WIDGET.PERCENT_ACCUMULATE_AXIS = 7;
BICst.WIDGET.COMPARE_AXIS = 8;
BICst.WIDGET.FALL_AXIS = 9;
BICst.WIDGET.BAR = 10;
BICst.WIDGET.ACCUMULATE_BAR = 11;
BICst.WIDGET.COMPARE_BAR = 12;
BICst.WIDGET.LINE = 13;
BICst.WIDGET.AREA = 14;
BICst.WIDGET.ACCUMULATE_AREA = 15;
BICst.WIDGET.PERCENT_ACCUMULATE_AREA = 16;
BICst.WIDGET.COMPARE_AREA = 17;
BICst.WIDGET.RANGE_AREA = 18;
BICst.WIDGET.COMBINE_CHART = 19;
BICst.WIDGET.MULTI_AXIS_COMBINE_CHART = 20;
BICst.WIDGET.PIE = 21;
BICst.WIDGET.DONUT = 22;
BICst.WIDGET.MAP = 23;
BICst.WIDGET.GIS_MAP = 24;
BICst.WIDGET.DASHBOARD = 25;
BICst.WIDGET.BUBBLE = 26;
BICst.WIDGET.SCATTER = 28;
BICst.WIDGET.FORCE_BUBBLE = 27;
BICst.WIDGET.RADAR = 29;
BICst.WIDGET.ACCUMULATE_RADAR = 30;
BICst.WIDGET.FUNNEL = 31;
BICst.WIDGET.RECT_TREE = 39;
BICst.WIDGET.MULTI_PIE = 40;
BICst.WIDGET.HEAT_MAP = 65;
BICst.WIDGET.PARETO = 66;
BICst.WIDGET.DOT = 67;
BICst.WIDGET.STRING = 32;
BICst.WIDGET.NUMBER = 33;
BICst.WIDGET.TREE = 34;
BICst.WIDGET.SINGLE_SLIDER = 35;
BICst.WIDGET.INTERVAL_SLIDER = 36;
BICst.WIDGET.LIST_LABEL = 37;
BICst.WIDGET.TREE_LABEL = 38;
BICst.WIDGET.STRING_LIST = 59;
BICst.WIDGET.TREE_LIST = 60;
BICst.WIDGET.DATE_PANE = 61;
BICst.WIDGET.DATE = 48;
BICst.WIDGET.YEAR = 49;
BICst.WIDGET.QUARTER = 50;
BICst.WIDGET.MONTH = 51;
BICst.WIDGET.YMD = 52;
BICst.WIDGET.QUERY = 53;
BICst.WIDGET.RESET = 54;
BICst.WIDGET.CONTENT = 55;
BICst.WIDGET.IMAGE = 56;
BICst.WIDGET.WEB = 57;
BICst.WIDGET.GENERAL_QUERY = 58;
BICst.WIDGET.TABLE_SHOW = 64;
BICst.WIDGET.NONE = -1;
BICst.TARGET_TYPE = {};
BICst.TARGET_TYPE.CAL_POSITION = {};
BICst.TARGET_TYPE.CAL_POSITION.ALL = 0;
BICst.TARGET_TYPE.CAL_POSITION.INGROUP = 1;
BICst.TARGET_TYPE.CAL_VALUE = {};
BICst.TARGET_TYPE.CAL_VALUE.PERIOD_TYPE = {};
BICst.TARGET_TYPE.CAL_VALUE.PERIOD_TYPE.VALUE = 0;
BICst.TARGET_TYPE.CAL_VALUE.PERIOD_TYPE.RATE = 1;
BICst.TARGET_TYPE.CAL_VALUE.SUMMARY_TYPE = {};
BICst.TARGET_TYPE.CAL_VALUE.SUMMARY_TYPE.SUM = 0;
BICst.TARGET_TYPE.CAL_VALUE.SUMMARY_TYPE.MAX = 1;
BICst.TARGET_TYPE.CAL_VALUE.SUMMARY_TYPE.MIN = 2;
BICst.TARGET_TYPE.CAL_VALUE.SUMMARY_TYPE.AVG = 3;
BICst.TARGET_TYPE.CAL_VALUE.RANK_TPYE = {};
BICst.TARGET_TYPE.CAL_VALUE.RANK_TPYE.ASC = 0;
BICst.TARGET_TYPE.CAL_VALUE.RANK_TPYE.DESC = 1;
BICst.TARGET_TYPE.CAL_VALUE.SUM_OF_ALL = 0;
BICst.TARGET_TYPE.CAL_VALUE.PERIOD = 1;
BICst.TARGET_TYPE.CAL_VALUE.SUM_OF_ABOVE = 2;
BICst.TARGET_TYPE.CAL_VALUE.RANK = 3;
BICst.TARGET_TYPE.CAL = {};
BICst.TARGET_TYPE.CAL.FORMULA = 0;
BICst.TARGET_TYPE.CAL.CONFIGURATION = 1;
BICst.TARGET_TYPE.STRING = 1;
BICst.TARGET_TYPE.NUMBER = 2;
BICst.TARGET_TYPE.DATE = 3;
BICst.TARGET_TYPE.COUNTER = 4;
BICst.TARGET_TYPE.FORMULA = 5;
BICst.TARGET_TYPE.YEAR_ON_YEAR_RATE = 6;
BICst.TARGET_TYPE.MONTH_ON_MONTH_RATE = 7;
BICst.TARGET_TYPE.YEAR_ON_YEAR_VALUE = 8;
BICst.TARGET_TYPE.MONTH_ON_MONTH_VALUE = 9;
BICst.TARGET_TYPE.SUM_OF_ABOVE = 10;
BICst.TARGET_TYPE.SUM_OF_ABOVE_IN_GROUP = 11;
BICst.TARGET_TYPE.SUM_OF_ALL = 12;
BICst.TARGET_TYPE.SUM_OF_ALL_IN_GROUP = 13;
BICst.TARGET_TYPE.RANK = 14;
BICst.TARGET_TYPE.RANK_IN_GROUP = 15;
BICst.DIMENSION_FILTER_DATE = {};
BICst.DIMENSION_FILTER_DATE.BELONG_VALUE = 98;
BICst.DIMENSION_FILTER_DATE.NOT_BELONG_VALUE = 99;
BICst.DIMENSION_FILTER_DATE.IS_NULL = 100;
BICst.DIMENSION_FILTER_DATE.NOT_NULL = 101;
BICst.DIMENSION_FILTER_DATE.TOP_N = 102;
BICst.DIMENSION_FILTER_DATE.BOTTOM_N = 103;
BICst.DIMENSION_FILTER_DATE.CONTAIN = 104;
BICst.DIMENSION_FILTER_DATE.NOT_CONTAIN = 105;
BICst.DIMENSION_FILTER_DATE.BEGIN_WITH = 106;
BICst.DIMENSION_FILTER_DATE.END_WITH = 107;
BICst.FILTER_TYPE = {};
BICst.FILTER_TYPE.AND = 80;
BICst.FILTER_TYPE.OR = 81;
BICst.FILTER_TYPE.FORMULA = 82;
BICst.FILTER_TYPE.EMPTY_FORMULA = 90;
BICst.FILTER_TYPE.EMPTY_CONDITION = 91;
BICst.FILTER_TYPE.NUMBER_SUM = 83;
BICst.FILTER_TYPE.NUMBER_AVG = 84;
BICst.FILTER_TYPE.NUMBER_MAX = 85;
BICst.FILTER_TYPE.NUMBER_MIN = 86;
BICst.FILTER_TYPE.NUMBER_COUNT = 87;
BICst.FILTER_TYPE.TREE_FILTER = 88;
BICst.FILTER_TYPE.COLUMNFILTER = 89;
BICst.FILTER_TYPE.DIMENSION_TARGET_VALUE_FILTER = 96;
BICst.FILTER_TYPE.DIMENSION_SELF_FILTER = 97;
BICst.FILTER_DATE = {};
BICst.FILTER_DATE.BELONG_DATE_RANGE = 64;
BICst.FILTER_DATE.BELONG_WIDGET_VALUE = 65;
BICst.FILTER_DATE.NOT_BELONG_DATE_RANGE = 66;
BICst.FILTER_DATE.NOT_BELONG_WIDGET_VALUE = 67;
BICst.FILTER_DATE.MORE_THAN = 68;
BICst.FILTER_DATE.LESS_THAN = 69;
BICst.FILTER_DATE.EQUAL_TO = 70;
BICst.FILTER_DATE.NOT_EQUAL_TO = 71;
BICst.FILTER_DATE.IS_NULL = 72;
BICst.FILTER_DATE.NOT_NULL = 73;
BICst.FILTER_DATE.EARLY_THAN = 74;
BICst.FILTER_DATE.LATER_THAN = 75;
BICst.FILTER_DATE.CONTAINS = 76;
BICst.FILTER_DATE.CONTAINS_DAY = 77;
BICst.FILTER_DATE.DAY_EQUAL_TO = 78;
BICst.FILTER_DATE.DAY_NOT_EQUAL_TO = 79;
BICst.TARGET_FILTER_NUMBER = {};
BICst.TARGET_FILTER_NUMBER.EQUAL_TO = 48;
BICst.TARGET_FILTER_NUMBER.NOT_EQUAL_TO = 49;
BICst.TARGET_FILTER_NUMBER.BELONG_VALUE = 50;
BICst.TARGET_FILTER_NUMBER.BELONG_USER = 51;
BICst.TARGET_FILTER_NUMBER.NOT_BELONG_VALUE = 52;
BICst.TARGET_FILTER_NUMBER.NOT_BELONG_USER = 53;
BICst.TARGET_FILTER_NUMBER.IS_NULL = 54;
BICst.TARGET_FILTER_NUMBER.NOT_NULL = 55;
BICst.TARGET_FILTER_NUMBER.CONTAINS = 56;
BICst.TARGET_FILTER_NUMBER.NOT_CONTAINS = 57;
BICst.TARGET_FILTER_NUMBER.LARGE_THAN_CAL_LINE = 58;
BICst.TARGET_FILTER_NUMBER.LARGE_OR_EQUAL_CAL_LINE = 59;
BICst.TARGET_FILTER_NUMBER.SMALL_THAN_CAL_LINE = 60;
BICst.TARGET_FILTER_NUMBER.SMALL_OR_EQUAL_CAL_LINE = 61;
BICst.TARGET_FILTER_NUMBER.TOP_N = 62;
BICst.TARGET_FILTER_NUMBER.BOTTOM_N = 63;
BICst.TARGET_FILTER_STRING = {};
BICst.TARGET_FILTER_STRING.BELONG_VALUE = 32;
BICst.TARGET_FILTER_STRING.BELONG_USER = 33;
BICst.TARGET_FILTER_STRING.NOT_BELONG_VALUE = 34;
BICst.TARGET_FILTER_STRING.NOT_BELONG_USER = 35;
BICst.TARGET_FILTER_STRING.CONTAIN = 36;
BICst.TARGET_FILTER_STRING.NOT_CONTAIN = 37;
BICst.TARGET_FILTER_STRING.IS_NULL = 38;
BICst.TARGET_FILTER_STRING.NOT_NULL = 39;
BICst.TARGET_FILTER_STRING.BEGIN_WITH = 40;
BICst.TARGET_FILTER_STRING.END_WITH = 41;
BICst.TARGET_FILTER_STRING.NOT_BEGIN_WITH = 42;
BICst.TARGET_FILTER_STRING.NOT_END_WITH = 43;
BICst.TARGET_FILTER_STRING.VAGUE_CONTAIN = 46;
BICst.TARGET_FILTER_STRING.NOT_VAGUE_CONTAIN = 47;
BICst.DIMENSION_FILTER_NUMBER = {};
BICst.DIMENSION_FILTER_NUMBER.BELONG_VALUE = 16;
BICst.DIMENSION_FILTER_NUMBER.BELONG_USER = 17;
BICst.DIMENSION_FILTER_NUMBER.NOT_BELONG_VALUE = 18;
BICst.DIMENSION_FILTER_NUMBER.NOT_BELONG_USER = 19;
BICst.DIMENSION_FILTER_NUMBER.MORE_THAN_AVG = 20;
BICst.DIMENSION_FILTER_NUMBER.LESS_THAN_AVG = 21;
BICst.DIMENSION_FILTER_NUMBER.IS_NULL = 22;
BICst.DIMENSION_FILTER_NUMBER.NOT_NULL = 23;
BICst.DIMENSION_FILTER_NUMBER.TOP_N = 24;
BICst.DIMENSION_FILTER_NUMBER.BOTTOM_N = 25;
BICst.DIMENSION_FILTER_STRING = {};
BICst.DIMENSION_FILTER_STRING.BELONG_VALUE = 0;
BICst.DIMENSION_FILTER_STRING.BELONG_USER = 1;
BICst.DIMENSION_FILTER_STRING.NOT_BELONG_VALUE = 2;
BICst.DIMENSION_FILTER_STRING.NOT_BELONG_USER = 3;
BICst.DIMENSION_FILTER_STRING.CONTAIN = 4;
BICst.DIMENSION_FILTER_STRING.NOT_CONTAIN = 5;
BICst.DIMENSION_FILTER_STRING.IS_NULL = 6;
BICst.DIMENSION_FILTER_STRING.NOT_NULL = 7;
BICst.DIMENSION_FILTER_STRING.BEGIN_WITH = 8;
BICst.DIMENSION_FILTER_STRING.END_WITH = 9;
BICst.DIMENSION_FILTER_STRING.TOP_N = 10;
BICst.DIMENSION_FILTER_STRING.BOTTOM_N = 11;
BICst.DIMENSION_FILTER_STRING.NOT_BEGIN_WITH = 12;
BICst.DIMENSION_FILTER_STRING.NOT_END_WITH = 13;
BICst.DIMENSION_FILTER_STRING.VAGUE_CONTAIN = 14;
BICst.DIMENSION_FILTER_STRING.NOT_VAGUE_CONTAIN = 15;
BICst.GROUP = {};
BICst.GROUP.NO_GROUP = 0;
BICst.GROUP.AUTO_GROUP = 3;
BICst.GROUP.CUSTOM_GROUP = 4;
BICst.GROUP.CUSTOM_NUMBER_GROUP = 5;
BICst.GROUP.Y = 6;
BICst.GROUP.S = 7;
BICst.GROUP.M = 8;
BICst.GROUP.W = 9;
BICst.GROUP.YMD = 10;
BICst.GROUP.YD = 11;
BICst.GROUP.MD = 12;
BICst.GROUP.YMDHMS = 13;
BICst.GROUP.ID_GROUP = 14;
BICst.GROUP.HOUR = 15;
BICst.GROUP.MINUTE = 16;
BICst.GROUP.SECOND = 17;
BICst.GROUP.WEEK_COUNT = 18;
BICst.GROUP.D = 19;
BICst.GROUP.YM = 20;
BICst.GROUP.YW = 21;
BICst.GROUP.YMDH = 22;
BICst.GROUP.YMDHM = 23;
BICst.GROUP.YS = 24;
BICst.SUMMARY_TYPE = {};
BICst.SUMMARY_TYPE.SUM = 0;
BICst.SUMMARY_TYPE.MAX = 1;
BICst.SUMMARY_TYPE.MIN = 2;
BICst.SUMMARY_TYPE.AVG = 3;
BICst.SUMMARY_TYPE.COUNT = 4;
BICst.SUMMARY_TYPE.APPEND = 5;
BICst.SUMMARY_TYPE.RECORD_COUNT = 6;
BICst.BI_REPORT = {};
BICst.BI_REPORT.NULL = 0;
BICst.BI_REPORT.SUBMITED = 1;
BICst.BI_REPORT.PUBLISHED = 2;
BICst.VERSION = "4.0.2";
BICst.SYSTEM_TIME = "__system_time-3e1d05defe78__";
BICst.ETL_ADD_COLUMN_TYPE = {};
BICst.ETL_ADD_COLUMN_TYPE.FORMULA = "formula";
BICst.ETL_ADD_COLUMN_TYPE.DATE_DIFF = "date_diff";
BICst.ETL_ADD_COLUMN_TYPE.DATE_YEAR = "date_year";
BICst.ETL_ADD_COLUMN_TYPE.DATE_SEASON = "date_season";
BICst.ETL_ADD_COLUMN_TYPE.DATE_MONTH = "date_month";
BICst.ETL_ADD_COLUMN_TYPE.EXPR_CPP = "expr_same_period";
BICst.ETL_ADD_COLUMN_TYPE.EXPR_LP = "expr_last_period";
BICst.ETL_ADD_COLUMN_TYPE.EXPR_CPP_PERCENT = "expr_same_period_percent";
BICst.ETL_ADD_COLUMN_TYPE.EXPR_LP_PERCENT = "expr_last_period_percent";
BICst.ETL_ADD_COLUMN_TYPE.EXPR_SUM = "expr_sum";
BICst.ETL_ADD_COLUMN_TYPE.EXPR_ACC = "expr_acc";
BICst.ETL_ADD_COLUMN_TYPE.EXPR_RANK = "expr_rank";
BICst.ETL_ADD_COLUMN_TYPE.GROUP = "group_value";
BICst.ETL_ADD_COLUMN_TYPE.SINGLE_VALUE = "single_value";
BICst.ETL_ADD_COLUMN_TYPE.VALUE_CONVERT = "value_convert";
BICst.JSON_KEYS = {};
BICst.JSON_KEYS.STATISTIC_ELEMENT = "_src";
BICst.JSON_KEYS.FILED_MAX_VALUE = "max";
BICst.JSON_KEYS.FIELD_MIN_VALUE = "min";
BICst.JSON_KEYS.FILTER_VALUE = "filterValue";
BICst.JSON_KEYS.FILTER_CONDITION = "condition";
BICst.JSON_KEYS.FILTER_AND_OR = "andor";
BICst.JSON_KEYS.FILTER_TYPE = "filterType";
BICst.JSON_KEYS.FIELD_ID = "fieldId";
BICst.JSON_KEYS.FIELD_TYPE = "fieldType";
BICst.JSON_KEYS.FIELD_VALUE = "field_value";
BICst.JSON_KEYS.FIELD_NAME = "fieldName";
BICst.JSON_KEYS.TYPE = "type";
BICst.JSON_KEYS.VALUE = "value";
BICst.JSON_KEYS.EXPANDER = "expander";
BICst.JSON_KEYS.EXPANDER_X = "x";
BICst.JSON_KEYS.EXPANDER_Y = "y";
BICst.JSON_KEYS.CLICKEDVALUE = "clickedvalue";
BICst.JSON_KEYS.SETTTINGS = "settings";
BICst.JSON_KEYS.ID = "id";
BICst.JSON_KEYS.TABLES = "tables";
BICst.JSON_KEYS.TABLE = "table";
BICst.JSON_KEYS.FIELDS = "fields";
BICst.JSON_KEYS.FIELD = "field";
BICst.JSON_KEYS.ETL_TYPE = "etlType";
BICst.JSON_KEYS.ETL_VALUE = "etlValue";
BICst.JSON_KEYS.TABLE_TYPE = "table_type";
BICst.JSON_KEYS.HAS_NEXT = "hasNext";
BICst.JSON_KEYS.CONNECTION_SET = "connectionSet";
BICst.JSON_KEYS.PRIMARY_KEY_MAP = "primKeyMap";
BICst.JSON_KEYS.FOREIGN_KEY_MAP = "foreignKeyMap";
BICst.CUSTOM_FORMAT = {};
BICst.CUSTOM_FORMAT.VALUEFORMAT = "(window.BH ? BH.contentFormat(this.value, '#.##;-#.##') : this.value)";
BICst.CUSTOM_FORMAT.PERCENTVALUEFORMAT = "(window.BH ? BH.contentFormat(this.value, '#0.00%') : this.value)";
BICst.CUSTOM_FORMAT.THISPERCENTVALUEFORMAT = "(window.BH ? BH.contentFormat(this, '#0.00%') : this)";
BICst.CUSTOM_FORMAT.NUMSEPARATORS = "(window.BH ? BH.contentFormat(this.value, '#,###.##') : this.value)";
BICst.CUSTOM_FORMAT.PERCENTNUMSEPARATORS = "(window.BH ? BH.contentFormat(this.value, '#,##0%') : this.value)";
BICst.CUSTOM_FORMAT.THISPERCENTNUMSEPARATORS = "(window.BH ? BH.contentFormat(this, '#,##0%') : this)";
BICst.DEFAULT_FORMAT_FUNCTIONS = {};
BICst.DEFAULT_FORMAT_FUNCTIONS.CONTENTFORMAT = "function(){return window.BH ? BH.contentFormat(arguments[0], '') : arguments[0]}";
BICst.DEFAULT_FORMAT_FUNCTIONS.CONTENTFORMAT2DECIMAL = "function () {return window.BH ? BH.contentFormat(arguments[0], '#.##') : arguments[0]}";
BICst.DEFAULT_FORMAT_FUNCTIONS.CONTENTFORMATPERCENTAGE = "function(){return window.BH ? BH.contentFormat(arguments[0], '#.##%') : arguments[0]}";
BICst.LENEGD_DEFAULT_COLOR = {};
BICst.LENEGD_DEFAULT_COLOR.COLOR_A = "#65B3EE";
BICst.LENEGD_DEFAULT_COLOR.COLOR_B = "#95E1AA";
BICst.LENEGD_DEFAULT_COLOR.COLOR_C = "#F8D08E";
BICst.LENEGD_DEFAULT_COLOR.COLOR_D = "#e697c8";
BICst.LENEGD_DEFAULT_COLOR.COLOR_E = "#a484b9";
BICst.CHART_COLOR = {};
BICst.CHART_COLOR.COLOR_A = "#5caae4";
BICst.CHART_COLOR.COLOR_B = "#70cc7f";
BICst.CHART_COLOR.COLOR_C = "#ebbb67";
BICst.CHART_COLOR.COLOR_D = "#e97e7b";
BICst.CHART_COLOR.COLOR_E = "#6ed3c9";
BICst.DISPLAY_RULES = {};
BICst.DISPLAY_RULES.DIMENSION = 1;
BICst.DISPLAY_RULES.FIXED = 2;
BICst.DISPLAY_RULES.GRADIENT = 3;
BICst.LINE_WIDTH = {};
BICst.LINE_WIDTH.ZERO = 0;
BICst.LINE_WIDTH.ONE = 1;
BICst.POINTER = {};
BICst.POINTER.ONE = 1;
BICst.POINTER.SOME = 2;
BICst.CHART_TARGET_STYLE = {};
BICst.CHART_TARGET_STYLE.NUM_LEVEL = {};
BICst.CHART_TARGET_STYLE.NUM_LEVEL.NORMAL = 1;
BICst.CHART_TARGET_STYLE.NUM_LEVEL.TEN_THOUSAND = 2;
BICst.CHART_TARGET_STYLE.NUM_LEVEL.MILLION = 3;
BICst.CHART_TARGET_STYLE.NUM_LEVEL.YI = 4;
BICst.CHART_TARGET_STYLE.NUM_LEVEL.PERCENT = 5;
BICst.CHART_TARGET_STYLE.FORMAT = {};
BICst.CHART_TARGET_STYLE.FORMAT.NORMAL = 1;
BICst.CHART_TARGET_STYLE.FORMAT.ZERO2POINT = 2;
BICst.CHART_TARGET_STYLE.FORMAT.ONE2POINT = 3;
BICst.CHART_TARGET_STYLE.FORMAT.TWO2POINT = 4;
BICst.DOT_VALUE_TYPE = {};
BICst.DOT_VALUE_TYPE.SIZE = 1;
BICst.DOT_VALUE_TYPE.COLOR = 2;
BICst.ACCUMULATE_TYPE = {};
BICst.ACCUMULATE_TYPE.COLUMN = 1;
BICst.ACCUMULATE_TYPE.STACKED_COLUMN = 2;
BICst.ACCUMULATE_TYPE.AREA_NORMAL = 3;
BICst.ACCUMULATE_TYPE.AREA_CURVE = 4;
BICst.ACCUMULATE_TYPE.AREA_RIGHT_ANGLE = 5;
BICst.ACCUMULATE_TYPE.STACKED_AREA_NORMAL = 6;
BICst.ACCUMULATE_TYPE.STACKED_AREA_CURVE = 7;
BICst.ACCUMULATE_TYPE.STACKED_AREA_RIGHT_ANGLE = 8;
BICst.ACCUMULATE_TYPE.LINE_NORMAL = 9;
BICst.ACCUMULATE_TYPE.LINE_CURVE = 10;
BICst.ACCUMULATE_TYPE.LINE_RIGHT_ANGLE = 11;
BICst.DATA_LABEL = {};
BICst.DATA_LABEL.POSITION_INNER = 1;
BICst.DATA_LABEL.POSITION_OUTER = 2;
BICst.DATA_LABEL.POSITION_CENTER = 2;
BICst.DOT_STYLE = {};
BICst.DOT_STYLE.SQUARE = 1;
BICst.DOT_STYLE.TRIANGLE = 2;
BICst.CHART_SHAPE = {};
BICst.CHART_SHAPE.NORMAL = 1;
BICst.CHART_SHAPE.RIGHT_ANGLE = 2;
BICst.CHART_SHAPE.CURVE = 3;
BICst.CHART_SHAPE.EQUAL_ARC_ROSE = 4;
BICst.CHART_SHAPE.NOT_EQUAL_ARC_ROSE = 5;
BICst.CHART_SHAPE.CIRCLE = 6;
BICst.CHART_SHAPE.POLYGON = 7;
BICst.CHART_SHAPE.HALF_DASHBOARD = 9;
BICst.CHART_SHAPE.PERCENT_DASHBOARD = 10;
BICst.CHART_SHAPE.PERCENT_SCALE_SLOT = 11;
BICst.CHART_SHAPE.VERTICAL_TUBE = 12;
BICst.CHART_SHAPE.HORIZONTAL_TUBE = 13;
BICst.CHART_SHAPE.NO_PROJECTOR = 16;
BICst.CHART_SHAPE.PROJECTOR = 17;
BICst.DASHBOARD_CHART_STYLE_AUTO = {};
BICst.DASHBOARD_CHART_STYLE_AUTO.THIRD = {};
BICst.DASHBOARD_CHART_STYLE_AUTO.THIRD.FROM = 2;
BICst.DASHBOARD_CHART_STYLE_AUTO.THIRD.TO = 2;
BICst.DASHBOARD_CHART_STYLE_AUTO.THIRD.COLOR = "";
BICst.DASHBOARD_CHART_STYLE_AUTO.SECOND = {};
BICst.DASHBOARD_CHART_STYLE_AUTO.SECOND.FROM = 2;
BICst.DASHBOARD_CHART_STYLE_AUTO.SECOND.TO = 2;
BICst.DASHBOARD_CHART_STYLE_AUTO.SECOND.COLOR = "";
BICst.DASHBOARD_CHART_STYLE_AUTO.FIRST = {};
BICst.DASHBOARD_CHART_STYLE_AUTO.FIRST.FROM = 2;
BICst.DASHBOARD_CHART_STYLE_AUTO.FIRST.TO = 2;
BICst.DASHBOARD_CHART_STYLE_AUTO.FIRST.COLOR = "";
BICst.PERCENTAGE = {};
BICst.PERCENTAGE.SHOW = 1;
BICst.PERCENTAGE.NOT_SHOW = 2;
BICst.CHART_LEGENDS = {};
BICst.CHART_LEGENDS.NOT_SHOW = 1;
BICst.CHART_LEGENDS.TOP = 2;
BICst.CHART_LEGENDS.RIGHT = 3;
BICst.CHART_LEGENDS.BOTTOM = 4;
BICst.CHART_LEGENDS.LEFT = 5;
BICst.FUNNEL_SLANT_STYLE = {};
BICst.FUNNEL_SLANT_STYLE.SAME = 1;
BICst.FUNNEL_SLANT_STYLE.DIFF = 2;
BICst.MULTI_PIE_GRADIENT_STYLE = {};
BICst.MULTI_PIE_GRADIENT_STYLE.LIGHTER = 1;
BICst.MULTI_PIE_GRADIENT_STYLE.DARKER = 2;
BICst.PIE_ANGLES = {};
BICst.PIE_ANGLES.THREE_FOURTHS = 270;
BICst.PIE_ANGLES.HALF = 180;
BICst.PIE_ANGLES.TOTAL = 360;
BICst.GIS_POSITION_TYPE = {};
BICst.GIS_POSITION_TYPE.ADDRESS = 1;
BICst.GIS_POSITION_TYPE.LNG_LAT = 2;
BICst.GIS_POSITION_TYPE.LNG_FIRST = 3;
BICst.GIS_POSITION_TYPE.LAT_FIRST = 4;
BICst.DATACOLUMN = {};
BICst.DATACOLUMN.X = 96;
BICst.DATACOLUMN.Y = 112;
BICst.DATACOLUMN.Z = 128;
BICst.DATACOLUMN.XANDY = 144;
BICst.DATACOLUMN.XANDYANDSIZE = 160;
BICst.DATA_LABEL_STYLE_TYPE = {};
BICst.DATA_LABEL_STYLE_TYPE.TEXT = 143;
BICst.DATA_LABEL_STYLE_TYPE.IMG = 144;
BICst.DATA_LABEL_RANGE = {};
BICst.DATA_LABEL_RANGE.ALL = 140;
BICst.DATA_LABEL_RANGE.Classification = 141;
BICst.DATA_LABEL_RANGE.Series = 142;
BICst.SCALE_SETTING = {};
BICst.SCALE_SETTING.AUTO = 1;
BICst.SCALE_SETTING.CUSTOM = 2;
BICst.CHART_STYLE = {};
BICst.CHART_STYLE.STYLE_NORMAL = 1;
BICst.CHART_STYLE.STYLE_GRADUAL = 2;
BICst.FONT_STYLE = {};
BICst.FONT_STYLE.FONTFAMILY = "inherit";
BICst.FONT_STYLE.COLOR = "#808080";
BICst.FONT_STYLE.FONTSIZE = "12px";
BICst.AUTO = 1;
BICst.X_AXIS = 3;
BICst.NORMAL = 1;
BICst.POLYGON = 7;
BICst.NOT_SHOW = 2;
BICst.ONE2POINT = 3;
BICst.TWO2POINT = 4;
BICst.LEFT_AXIS = 0;
BICst.LNG_FIRST = 3;
BICst.LAT_FIRST = 4;
BICst.FIX_COUNT = 6;
BICst.ROTATION = -90;
BICst.RIGHT_AXIS = 1;
BICst.ZERO2POINT = 2;
BICst.NO_PROJECT = 16;
BICst.MINLIMIT = 1.0E-5;
BICst.ONE_POINTER = 1;
BICst.MULTI_POINTER = 2;
BICst.LEGEND_BOTTOM = 4;
BICst.STYLE_NORMAL = 21;
BICst.LEGEND_HEIGHT = 80;
BICst.LEGEND_WIDTH = "30.0%";
BICst.HALF_DASHBOARD = 9;
BICst.VERTICAL_TUBE = 12;
BICst.DASHBOARD_AXIS = 4;
BICst.HORIZONTAL_TUBE = 13;
BICst.RIGHT_AXIS_SECOND = 2;
BICst.PERCENT_DASHBOARD = 10;
BICst.PERCENT_SCALE_SLOT = 11;
BICst.INTERVAL = 100;
BICst.GIS_MAP_PATH = "http://webrd01.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}";
BICst.KNOWLEDGE_RIGHT = "<a><img src='http://webapi.amap.com/theme/v1.3/mapinfo_05.png'>&copy; 2016 AutoNavi</a>";
BICst.NUM_SEPARATORS = false;
BICst.WMS_SERVER = "wms";
BICst.DATA_CONFIG_DESIGN = {};
BICst.DATA_CONFIG_DESIGN.NO = 0;
BICst.DATA_CONFIG_DESIGN.YES = 1;
BICst.DATA_CONFIG_AUTHORITY = {};
BICst.DATA_CONFIG_AUTHORITY.PACKAGE_MANAGER = {};
BICst.DATA_CONFIG_AUTHORITY.PACKAGE_MANAGER.NODE = "__package_manager_node__";
BICst.DATA_CONFIG_AUTHORITY.PACKAGE_MANAGER.PAGE = "__package_manager_page__";
BICst.DATA_CONFIG_AUTHORITY.PACKAGE_MANAGER.SERVER_CONNECTION = "__package_server_connection__";
BICst.DATA_CONFIG_AUTHORITY.PACKAGE_MANAGER.DATA_CONNECTION = "__package_data_connection__";
BICst.DATA_CONFIG_AUTHORITY.DATA_CONNECTION = {};
BICst.DATA_CONFIG_AUTHORITY.DATA_CONNECTION.NODE = "__data_connection_node__";
BICst.DATA_CONFIG_AUTHORITY.DATA_CONNECTION.PAGE = "__data_connection_page__";
BICst.DATA_CONFIG_AUTHORITY.MULTI_PATH_SETTING = "__multi_path_setting__";
BICst.DATA_CONFIG_AUTHORITY.PACKAGE_AUTHORITY = "__package_authority__";
BICst.DATA_CONFIG_AUTHORITY.FINE_INDEX_UPDATE = "__fine_index_update__";
BICst.GLOBAL_UPDATE_TYPE = {};
BICst.GLOBAL_UPDATE_TYPE.PART_UPDATE = "_part_update_";
BICst.GLOBAL_UPDATE_TYPE.COMPLETE_UPDATE = "_complete_update_";
BICst.GLOBAL_UPDATE_TYPE.META_UPDATE = "_meta_update_";
BICst.CUBE_UPDATE_TYPE = {};
BICst.CUBE_UPDATE_TYPE.GLOBAL_UPDATE = "__global_update__";
BICst.CUBE_UPDATE_TYPE.SINGLETABLE_UPDATE = "__singleTable_update__";
BICst.SINGLE_TABLE_UPDATE = {};
BICst.SINGLE_TABLE_UPDATE.TOGETHER = 0;
BICst.SINGLE_TABLE_UPDATE.NEVER = 1;
BICst.SINGLE_TABLE_UPDATE_TYPE = {};
BICst.SINGLE_TABLE_UPDATE_TYPE.ALL = 0;
BICst.SINGLE_TABLE_UPDATE_TYPE.PART = 1;
BICst.SINGLE_TABLE_UPDATE_TYPE.NEVER = 2;
BICst.UPDATE_FREQUENCY = {};
BICst.UPDATE_FREQUENCY.EVER_DAY = 0;
BICst.UPDATE_FREQUENCY.EVER_SUNDAY = 1;
BICst.UPDATE_FREQUENCY.EVER_MONDAY = 2;
BICst.UPDATE_FREQUENCY.EVER_TUESDAY = 3;
BICst.UPDATE_FREQUENCY.EVER_WEDNESDAY = 4;
BICst.UPDATE_FREQUENCY.EVER_THURSDAY = 5;
BICst.UPDATE_FREQUENCY.EVER_FRIDAY = 6;
BICst.UPDATE_FREQUENCY.EVER_SATURDAY = 7;
BICst.UPDATE_FREQUENCY.EVER_MONTH = 10;
BICst.REQ_DATA_TYPE = {};
BICst.REQ_DATA_TYPE.REQ_GET_ALL_DATA = -1;
BICst.REQ_DATA_TYPE.REQ_GET_DATA_LENGTH = 0;
BICst.TRANS_TYPE = {};
BICst.TRANS_TYPE.READ_FROM_DB = "db";
BICst.TRANS_TYPE.READ_FROM_TABLEDATA = "tabledata";
BICst.TRANS_TYPE.CHOOSE = "choose";
BICst.CONNECTION = {};
BICst.CONNECTION.ETL_CONNECTION = "__FR_BI_ETL__";
BICst.CONNECTION.SERVER_CONNECTION = "__FR_BI_SERVER__";
BICst.CONNECTION.SQL_CONNECTION = "__FR_BI_SQL__";
BICst.CONNECTION.EXCEL_CONNECTION = "__FR_BI_EXCEL__";
BICst.COLUMN = {};
BICst.COLUMN.NUMBER = 32;
BICst.COLUMN.STRING = 16;
BICst.COLUMN.DATE = 48;
BICst.COLUMN.COUNTER = 64;
BICst.COLUMN.ROW = 80;
BICst.CLASS = {};
BICst.CLASS.INTEGER = 0;
BICst.CLASS.LONG = 1;
BICst.CLASS.DOUBLE = 2;
BICst.CLASS.FLOAT = 3;
BICst.CLASS.DATE = 4;
BICst.CLASS.STRING = 5;
BICst.CLASS.BOOLEAN = 6;
BICst.CLASS.TIMESTAMP = 7;
BICst.CLASS.DECIMAL = 8;
BICst.CLASS.TIME = 9;
BICst.CLASS.BYTE = 10;
BICst.CLASS.ROW = 16;
BICst.SYSTEM_USER_NAME = "__system_user_name__";
BICst.LAST_UPDATE_TIME = "__last_update_time__";
BICst.CURRENT_UPDATE_TIME = "__current_update_time__";
BICst.FUNCTION = {};
BICst.FUNCTION.TEXT = 1;
BICst.FUNCTION.MATH = 2;
BICst.FUNCTION.DATE = 3;
BICst.FUNCTION.ARRAY = 4;
BICst.FUNCTION.LOGIC = 5;
BICst.FUNCTION.OTHER = 6;

2
dist/bundle.css vendored

@ -3210,7 +3210,7 @@ li.CodeMirror-hint-active {
/****** common color(常用颜色,可用于普遍场景) *****/
/**** custom color(自定义颜色,用于特定场景) ****/
.bi-single-slider-slider .slider-button {
cursor: url('${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/cursor/cursor_drag_slider.cur'), auto;
cursor: url('images/1x/cursor/cursor_drag_slider.cur'), auto;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

105
dist/bundle.js vendored

@ -31812,6 +31812,9 @@ BI.Combo = BI.inherit(BI.Widget, {
var debounce = BI.debounce(function (e) {
if (self.combo.element.__isMouseInBounds__(e)) {
if (self.isEnabled() && self.isValid() && self.combo.isEnabled() && self.combo.isValid()) {
if (!o.toggle && self.isViewVisible()) {
return;
}
o.toggle ? self._toggle() : self._popupView();
if (self.isViewVisible()) {
self.fireEvent(BI.Controller.EVENT_CHANGE, BI.Events.EXPAND, "", self.combo);
@ -31828,6 +31831,33 @@ BI.Combo = BI.inherit(BI.Widget, {
st(e);
});
break;
case "click-hover":
var debounce = BI.debounce(function (e) {
if (self.combo.element.__isMouseInBounds__(e)) {
if (self.isEnabled() && self.isValid() && self.combo.isEnabled() && self.combo.isValid()) {
if (self.isViewVisible()) {
return;
}
self._popupView();
if (self.isViewVisible()) {
self.fireEvent(BI.Controller.EVENT_CHANGE, BI.Events.EXPAND, "", self.combo);
self.fireEvent(BI.Combo.EVENT_EXPAND);
}
}
}
}, BI.EVENT_RESPONSE_TIME, true);
self.element.off(ev + "." + self.getName()).on(ev + "." + self.getName(), function (e) {
debounce(e);
st(e);
});
self.element.on("mouseleave." + self.getName(), function (e) {
if (self.isEnabled() && self.isValid() && self.combo.isEnabled() && self.combo.isValid() && o.toggle === true) {
self._hideView();
self.fireEvent(BI.Controller.EVENT_CHANGE, BI.Events.COLLAPSE, "", self.combo);
self.fireEvent(BI.Combo.EVENT_COLLAPSE);
}
});
break;
}
});
},
@ -76860,6 +76890,81 @@ BI.IconTrigger = BI.inherit(BI.Trigger, {
}
});
BI.shortcut('bi.icon_trigger', BI.IconTrigger);/**
* 文字trigger
*
* Created by GUY on 2015/9/15.
* @class BI.IconTextTrigger
* @extends BI.Trigger
*/
BI.IconTextTrigger = BI.inherit(BI.Trigger, {
_const: {
hgap: 4,
triggerWidth: 30
},
_defaultConfig: function () {
var conf = BI.IconTextTrigger.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
baseCls: (conf.baseCls || "") + " bi-text-trigger",
height: 30
});
},
_init: function () {
BI.IconTextTrigger.superclass._init.apply(this, arguments);
var self = this, o = this.options, c = this._const;
this.text = BI.createWidget({
type: "bi.label",
textAlign: "left",
height: o.height,
text: o.text,
hgap: c.hgap
});
this.trigerButton = BI.createWidget({
type: "bi.trigger_icon_button",
cls: "bi-border-left",
width: c.triggerWidth
});
BI.createWidget({
element: this,
type: 'bi.htape',
items: [{
el: {
type: "bi.icon_change_button",
cls: "icon-combo-trigger-icon " + o.iconClass,
ref: function (_ref) {
self.icon = _ref;
},
disableSelected: true
},
width: 24
},
{
el: this.text
}, {
el: this.trigerButton,
width: c.triggerWidth
}
]
});
},
setValue: function (value) {
this.text.setValue(value);
this.text.setTitle(value);
},
setIcon: function (iconCls) {
this.icon.setIcon(iconCls);
},
setText: function (text) {
this.text.setText(text);
this.text.setTitle(text);
}
});
BI.shortcut("bi.icon_text_trigger", BI.IconTextTrigger);/**
* 文字trigger
*
* Created by GUY on 2015/9/15.

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

68
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

75
dist/case.js vendored

@ -12545,6 +12545,81 @@ BI.IconTrigger = BI.inherit(BI.Trigger, {
}
});
BI.shortcut('bi.icon_trigger', BI.IconTrigger);/**
* 文字trigger
*
* Created by GUY on 2015/9/15.
* @class BI.IconTextTrigger
* @extends BI.Trigger
*/
BI.IconTextTrigger = BI.inherit(BI.Trigger, {
_const: {
hgap: 4,
triggerWidth: 30
},
_defaultConfig: function () {
var conf = BI.IconTextTrigger.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
baseCls: (conf.baseCls || "") + " bi-text-trigger",
height: 30
});
},
_init: function () {
BI.IconTextTrigger.superclass._init.apply(this, arguments);
var self = this, o = this.options, c = this._const;
this.text = BI.createWidget({
type: "bi.label",
textAlign: "left",
height: o.height,
text: o.text,
hgap: c.hgap
});
this.trigerButton = BI.createWidget({
type: "bi.trigger_icon_button",
cls: "bi-border-left",
width: c.triggerWidth
});
BI.createWidget({
element: this,
type: 'bi.htape',
items: [{
el: {
type: "bi.icon_change_button",
cls: "icon-combo-trigger-icon " + o.iconClass,
ref: function (_ref) {
self.icon = _ref;
},
disableSelected: true
},
width: 24
},
{
el: this.text
}, {
el: this.trigerButton,
width: c.triggerWidth
}
]
});
},
setValue: function (value) {
this.text.setValue(value);
this.text.setTitle(value);
},
setIcon: function (iconCls) {
this.icon.setIcon(iconCls);
},
setText: function (text) {
this.text.setText(text);
this.text.setTitle(text);
}
});
BI.shortcut("bi.icon_text_trigger", BI.IconTextTrigger);/**
* 文字trigger
*
* Created by GUY on 2015/9/15.

74
dist/demo.js vendored

@ -8445,32 +8445,62 @@ Demo.Slider = BI.inherit(BI.Widget, {
},
_init: function () {
Demo.Slider.superclass._init.apply(this, arguments);
var self = this;
var singleSlider = BI.createWidget({
type: "bi.single_slider",
digit: 0,
width: 300,
height: 50
});
singleSlider.setMinAndMax({
min: 10,
max: 100
});
singleSlider.setValue(30);
singleSlider.populate();
singleSlider.on(BI.SingleSlider.EVENT_CHANGE, function () {
console.log(this.getValue());
});
var normalSingleSlider = BI.createWidget({
type: "bi.single_slider_normal",
height: 30,
width: 300
});
normalSingleSlider.setMinAndMax({
min: 0,
max: 100
});
normalSingleSlider.setValue(10);
normalSingleSlider.populate();
BI.createWidget({
type: "bi.vertical_adapt",
type: "bi.vtape",
element: this,
width: 100,
items: [{
type: "bi.htape",
items: [{
el: {
type: "bi.slider",
min: 16,
max: 50,
ref: function (_ref) {
self.slider = _ref;
}
}
}],
height: 30,
width: 100
}]
el: {
type: "bi.center_adapt",
items: [{
el: singleSlider
}]
},
height: 200
}, {
el: {
type: "bi.center_adapt",
items: [{
el: normalSingleSlider
}]
},
height: 200
}],
hgap: 20
});
this.slider.setValue("30");
this.slider.on(BI.SliderNormal.EVENT_CHANGE, function () {
console.log(this.getValue());
})
}
});
BI.shortcut("demo.slider", Demo.Slider);/**

6
dist/index.html vendored

@ -18,10 +18,10 @@
<script src="widget.js"></script>
<script src="slider.js"></script>
<!--图表-->
<script src="vancharts-all.js"></script>
<script src="biconst.js"></script>
<!--<script src="vancharts-all.js"></script>-->
<!--<script src="biconst.js"></script>-->
<!--图表用到的常量(直接拿的bi的常量)-->
<script src="chart.js"></script>
<!--<script src="chart.js"></script>-->
<script src="demo.js"></script>
</head>

372
dist/slider.js vendored

@ -1,17 +1,17 @@
/**
* Created by zcf on 2016/9/22.
*/
BI.Slider = BI.inherit(BI.Widget, {
BI.SliderIconButton = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.Slider.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-single-button-button"
return BI.extend(BI.SliderIconButton.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-single-slider-button"
});
},
_init: function () {
BI.extend(BI.Slider.superclass._init.apply(this, arguments));
BI.extend(BI.SliderIconButton.superclass._init.apply(this, arguments));
this.slider = BI.createWidget({
type: "bi.icon_button",
cls: "widget-button-icon button-button",
cls: "widget-slider-icon slider-button",
iconWidth: 14,
iconHeight: 14,
height: 14,
@ -30,7 +30,7 @@ BI.Slider = BI.inherit(BI.Widget, {
});
}
});
BI.shortcut("bi.single_slider_slider", BI.Slider);/**
BI.shortcut("bi.single_slider_button", BI.SliderIconButton);/**
* Created by zcf on 2016/9/22.
*/
BI.SingleSlider = BI.inherit(BI.Widget, {
@ -45,13 +45,15 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
},
_defaultConfig: function () {
return BI.extend(BI.SingleSlider.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-single-slider bi-slider-track"
baseCls: "bi-single-slider bi-slider-track",
digit: ""
});
},
_init: function () {
BI.SingleSlider.superclass._init.apply(this, arguments);
var self = this;
var self = this, o = this.options;
var digitExist = (o.digit === "") ? false : true;
var c = this._constant;
this.enable = false;
this.value = "";
@ -69,7 +71,7 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
this.track = this._createTrackWrapper();
this.slider = BI.createWidget({
type: "bi.single_slider_slider"
type: "bi.single_slider_button"
});
this.slider.element.draggable({
axis: "x",
@ -81,8 +83,10 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
self._setBlueTrack(significantPercent);
self._setLabelPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
self.label.setValue(v);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
},
stop: function (e, ui) {
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
@ -117,6 +121,7 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setAllPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
self.label.setValue(v);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
@ -127,7 +132,7 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
cls: "slider-editor-button bi-border",
errorText: "",
height: c.HEIGHT,
width: c.EDITOR_WIDTH,
width: c.EDITOR_WIDTH - 2,
allowBlank: false,
validationChecker: function (v) {
return self._checkValidation(v);
@ -137,9 +142,13 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
}
});
this.label.on(BI.SignEditor.EVENT_CONFIRM, function () {
var percent = self._getPercentByValue(this.getValue());
var v = BI.parseFloat(this.getValue());
var percent = self._getPercentByValue(v);
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setAllPosition(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
this.setValue(v);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
});
this._setVisible(false);
@ -260,7 +269,10 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
},
setValue: function (v) {
var o = this.options;
var digitExist = (o.digit === "") ? false : true;
var value = BI.parseFloat(v);
value = digitExist ? value.toFixed(o.digit) : value;
if ((!isNaN(value))) {
if (this._checkValidation(value)) {
this.value = value;
@ -309,11 +321,9 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
});
BI.SingleSlider.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.single_slider", BI.SingleSlider);/**
* normal single slider
* Created by Young on 2017/6/21.
* Created by Urthur on 2017/9/12.
*/
BI.SingleSliderNormal = BI.inherit(BI.Widget, {
BI.SingleSliderLabel = BI.inherit(BI.Widget, {
_constant: {
EDITOR_WIDTH: 90,
EDITOR_HEIGHT: 30,
@ -323,22 +333,36 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
SLIDER_HEIGHT: 30,
TRACK_HEIGHT: 24
},
props: {
baseCls: "bi-single-button bi-button-track",
minMax: {
min: 0,
max: 100
},
color: "#3f8ce8"
_defaultConfig: function () {
return BI.extend(BI.SingleSliderLabel.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-single-slider bi-slider-track",
digit: "",
unit: ""
});
},
_init: function () {
BI.SingleSliderLabel.superclass._init.apply(this, arguments);
render: function () {
var self = this;
var self = this, o = this.options;
var digitExist = (o.digit === "") ? false : true;
var c = this._constant;
var track = this._createTrack();
this.enable = false;
this.value = "";
this.grayTrack = BI.createWidget({
type: "bi.layout",
cls: "gray-track",
height: 6
});
this.blueTrack = BI.createWidget({
type: "bi.layout",
cls: "blue-track bi-high-light-background",
height: 6
});
this.track = this._createTrackWrapper();
this.slider = BI.createWidget({
type: "bi.single_slider_slider"
type: "bi.single_slider_button"
});
this.slider.element.draggable({
axis: "x",
@ -348,18 +372,20 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
var significantPercent = BI.parseFloat(percent.toFixed(1));//直接对计算出来的百分数保留到小数点后一位,相当于分成了1000份。
self._setBlueTrack(significantPercent);
self._setLabelPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
self.label.setText(v + o.unit);
self.value = v;
self.fireEvent(BI.SingleSliderNormal.EVENT_DRAG, v);
self.fireEvent(BI.SingleSliderLabel.EVENT_CHANGE);
},
stop: function (e, ui) {
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setSliderPosition(significantPercent);
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
self.fireEvent(BI.SingleSliderLabel.EVENT_CHANGE);
}
});
var sliderVertical = BI.createWidget({
type: "bi.vertical",
items: [{
@ -386,12 +412,20 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setAllPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
v = digitExist ? v.toFixed(o.digit) : v;
self.label.setText(v + o.unit);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
self.fireEvent(BI.SingleSliderLabel.EVENT_CHANGE);
}
});
this.label = BI.createWidget({
type: "bi.label",
height: c.HEIGHT,
width: c.EDITOR_WIDTH - 2
});
return {
this._setVisible(false);
BI.createWidget({
type: "bi.absolute",
element: this,
items: [{
@ -400,7 +434,7 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
items: [{
type: "bi.absolute",
items: [{
el: track,
el: this.track,
width: "100%",
height: c.TRACK_HEIGHT
}]
@ -408,34 +442,33 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
hgap: 7,
height: c.TRACK_HEIGHT
},
top: 3,
top: 33,
left: 0,
width: "100%"
}, {
el: sliderVertical,
top: 0,
top: 30,
left: 0,
width: "100%"
}, {
el: {
type: "bi.vertical",
items: [{
type: "bi.absolute",
items: [this.label]
}],
rgap: c.EDITOR_WIDTH,
height: c.EDITOR_HEIGHT
},
top: 10,
left: 0,
width: "100%"
}]
}
})
},
_createTrack: function () {
var self = this;
var c = this._constant;
this.grayTrack = BI.createWidget({
type: "bi.layout",
cls: "gray-track",
height: 6
});
this.blueTrack = BI.createWidget({
type: "bi.layout",
cls: "blue-track",
height: 6
});
this.blueTrack.element.css({"background-color": this.options.color});
return {
_createTrackWrapper: function () {
return BI.createWidget({
type: "bi.absolute",
items: [{
el: {
@ -460,32 +493,35 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
top: 8,
left: 0,
width: "100%"
}],
ref: function (ref) {
self.track = ref;
}
}
}]
})
},
_checkValidation: function (v) {
return !(BI.isNull(v) || v < this.min || v > this.max)
return BI.isNumeric(v) && !(BI.isNull(v) || v < this.min || v > this.max)
},
_setBlueTrack: function (percent) {
this.blueTrack.element.css({"width": percent + "%"});
},
_setLabelPosition: function (percent) {
this.label.element.css({"left": percent + "%"});
},
_setSliderPosition: function (percent) {
this.slider.element.css({"left": percent + "%"});
},
_setAllPosition: function (percent) {
this._setSliderPosition(percent);
this._setLabelPosition(percent);
this._setBlueTrack(percent);
},
_setVisible: function (visible) {
this.slider.setVisible(visible);
this.label.setVisible(visible);
},
_getGrayTrackLength: function () {
@ -506,7 +542,10 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
},
setValue: function (v) {
var o = this.options;
var digitExist = (o.digit === "") ? false : true;
var value = BI.parseFloat(v);
value = digitExist ? value.toFixed(o.digit) : value;
if ((!isNaN(value))) {
if (this._checkValidation(value)) {
this.value = value;
@ -539,128 +578,78 @@ BI.SingleSliderNormal = BI.inherit(BI.Widget, {
},
populate: function () {
var o = this.options;
if (!isNaN(this.min) && !isNaN(this.max)) {
this._setVisible(true);
this.enable = true;
if (BI.isNumeric(this.value) || BI.isNotEmptyString(this.value)) {
this.label.setValue(this.value + o.unit);
this._setAllPosition(this._getPercentByValue(this.value));
} else {
this.label.setValue(this.max + o.unit);
this._setAllPosition(100);
}
}
}
});
BI.SingleSliderNormal.EVENT_DRAG = "EVENT_DRAG";
BI.shortcut("bi.single_slider_normal", BI.SingleSliderNormal);/**
* Created by Urthur on 2017/9/4.
BI.SingleSliderLabel.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.single_slider_label", BI.SingleSliderLabel);/**
* normal single slider
* Created by Young on 2017/6/21.
*/
BI.SliderButton = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.SliderButton.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-slider-button"
});
},
_init: function () {
BI.extend(BI.SliderButton.superclass._init.apply(this, arguments));
var self = this;
var sliderButton = BI.createWidget({
type: "bi.icon_button",
cls: "column-next-page-h-font",
iconWidth: 16,
iconHeight: 16,
height: 16,
width: 16
});
BI.createWidget({
type: "bi.absolute",
element: this,
items: [{
el: sliderButton,
left: -8
}, {
el: {
type: "bi.label",
ref: function (_ref) {
self.label = _ref;
}
},
left: -8,
top: -10
}]
});
},
BI.SingleSliderNormal = BI.inherit(BI.Widget, {
setValue: function (v) {
this.label.setText(v);
}
});
BI.shortcut("bi.slider_button", BI.SliderButton);/**
* Created by Urthur on 2017/9/4.
*/
BI.SliderNormal = BI.inherit(BI.Widget, {
_constant: {
EDITOR_WIDTH: 90,
EDITOR_HEIGHT: 30,
HEIGHT: 28,
SLIDER_WIDTH_HALF: 10,
SLIDER_WIDTH: 25,
SLIDER_WIDTH_HALF: 15,
SLIDER_WIDTH: 30,
SLIDER_HEIGHT: 30,
TRACK_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.SliderNormal.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-slider",
min: 10,
max: 50
})
props: {
baseCls: "bi-single-button bi-button-track",
minMax: {
min: 0,
max: 100
},
color: "#3f8ce8"
},
_init: function () {
BI.SliderNormal.superclass._init.apply(this, arguments);
render: function () {
var self = this;
var c = this._constant, o = this.options;
this.enable = false;
this.value = o.min;
this.min = o.min;
this.max = o.max;
this.rightTrack = BI.createWidget({
type: "bi.layout",
cls: "bi-slider-track",
height: 5
});
this.track = this._createTrack();
var c = this._constant;
var track = this._createTrack();
this.slider = BI.createWidget({
type: "bi.slider_button"
type: "bi.single_slider_button"
});
this.slider.setValue(this.getValue());
this.slider.element.draggable({
axis: "x",
containment: this.rightTrack.element,
containment: this.grayTrack.element,
scroll: false,
drag: function (e, ui) {
var percent = (ui.position.left) * 100 / (self._getRightTrackLength());
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
var significantPercent = BI.parseFloat(percent.toFixed(1));//直接对计算出来的百分数保留到小数点后一位,相当于分成了1000份。
self._setBlueTrack(significantPercent);
var v = self._getValueByPercent(significantPercent);
self.value = BI.parseInt(v) + 1;
self.slider.setValue(self.getValue());
self.fireEvent(BI.SliderNormal.EVENT_CHANGE);
self.value = v;
self.fireEvent(BI.SingleSliderNormal.EVENT_DRAG, v);
},
stop: function (e, ui) {
var percent = (ui.position.left) * 100 / (self._getRightTrackLength());
var percent = (ui.position.left) * 100 / (self._getGrayTrackLength());
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setSliderPosition(significantPercent);
self.fireEvent(BI.SliderNormal.EVENT_CHANGE);
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
}
});
var sliderVertical = BI.createWidget({
type: "bi.vertical",
items: [{
type: "bi.absolute",
items: [{
el: this.slider,
top: 10
}]
items: [this.slider]
}],
hgap: c.SLIDER_WIDTH_HALF,
height: c.SLIDER_HEIGHT
@ -674,21 +663,20 @@ BI.SliderNormal = BI.inherit(BI.Widget, {
percent = 0
}
if (offset > 0 && offset < (trackLength - c.SLIDER_WIDTH)) {
percent = offset * 100 / self._getRightTrackLength();
percent = offset * 100 / self._getGrayTrackLength();
}
if (offset > (trackLength - c.SLIDER_WIDTH)) {
percent = 100
}
var significantPercent = BI.parseFloat(percent.toFixed(1));
self._setSliderPosition(significantPercent);
self._setAllPosition(significantPercent);
var v = self._getValueByPercent(significantPercent);
self.value = BI.parseInt(v);
self.slider.setValue(self.getValue());
self.fireEvent(BI.SliderNormal.EVENT_CHANGE);
self.value = v;
self.fireEvent(BI.SingleSlider.EVENT_CHANGE);
}
});
BI.createWidget({
return {
type: "bi.absolute",
element: this,
items: [{
@ -697,27 +685,42 @@ BI.SliderNormal = BI.inherit(BI.Widget, {
items: [{
type: "bi.absolute",
items: [{
el: this.track,
el: track,
width: "100%",
height: c.TRACK_HEIGHT
}]
}],
hgap: 7,
height: c.TRACK_HEIGHT
},
top: 33,
top: 3,
left: 0,
width: "100%"
}, {
el: sliderVertical,
top: 15,
top: 0,
left: 0,
width: "100%"
}]
});
}
},
_createTrack: function () {
return BI.createWidget({
var self = this;
var c = this._constant;
this.grayTrack = BI.createWidget({
type: "bi.layout",
cls: "gray-track",
height: 6
});
this.blueTrack = BI.createWidget({
type: "bi.layout",
cls: "blue-track",
height: 6
});
this.blueTrack.element.css({"background-color": this.options.color});
return {
type: "bi.absolute",
items: [{
el: {
@ -725,32 +728,53 @@ BI.SliderNormal = BI.inherit(BI.Widget, {
items: [{
type: "bi.absolute",
items: [{
el: this.rightTrack,
el: this.grayTrack,
top: 0,
left: 0,
width: "100%"
}, {
el: this.blueTrack,
top: 0,
left: 0,
width: "0%"
}]
}],
hgap: 8,
height: 5
height: 8
},
top: 5,
top: 8,
left: 0,
width: "100%"
}]
})
}],
ref: function (ref) {
self.track = ref;
}
}
},
_checkValidation: function (v) {
return !(BI.isNull(v) || v < this.min || v > this.max)
},
_setBlueTrack: function (percent) {
this.blueTrack.element.css({"width": percent + "%"});
},
_setSliderPosition: function (percent) {
this.slider.element.css({"left": percent + "%"});
},
_getRightTrackLength: function () {
return this.rightTrack.element[0].scrollWidth
_setAllPosition: function (percent) {
this._setSliderPosition(percent);
this._setBlueTrack(percent);
},
_setVisible: function (visible) {
this.slider.setVisible(visible);
},
_getGrayTrackLength: function () {
return this.grayTrack.element[0].scrollWidth
},
_getValueByPercent: function (percent) {
@ -779,19 +803,37 @@ BI.SliderNormal = BI.inherit(BI.Widget, {
this.value = this.min;
}
}
},
setMinAndMax: function (v) {
var minNumber = BI.parseFloat(v.min);
var maxNumber = BI.parseFloat(v.max);
if ((!isNaN(minNumber)) && (!isNaN(maxNumber)) && (maxNumber > minNumber )) {
this.min = minNumber;
this.max = maxNumber;
}
},
reset: function () {
this._setVisible(false);
this.enable = false;
this.value = "";
this.min = 0;
this.max = 0;
this._setBlueTrack(0);
},
populate: function () {
if (!isNaN(this.min) && !isNaN(this.max)) {
this._setVisible(true);
this.enable = true;
if (BI.isNumeric(this.value) || BI.isNotEmptyString(this.value)) {
this.slider.setValue(BI.parseInt(this.value));
this._setSliderPosition(this._getPercentByValue(this.value));
this._setAllPosition(this._getPercentByValue(this.value));
} else {
this.slider.setValue(this.max);
this._setSliderPosition(100);
this._setAllPosition(100);
}
}
}
});
BI.SliderNormal.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.slider", BI.SliderNormal);
BI.SingleSliderNormal.EVENT_DRAG = "EVENT_DRAG";
BI.shortcut("bi.single_slider_normal", BI.SingleSliderNormal);

167
dist/vancharts-all.js vendored

File diff suppressed because one or more lines are too long

2
dist/widget.css vendored

@ -433,7 +433,7 @@
/****** common color(常用颜色,可用于普遍场景) *****/
/**** custom color(自定义颜色,用于特定场景) ****/
.bi-single-slider-slider .slider-button {
cursor: url('${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/cursor/cursor_drag_slider.cur'), auto;
cursor: url('images/1x/cursor/cursor_drag_slider.cur'), auto;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

14
docs/.gitignore vendored

@ -0,0 +1,14 @@
.DS_Store
.svn
.sass-cache
.vscode
.tmp
node_modules
bower_components
tmp
dist
archive
archive.zip
*.log
_book
test

21
docs/base/bubble.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.html">
<span>
<a href="../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../case/color_chooser_popup.html">
<a href="../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../case/segment.html">
<a href="../case/segment.html">
@ -2482,7 +2495,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"bubble","level":"3.2","depth":1,"next":{"title":"toast","level":"3.3","depth":1,"path":"base/toast.md","ref":"base/toast.md","articles":[]},"previous":{"title":"label","level":"3.1","depth":1,"path":"base/label.md","ref":"base/label.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/bubble.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"bubble","level":"3.2","depth":1,"next":{"title":"toast","level":"3.3","depth":1,"path":"base/toast.md","ref":"base/toast.md","articles":[]},"previous":{"title":"label","level":"3.1","depth":1,"path":"base/label.md","ref":"base/label.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/bubble.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

25
docs/base/button/button.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2499,10 +2512,10 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">shadow</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x662F;&#x5426;&#x663E;&#x793A;&#x9634;&#x5F71;</td>
<td style="text-align:left">boolean</td>
<td style="text-align:left">true,false</td>
<td style="text-align:left"></td>
<td style="text-align:left">props.clear !== true</td>
</tr>
<tr>
<td style="text-align:left">isShadowShowingOnSelected</td>
@ -2662,7 +2675,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"button","level":"3.5.1","depth":2,"next":{"title":"text_button","level":"3.5.2","depth":2,"path":"base/button/text_button.md","ref":"base/button/text_button.md","articles":[]},"previous":{"title":"按钮","level":"3.5","depth":1,"ref":"","articles":[{"title":"button","level":"3.5.1","depth":2,"path":"base/button/button.md","ref":"base/button/button.md","articles":[]},{"title":"text_button","level":"3.5.2","depth":2,"path":"base/button/text_button.md","ref":"base/button/text_button.md","articles":[]},{"title":"icon_button","level":"3.5.3","depth":2,"path":"base/button/icon_button.md","ref":"base/button/icon_button.md","articles":[]},{"title":"image_button","level":"3.5.4","depth":2,"path":"base/button/image_button.md","ref":"base/button/image_button.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/button/button.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"button","level":"3.5.1","depth":2,"next":{"title":"text_button","level":"3.5.2","depth":2,"path":"base/button/text_button.md","ref":"base/button/text_button.md","articles":[]},"previous":{"title":"按钮","level":"3.5","depth":1,"ref":"","articles":[{"title":"button","level":"3.5.1","depth":2,"path":"base/button/button.md","ref":"base/button/button.md","articles":[]},{"title":"text_button","level":"3.5.2","depth":2,"path":"base/button/text_button.md","ref":"base/button/text_button.md","articles":[]},{"title":"icon_button","level":"3.5.3","depth":2,"path":"base/button/icon_button.md","ref":"base/button/icon_button.md","articles":[]},{"title":"image_button","level":"3.5.4","depth":2,"path":"base/button/image_button.md","ref":"base/button/image_button.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/button/button.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/base/button/icon_button.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2474,7 +2487,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"icon_button","level":"3.5.3","depth":2,"next":{"title":"image_button","level":"3.5.4","depth":2,"path":"base/button/image_button.md","ref":"base/button/image_button.md","articles":[]},"previous":{"title":"text_button","level":"3.5.2","depth":2,"path":"base/button/text_button.md","ref":"base/button/text_button.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/button/icon_button.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"icon_button","level":"3.5.3","depth":2,"next":{"title":"image_button","level":"3.5.4","depth":2,"path":"base/button/image_button.md","ref":"base/button/image_button.md","articles":[]},"previous":{"title":"text_button","level":"3.5.2","depth":2,"path":"base/button/text_button.md","ref":"base/button/text_button.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/button/icon_button.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/base/button/image_button.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2384,7 +2397,7 @@
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/yc0g9gLw/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
type: <span class="hljs-string">&apos;bi.image_button&apos;</span>,
type: <span class="hljs-string">&apos;bi.image_button&apos;</span>,
src: <span class="hljs-string">&quot;http://www.easyicon.net/api/resizeApi.php?id=1206741&amp;size=128&quot;</span>,
width: <span class="hljs-number">100</span>,
height: <span class="hljs-number">100</span>
@ -2519,7 +2532,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"image_button","level":"3.5.4","depth":2,"next":{"title":"编辑框","level":"3.6","depth":1,"ref":"","articles":[{"title":"editor","level":"3.6.1","depth":2,"path":"base/editor/editor.md","ref":"base/editor/editor.md","articles":[]},{"title":"code_editor","level":"3.6.2","depth":2,"path":"base/editor/code_editor.md","ref":"base/editor/code_editor.md","articles":[]},{"title":"multifile_editor","level":"3.6.3","depth":2,"path":"base/editor/multifile_editor.md","ref":"base/editor/multifile_editor.md","articles":[]},{"title":"textarea_editor","level":"3.6.4","depth":2,"path":"base/editor/textarea_editor.md","ref":"base/editor/textarea_editor.md","articles":[]},{"title":"formula_editor","level":"3.6.5","depth":2,"path":"base/editor/formula_editor.md","ref":"base/editor/formula_editor.md","articles":[]}]},"previous":{"title":"icon_button","level":"3.5.3","depth":2,"path":"base/button/icon_button.md","ref":"base/button/icon_button.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/button/image_button.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"image_button","level":"3.5.4","depth":2,"next":{"title":"编辑框","level":"3.6","depth":1,"ref":"","articles":[{"title":"editor","level":"3.6.1","depth":2,"path":"base/editor/editor.md","ref":"base/editor/editor.md","articles":[]},{"title":"code_editor","level":"3.6.2","depth":2,"path":"base/editor/code_editor.md","ref":"base/editor/code_editor.md","articles":[]},{"title":"multifile_editor","level":"3.6.3","depth":2,"path":"base/editor/multifile_editor.md","ref":"base/editor/multifile_editor.md","articles":[]},{"title":"textarea_editor","level":"3.6.4","depth":2,"path":"base/editor/textarea_editor.md","ref":"base/editor/textarea_editor.md","articles":[]},{"title":"formula_editor","level":"3.6.5","depth":2,"path":"base/editor/formula_editor.md","ref":"base/editor/formula_editor.md","articles":[]}]},"previous":{"title":"icon_button","level":"3.5.3","depth":2,"path":"base/button/icon_button.md","ref":"base/button/icon_button.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/button/image_button.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/base/button/text_button.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2464,7 +2477,7 @@ BI.createWidget({
<tbody>
<tr>
<td style="text-align:left">py</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x62FC;&#x97F3;</td>
<td style="text-align:left">string</td>
<td style="text-align:left"></td>
<td style="text-align:left">&quot; &quot;</td>
@ -2578,7 +2591,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"text_button","level":"3.5.2","depth":2,"next":{"title":"icon_button","level":"3.5.3","depth":2,"path":"base/button/icon_button.md","ref":"base/button/icon_button.md","articles":[]},"previous":{"title":"button","level":"3.5.1","depth":2,"path":"base/button/button.md","ref":"base/button/button.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/button/text_button.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"text_button","level":"3.5.2","depth":2,"next":{"title":"icon_button","level":"3.5.3","depth":2,"path":"base/button/icon_button.md","ref":"base/button/icon_button.md","articles":[]},"previous":{"title":"button","level":"3.5.1","depth":2,"path":"base/button/button.md","ref":"base/button/button.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/button/text_button.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/base/canvas.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.html">
<span>
<a href="../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../case/color_chooser_popup.html">
<a href="../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../case/segment.html">
<a href="../case/segment.html">
@ -2481,7 +2494,7 @@ canvas.stroke();
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"canvas","level":"3.10","depth":1,"next":{"title":"按钮","level":"4.1","depth":1,"ref":"","articles":[{"title":"multi_select_item","level":"4.1.1","depth":2,"path":"case/button/multi_select_item.md","ref":"case/button/multi_select_item.md","articles":[]},{"title":"single_select_item","level":"4.1.2","depth":2,"path":"case/button/single_select_item.md","ref":"case/button/single_select_item.md","articles":[]},{"title":"single_select_radio_item","level":"4.1.3","depth":2,"path":"case/button/single_select_radio_item.md","ref":"case/button/single_select_radio_item.md","articles":[]}]},"previous":{"title":"svg","level":"3.9","depth":1,"path":"base/svg.md","ref":"base/svg.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/canvas.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"canvas","level":"3.10","depth":1,"next":{"title":"按钮","level":"4.1","depth":1,"ref":"","articles":[{"title":"multi_select_item","level":"4.1.1","depth":2,"path":"case/button/multi_select_item.md","ref":"case/button/multi_select_item.md","articles":[]},{"title":"single_select_item","level":"4.1.2","depth":2,"path":"case/button/single_select_item.md","ref":"case/button/single_select_item.md","articles":[]},{"title":"single_select_radio_item","level":"4.1.3","depth":2,"path":"case/button/single_select_radio_item.md","ref":"case/button/single_select_radio_item.md","articles":[]}]},"previous":{"title":"svg","level":"3.9","depth":1,"path":"base/svg.md","ref":"base/svg.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/canvas.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

21
docs/base/editor/code_editor.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2535,7 +2548,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"code_editor","level":"3.6.2","depth":2,"next":{"title":"multifile_editor","level":"3.6.3","depth":2,"path":"base/editor/multifile_editor.md","ref":"base/editor/multifile_editor.md","articles":[]},"previous":{"title":"editor","level":"3.6.1","depth":2,"path":"base/editor/editor.md","ref":"base/editor/editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/code_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"code_editor","level":"3.6.2","depth":2,"next":{"title":"multifile_editor","level":"3.6.3","depth":2,"path":"base/editor/multifile_editor.md","ref":"base/editor/multifile_editor.md","articles":[]},"previous":{"title":"editor","level":"3.6.1","depth":2,"path":"base/editor/editor.md","ref":"base/editor/editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/code_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

28
docs/base/editor/editor.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2463,13 +2476,6 @@ BI.createWidget({
<td style="text-align:left">&#x2014;</td>
</tr>
<tr>
<td style="text-align:left">mouseOut</td>
<td style="text-align:left"></td>
<td style="text-align:left">boolean</td>
<td style="text-align:left">true,false</td>
<td style="text-align:left">false</td>
</tr>
<tr>
<td style="text-align:left">allowBlank</td>
<td style="text-align:left">&#x662F;&#x5426;&#x5141;&#x8BB8;&#x7A7A;&#x503C;</td>
<td style="text-align:left">boolean</td>
@ -2716,7 +2722,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"editor","level":"3.6.1","depth":2,"next":{"title":"code_editor","level":"3.6.2","depth":2,"path":"base/editor/code_editor.md","ref":"base/editor/code_editor.md","articles":[]},"previous":{"title":"编辑框","level":"3.6","depth":1,"ref":"","articles":[{"title":"editor","level":"3.6.1","depth":2,"path":"base/editor/editor.md","ref":"base/editor/editor.md","articles":[]},{"title":"code_editor","level":"3.6.2","depth":2,"path":"base/editor/code_editor.md","ref":"base/editor/code_editor.md","articles":[]},{"title":"multifile_editor","level":"3.6.3","depth":2,"path":"base/editor/multifile_editor.md","ref":"base/editor/multifile_editor.md","articles":[]},{"title":"textarea_editor","level":"3.6.4","depth":2,"path":"base/editor/textarea_editor.md","ref":"base/editor/textarea_editor.md","articles":[]},{"title":"formula_editor","level":"3.6.5","depth":2,"path":"base/editor/formula_editor.md","ref":"base/editor/formula_editor.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"editor","level":"3.6.1","depth":2,"next":{"title":"code_editor","level":"3.6.2","depth":2,"path":"base/editor/code_editor.md","ref":"base/editor/code_editor.md","articles":[]},"previous":{"title":"编辑框","level":"3.6","depth":1,"ref":"","articles":[{"title":"editor","level":"3.6.1","depth":2,"path":"base/editor/editor.md","ref":"base/editor/editor.md","articles":[]},{"title":"code_editor","level":"3.6.2","depth":2,"path":"base/editor/code_editor.md","ref":"base/editor/code_editor.md","articles":[]},{"title":"multifile_editor","level":"3.6.3","depth":2,"path":"base/editor/multifile_editor.md","ref":"base/editor/multifile_editor.md","articles":[]},{"title":"textarea_editor","level":"3.6.4","depth":2,"path":"base/editor/textarea_editor.md","ref":"base/editor/textarea_editor.md","articles":[]},{"title":"formula_editor","level":"3.6.5","depth":2,"path":"base/editor/formula_editor.md","ref":"base/editor/formula_editor.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/editor.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

39
docs/base/editor/formula_editor.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2423,17 +2436,17 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">fieldTextValueMap</td>
<td style="text-align:left"></td>
<td style="text-align:left">string</td>
<td style="text-align:left">&#x5B57;&#x6BB5;&#x96C6;&#x5408;</td>
<td style="text-align:left">onject</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{}</td>
</tr>
<tr>
<td style="text-align:left">showHint</td>
<td style="text-align:left"></td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">2</td>
<td style="text-align:left">&#x662F;&#x5426;&#x663E;&#x793A;&#x63D0;&#x793A;&#x4FE1;&#x606F;</td>
<td style="text-align:left">boolean</td>
<td style="text-align:left">true,false</td>
<td style="text-align:left">true</td>
</tr>
<tr>
<td style="text-align:left">lineHeight</td>
@ -2491,7 +2504,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">getFormulaString</td>
<td style="text-align:left">&#x83B7;&#x53D6;&#x516C;&#x5F0F;</td>
<td style="text-align:left">&#x83B7;&#x53D6;&#x516C;&#x5F0F;&#x6846;&#x5185;&#x5BB9;</td>
<td style="text-align:left">&#x2014;</td>
</tr>
<tr>
@ -2501,7 +2514,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">getCheckString</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x83B7;&#x53D6;&#x6821;&#x9A8C;&#x5185;&#x5BB9;</td>
<td style="text-align:left">&#x2014;</td>
</tr>
<tr>
@ -2516,7 +2529,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">setFieldTextValueMap</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x8BBE;&#x7F6E;&#x5B57;&#x6BB5;&#x96C6;&#x5408;</td>
<td style="text-align:left">fieldTextValueMap</td>
</tr>
<tr>
@ -2560,7 +2573,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"formula_editor","level":"3.6.5","depth":2,"next":{"title":"表格","level":"3.7","depth":1,"ref":"","articles":[{"title":"table_view","level":"3.7.1","depth":2,"path":"base/table/table_view.md","ref":"base/table/table_view.md","articles":[]},{"title":"grid_table","level":"3.7.2","depth":2,"path":"base/table/grid_table.md","ref":"base/table/grid_table.md","articles":[]},{"title":"collection_table","level":"3.7.3","depth":2,"path":"base/table/collection_table.md","ref":"base/table/collection_table.md","articles":[]},{"title":"resizable_table","level":"3.7.4","depth":2,"path":"base/table/resizable_table.md","ref":"base/table/resizable_table.md","articles":[]}]},"previous":{"title":"textarea_editor","level":"3.6.4","depth":2,"path":"base/editor/textarea_editor.md","ref":"base/editor/textarea_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/formula_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"formula_editor","level":"3.6.5","depth":2,"next":{"title":"表格","level":"3.7","depth":1,"ref":"","articles":[{"title":"table_view","level":"3.7.1","depth":2,"path":"base/table/table_view.md","ref":"base/table/table_view.md","articles":[]},{"title":"grid_table","level":"3.7.2","depth":2,"path":"base/table/grid_table.md","ref":"base/table/grid_table.md","articles":[]},{"title":"collection_table","level":"3.7.3","depth":2,"path":"base/table/collection_table.md","ref":"base/table/collection_table.md","articles":[]},{"title":"resizable_table","level":"3.7.4","depth":2,"path":"base/table/resizable_table.md","ref":"base/table/resizable_table.md","articles":[]}]},"previous":{"title":"textarea_editor","level":"3.6.4","depth":2,"path":"base/editor/textarea_editor.md","ref":"base/editor/textarea_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/formula_editor.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/base/editor/multifile_editor.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2422,7 +2435,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">accept</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x5141;&#x8BB8;&#x4E0A;&#x4F20;&#x7684;&#x6587;&#x4EF6;&#x7C7B;&#x578B;</td>
<td style="text-align:left">string</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">&quot; &quot;</td>
@ -2525,7 +2538,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"multifile_editor","level":"3.6.3","depth":2,"next":{"title":"textarea_editor","level":"3.6.4","depth":2,"path":"base/editor/textarea_editor.md","ref":"base/editor/textarea_editor.md","articles":[]},"previous":{"title":"code_editor","level":"3.6.2","depth":2,"path":"base/editor/code_editor.md","ref":"base/editor/code_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/multifile_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"multifile_editor","level":"3.6.3","depth":2,"next":{"title":"textarea_editor","level":"3.6.4","depth":2,"path":"base/editor/textarea_editor.md","ref":"base/editor/textarea_editor.md","articles":[]},"previous":{"title":"code_editor","level":"3.6.2","depth":2,"path":"base/editor/code_editor.md","ref":"base/editor/code_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/multifile_editor.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/base/editor/textarea_editor.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2491,7 +2504,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"textarea_editor","level":"3.6.4","depth":2,"next":{"title":"formula_editor","level":"3.6.5","depth":2,"path":"base/editor/formula_editor.md","ref":"base/editor/formula_editor.md","articles":[]},"previous":{"title":"multifile_editor","level":"3.6.3","depth":2,"path":"base/editor/multifile_editor.md","ref":"base/editor/multifile_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/textarea_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"textarea_editor","level":"3.6.4","depth":2,"next":{"title":"formula_editor","level":"3.6.5","depth":2,"path":"base/editor/formula_editor.md","ref":"base/editor/formula_editor.md","articles":[]},"previous":{"title":"multifile_editor","level":"3.6.3","depth":2,"path":"base/editor/multifile_editor.md","ref":"base/editor/multifile_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/editor/textarea_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

27
docs/base/label.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.html">
<span>
<a href="../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../case/color_chooser_popup.html">
<a href="../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../case/segment.html">
<a href="../case/segment.html">
@ -2508,14 +2521,14 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">py</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x62FC;&#x97F3;</td>
<td style="text-align:left">string</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">&#x7A7A;</td>
</tr>
<tr>
<td style="text-align:left">keyword</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x8BBE;&#x7F6E;&#x6807;&#x7EA2;&#x7684;&#x5173;&#x952E;&#x8BCD;</td>
<td style="text-align:left">string</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">&#x7A7A;</td>
@ -2595,7 +2608,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">populate</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x6E05;&#x7A7A;label</td>
<td style="text-align:left">&#x2014;</td>
</tr>
</tbody>
@ -2634,7 +2647,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"label","level":"3.1","depth":1,"next":{"title":"bubble","level":"3.2","depth":1,"path":"base/bubble.md","ref":"base/bubble.md","articles":[]},"previous":{"title":"pane","level":"2.9","depth":1,"path":"core/pane.md","ref":"core/pane.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/label.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"label","level":"3.1","depth":1,"next":{"title":"bubble","level":"3.2","depth":1,"path":"base/bubble.md","ref":"base/bubble.md","articles":[]},"previous":{"title":"pane","level":"2.9","depth":1,"path":"core/pane.md","ref":"core/pane.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/label.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

21
docs/base/message.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.html">
<span>
<a href="../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../case/color_chooser_popup.html">
<a href="../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../case/segment.html">
<a href="../case/segment.html">
@ -2464,7 +2477,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"message","level":"3.4","depth":1,"next":{"title":"按钮","level":"3.5","depth":1,"ref":"","articles":[{"title":"button","level":"3.5.1","depth":2,"path":"base/button/button.md","ref":"base/button/button.md","articles":[]},{"title":"text_button","level":"3.5.2","depth":2,"path":"base/button/text_button.md","ref":"base/button/text_button.md","articles":[]},{"title":"icon_button","level":"3.5.3","depth":2,"path":"base/button/icon_button.md","ref":"base/button/icon_button.md","articles":[]},{"title":"image_button","level":"3.5.4","depth":2,"path":"base/button/image_button.md","ref":"base/button/image_button.md","articles":[]}]},"previous":{"title":"toast","level":"3.3","depth":1,"path":"base/toast.md","ref":"base/toast.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/message.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"message","level":"3.4","depth":1,"next":{"title":"按钮","level":"3.5","depth":1,"ref":"","articles":[{"title":"button","level":"3.5.1","depth":2,"path":"base/button/button.md","ref":"base/button/button.md","articles":[]},{"title":"text_button","level":"3.5.2","depth":2,"path":"base/button/text_button.md","ref":"base/button/text_button.md","articles":[]},{"title":"icon_button","level":"3.5.3","depth":2,"path":"base/button/icon_button.md","ref":"base/button/icon_button.md","articles":[]},{"title":"image_button","level":"3.5.4","depth":2,"path":"base/button/image_button.md","ref":"base/button/image_button.md","articles":[]}]},"previous":{"title":"toast","level":"3.3","depth":1,"path":"base/toast.md","ref":"base/toast.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/message.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

21
docs/base/pager.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.html">
<span>
<a href="../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../case/color_chooser_popup.html">
<a href="../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../case/segment.html">
<a href="../case/segment.html">
@ -2632,7 +2645,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"pager","level":"3.8","depth":1,"next":{"title":"svg","level":"3.9","depth":1,"path":"base/svg.md","ref":"base/svg.md","articles":[]},"previous":{"title":"resizable_table","level":"3.7.4","depth":2,"path":"base/table/resizable_table.md","ref":"base/table/resizable_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/pager.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"pager","level":"3.8","depth":1,"next":{"title":"svg","level":"3.9","depth":1,"path":"base/svg.md","ref":"base/svg.md","articles":[]},"previous":{"title":"resizable_table","level":"3.7.4","depth":2,"path":"base/table/resizable_table.md","ref":"base/table/resizable_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/pager.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

21
docs/base/svg.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.html">
<span>
<a href="../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../case/color_chooser_popup.html">
<a href="../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../case/segment.html">
<a href="../case/segment.html">
@ -2538,7 +2551,7 @@ svg.path(<span class="hljs-string">&quot;M10,10L50,50M50,10L10,50&quot;</span>)
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"svg","level":"3.9","depth":1,"next":{"title":"canvas","level":"3.10","depth":1,"path":"base/canvas.md","ref":"base/canvas.md","articles":[]},"previous":{"title":"pager","level":"3.8","depth":1,"path":"base/pager.md","ref":"base/pager.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/svg.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"svg","level":"3.9","depth":1,"next":{"title":"canvas","level":"3.10","depth":1,"path":"base/canvas.md","ref":"base/canvas.md","articles":[]},"previous":{"title":"pager","level":"3.8","depth":1,"path":"base/pager.md","ref":"base/pager.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/svg.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

23
docs/base/table/collection_table.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="bicollectiontable">bi.collection_table</h1>
<h3 id="&#x7EE7;&#x627F;biwidget">&#x7EE7;&#x627F;BI.Widget</h3>
<h3 id="&#x57FA;&#x672C;&#x7684;&#x8868;&#x683C;-&#x7EE7;&#x627F;biwidget">&#x57FA;&#x672C;&#x7684;&#x8868;&#x683C; &#x7EE7;&#x627F;BI.Widget</h3>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/x2zxfzhp/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">BI.createWidget({
type: <span class="hljs-string">&quot;bi.collection_table&quot;</span>,
@ -2611,7 +2624,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"collection_table","level":"3.7.3","depth":2,"next":{"title":"resizable_table","level":"3.7.4","depth":2,"path":"base/table/resizable_table.md","ref":"base/table/resizable_table.md","articles":[]},"previous":{"title":"grid_table","level":"3.7.2","depth":2,"path":"base/table/grid_table.md","ref":"base/table/grid_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/table/collection_table.md","mtime":"2017-09-05T07:06:21.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"collection_table","level":"3.7.3","depth":2,"next":{"title":"resizable_table","level":"3.7.4","depth":2,"path":"base/table/resizable_table.md","ref":"base/table/resizable_table.md","articles":[]},"previous":{"title":"grid_table","level":"3.7.2","depth":2,"path":"base/table/grid_table.md","ref":"base/table/grid_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/table/collection_table.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/base/table/grid_table.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2582,7 +2595,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"grid_table","level":"3.7.2","depth":2,"next":{"title":"collection_table","level":"3.7.3","depth":2,"path":"base/table/collection_table.md","ref":"base/table/collection_table.md","articles":[]},"previous":{"title":"table_view","level":"3.7.1","depth":2,"path":"base/table/table_view.md","ref":"base/table/table_view.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/table/grid_table.md","mtime":"2017-09-05T07:06:11.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"grid_table","level":"3.7.2","depth":2,"next":{"title":"collection_table","level":"3.7.3","depth":2,"path":"base/table/collection_table.md","ref":"base/table/collection_table.md","articles":[]},"previous":{"title":"table_view","level":"3.7.1","depth":2,"path":"base/table/table_view.md","ref":"base/table/table_view.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/table/grid_table.md","mtime":"2017-09-05T07:06:11.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/base/table/resizable_table.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2630,7 +2643,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"resizable_table","level":"3.7.4","depth":2,"next":{"title":"pager","level":"3.8","depth":1,"path":"base/pager.md","ref":"base/pager.md","articles":[]},"previous":{"title":"collection_table","level":"3.7.3","depth":2,"path":"base/table/collection_table.md","ref":"base/table/collection_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/table/resizable_table.md","mtime":"2017-09-05T07:06:29.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"resizable_table","level":"3.7.4","depth":2,"next":{"title":"pager","level":"3.8","depth":1,"path":"base/pager.md","ref":"base/pager.md","articles":[]},"previous":{"title":"collection_table","level":"3.7.3","depth":2,"path":"base/table/collection_table.md","ref":"base/table/collection_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/table/resizable_table.md","mtime":"2017-09-05T07:06:29.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/base/table/table_view.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2649,7 +2662,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"table_view","level":"3.7.1","depth":2,"next":{"title":"grid_table","level":"3.7.2","depth":2,"path":"base/table/grid_table.md","ref":"base/table/grid_table.md","articles":[]},"previous":{"title":"表格","level":"3.7","depth":1,"ref":"","articles":[{"title":"table_view","level":"3.7.1","depth":2,"path":"base/table/table_view.md","ref":"base/table/table_view.md","articles":[]},{"title":"grid_table","level":"3.7.2","depth":2,"path":"base/table/grid_table.md","ref":"base/table/grid_table.md","articles":[]},{"title":"collection_table","level":"3.7.3","depth":2,"path":"base/table/collection_table.md","ref":"base/table/collection_table.md","articles":[]},{"title":"resizable_table","level":"3.7.4","depth":2,"path":"base/table/resizable_table.md","ref":"base/table/resizable_table.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/table/table_view.md","mtime":"2017-09-05T06:52:10.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"table_view","level":"3.7.1","depth":2,"next":{"title":"grid_table","level":"3.7.2","depth":2,"path":"base/table/grid_table.md","ref":"base/table/grid_table.md","articles":[]},"previous":{"title":"表格","level":"3.7","depth":1,"ref":"","articles":[{"title":"table_view","level":"3.7.1","depth":2,"path":"base/table/table_view.md","ref":"base/table/table_view.md","articles":[]},{"title":"grid_table","level":"3.7.2","depth":2,"path":"base/table/grid_table.md","ref":"base/table/grid_table.md","articles":[]},{"title":"collection_table","level":"3.7.3","depth":2,"path":"base/table/collection_table.md","ref":"base/table/collection_table.md","articles":[]},{"title":"resizable_table","level":"3.7.4","depth":2,"path":"base/table/resizable_table.md","ref":"base/table/resizable_table.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/table/table_view.md","mtime":"2017-09-05T06:52:10.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/base/toast.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.html">
<span>
<a href="../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../case/color_chooser_popup.html">
<a href="../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../case/segment.html">
<a href="../case/segment.html">
@ -2488,7 +2501,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"toast","level":"3.3","depth":1,"next":{"title":"message","level":"3.4","depth":1,"path":"base/message.md","ref":"base/message.md","articles":[]},"previous":{"title":"bubble","level":"3.2","depth":1,"path":"base/bubble.md","ref":"base/bubble.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/toast.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"toast","level":"3.3","depth":1,"next":{"title":"message","level":"3.4","depth":1,"path":"base/message.md","ref":"base/message.md","articles":[]},"previous":{"title":"bubble","level":"3.2","depth":1,"path":"base/bubble.md","ref":"base/bubble.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"base/toast.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

25
docs/case/button/multi_select_item.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2420,9 +2433,9 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">logic</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x5E03;&#x5C40;&#x903B;&#x8F91;</td>
<td style="text-align:left">object</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{dynamic:false}</td>
</tr>
</tbody>
@ -2493,7 +2506,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"multi_select_item","level":"4.1.1","depth":2,"next":{"title":"single_select_item","level":"4.1.2","depth":2,"path":"case/button/single_select_item.md","ref":"case/button/single_select_item.md","articles":[]},"previous":{"title":"按钮","level":"4.1","depth":1,"ref":"","articles":[{"title":"multi_select_item","level":"4.1.1","depth":2,"path":"case/button/multi_select_item.md","ref":"case/button/multi_select_item.md","articles":[]},{"title":"single_select_item","level":"4.1.2","depth":2,"path":"case/button/single_select_item.md","ref":"case/button/single_select_item.md","articles":[]},{"title":"single_select_radio_item","level":"4.1.3","depth":2,"path":"case/button/single_select_radio_item.md","ref":"case/button/single_select_radio_item.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/button/multi_select_item.md","mtime":"2017-09-04T11:33:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"multi_select_item","level":"4.1.1","depth":2,"next":{"title":"single_select_item","level":"4.1.2","depth":2,"path":"case/button/single_select_item.md","ref":"case/button/single_select_item.md","articles":[]},"previous":{"title":"按钮","level":"4.1","depth":1,"ref":"","articles":[{"title":"multi_select_item","level":"4.1.1","depth":2,"path":"case/button/multi_select_item.md","ref":"case/button/multi_select_item.md","articles":[]},{"title":"single_select_item","level":"4.1.2","depth":2,"path":"case/button/single_select_item.md","ref":"case/button/single_select_item.md","articles":[]},{"title":"single_select_radio_item","level":"4.1.3","depth":2,"path":"case/button/single_select_radio_item.md","ref":"case/button/single_select_radio_item.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/button/multi_select_item.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/case/button/single_select_item.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="bisingleselectitem">bi.single_select_item</h1>
<h2 id="&#x590D;&#x9009;&#x6846;item&#x57FA;&#x7C7B;bibasicbutton">&#x590D;&#x9009;&#x6846;item,&#x57FA;&#x7C7B;<a href="../../core/basic_button.html">BI.BasicButton</a></h2>
<h2 id="&#x53EF;&#x4EE5;&#x70B9;&#x51FB;&#x7684;label&#x57FA;&#x7C7B;bibasicbutton">&#x53EF;&#x4EE5;&#x70B9;&#x51FB;&#x7684;label,&#x57FA;&#x7C7B;<a href="../../core/basic_button.html">BI.BasicButton</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/19qqcej4/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2502,7 +2515,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"single_select_item","level":"4.1.2","depth":2,"next":{"title":"single_select_radio_item","level":"4.1.3","depth":2,"path":"case/button/single_select_radio_item.md","ref":"case/button/single_select_radio_item.md","articles":[]},"previous":{"title":"multi_select_item","level":"4.1.1","depth":2,"path":"case/button/multi_select_item.md","ref":"case/button/multi_select_item.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/button/single_select_item.md","mtime":"2017-09-04T11:33:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"single_select_item","level":"4.1.2","depth":2,"next":{"title":"single_select_radio_item","level":"4.1.3","depth":2,"path":"case/button/single_select_radio_item.md","ref":"case/button/single_select_radio_item.md","articles":[]},"previous":{"title":"multi_select_item","level":"4.1.1","depth":2,"path":"case/button/multi_select_item.md","ref":"case/button/multi_select_item.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/button/single_select_item.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/button/single_select_radio_item.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2500,7 +2513,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"single_select_radio_item","level":"4.1.3","depth":2,"next":{"title":"编辑框","level":"4.2","depth":1,"ref":"","articles":[{"title":"shelter_editor","level":"4.2.1","depth":2,"path":"case/editor/shelter_editor.md","ref":"case/editor/shelter_editor.md","articles":[]},{"title":"sign_editor","level":"4.2.2","depth":2,"path":"case/editor/sign_editor.md","ref":"case/editor/sign_editor.md","articles":[]},{"title":"sign_initial_editor","level":"4.2.3","depth":2,"path":"case/editor/sign_initial_editor.md","ref":"case/editor/sign_initial_editor.md","articles":[]},{"title":"state_editor","level":"4.2.4","depth":2,"path":"case/editor/state_editor.md","ref":"case/editor/state_editor.md","articles":[]}]},"previous":{"title":"single_select_item","level":"4.1.2","depth":2,"path":"case/button/single_select_item.md","ref":"case/button/single_select_item.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/button/single_select_radio_item.md","mtime":"2017-09-04T11:33:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"single_select_radio_item","level":"4.1.3","depth":2,"next":{"title":"编辑框","level":"4.2","depth":1,"ref":"","articles":[{"title":"shelter_editor","level":"4.2.1","depth":2,"path":"case/editor/shelter_editor.md","ref":"case/editor/shelter_editor.md","articles":[]},{"title":"sign_editor","level":"4.2.2","depth":2,"path":"case/editor/sign_editor.md","ref":"case/editor/sign_editor.md","articles":[]},{"title":"sign_initial_editor","level":"4.2.3","depth":2,"path":"case/editor/sign_initial_editor.md","ref":"case/editor/sign_initial_editor.md","articles":[]},{"title":"state_editor","level":"4.2.4","depth":2,"path":"case/editor/state_editor.md","ref":"case/editor/state_editor.md","articles":[]}]},"previous":{"title":"single_select_item","level":"4.1.2","depth":2,"path":"case/button/single_select_item.md","ref":"case/button/single_select_item.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/button/single_select_radio_item.md","mtime":"2017-09-04T11:33:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/calendar.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.html">
<span>
<a href="combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="segment.html">
<li class="chapter " data-level="4.14" data-path="color_chooser_popup.html">
<a href="color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="segment.html">
<a href="segment.html">
@ -2507,7 +2520,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"calendar","level":"4.10","depth":1,"next":{"title":"clipboard","level":"4.11","depth":1,"path":"case/clipboard.md","ref":"case/clipboard.md","articles":[]},"previous":{"title":"direction_pager","level":"4.9.2","depth":2,"path":"case/pager/direction_pager.md","ref":"case/pager/direction_pager.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/calendar.md","mtime":"2017-09-05T08:05:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"calendar","level":"4.10","depth":1,"next":{"title":"clipboard","level":"4.11","depth":1,"path":"case/clipboard.md","ref":"case/clipboard.md","articles":[]},"previous":{"title":"direction_pager","level":"4.9.2","depth":2,"path":"case/pager/direction_pager.md","ref":"case/pager/direction_pager.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/calendar.md","mtime":"2017-09-05T08:05:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

21
docs/case/clipboard.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.html">
<span>
<a href="combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="segment.html">
<li class="chapter " data-level="4.14" data-path="color_chooser_popup.html">
<a href="color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="segment.html">
<a href="segment.html">
@ -2457,7 +2470,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"clipboard","level":"4.11","depth":1,"next":{"title":"complex_canvas","level":"4.12","depth":1,"path":"case/complex_canvas.md","ref":"case/complex_canvas.md","articles":[]},"previous":{"title":"calendar","level":"4.10","depth":1,"path":"case/calendar.md","ref":"case/calendar.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/clipboard.md","mtime":"2017-09-05T08:07:01.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"clipboard","level":"4.11","depth":1,"next":{"title":"complex_canvas","level":"4.12","depth":1,"path":"case/complex_canvas.md","ref":"case/complex_canvas.md","articles":[]},"previous":{"title":"calendar","level":"4.10","depth":1,"path":"case/calendar.md","ref":"case/calendar.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/clipboard.md","mtime":"2017-09-05T08:07:01.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

23
docs/case/color_chooser.html

@ -69,7 +69,7 @@
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
<link rel="next" href="segment.html" />
<link rel="next" href="color_chooser_popup.html" />
<link rel="prev" href="complex_canvas.html" />
@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.html">
<span>
<a href="combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="segment.html">
<li class="chapter " data-level="4.14" data-path="color_chooser_popup.html">
<a href="color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="segment.html">
<a href="segment.html">
@ -2457,7 +2470,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"color_chooser","level":"4.13","depth":1,"next":{"title":"segment","level":"4.14","depth":1,"path":"case/segment.md","ref":"case/segment.md","articles":[]},"previous":{"title":"complex_canvas","level":"4.12","depth":1,"path":"case/complex_canvas.md","ref":"case/complex_canvas.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/color_chooser.md","mtime":"2017-09-05T08:07:08.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"color_chooser","level":"4.13","depth":1,"next":{"title":"color_chooser_popup","level":"4.14","depth":1,"path":"case/color_chooser_popup.md","ref":"case/color_chooser_popup.md","articles":[]},"previous":{"title":"complex_canvas","level":"4.12","depth":1,"path":"case/complex_canvas.md","ref":"case/complex_canvas.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/color_chooser.md","mtime":"2017-09-05T08:07:08.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

2556
docs/case/color_chooser_popup.html

File diff suppressed because it is too large Load Diff

21
docs/case/combo/bubble_combo.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="text_value_combo.html">
<span>
<a href="text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2641,7 +2654,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"bubble_combo","level":"4.6.1","depth":2,"next":{"title":"icon_combo","level":"4.6.2","depth":2,"path":"case/combo/icon_combo.md","ref":"case/combo/icon_combo.md","articles":[]},"previous":{"title":"下拉框","level":"4.6","depth":1,"ref":"","articles":[{"title":"bubble_combo","level":"4.6.1","depth":2,"path":"case/combo/bubble_combo.md","ref":"case/combo/bubble_combo.md","articles":[]},{"title":"icon_combo","level":"4.6.2","depth":2,"path":"case/combo/icon_combo.md","ref":"case/combo/icon_combo.md","articles":[]},{"title":"static_combo","level":"4.6.3","depth":2,"path":"case/combo/static_combo.md","ref":"case/combo/static_combo.md","articles":[]},{"title":"text_value_combo","level":"4.6.4","depth":2,"path":"case/combo/text_value_combo.md","ref":"case/combo/text_value_combo.md","articles":[]},{"title":"text_value_downlist_combo","level":"4.6.5","depth":2,"path":"case/combo/text_value_downlist_combo.md","ref":"case/combo/text_value_downlist_combo.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/combo/bubble_combo.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"bubble_combo","level":"4.6.1","depth":2,"next":{"title":"icon_combo","level":"4.6.2","depth":2,"path":"case/combo/icon_combo.md","ref":"case/combo/icon_combo.md","articles":[]},"previous":{"title":"下拉框","level":"4.6","depth":1,"ref":"","articles":[{"title":"bubble_combo","level":"4.6.1","depth":2,"path":"case/combo/bubble_combo.md","ref":"case/combo/bubble_combo.md","articles":[]},{"title":"icon_combo","level":"4.6.2","depth":2,"path":"case/combo/icon_combo.md","ref":"case/combo/icon_combo.md","articles":[]},{"title":"static_combo","level":"4.6.3","depth":2,"path":"case/combo/static_combo.md","ref":"case/combo/static_combo.md","articles":[]},{"title":"text_value_combo","level":"4.6.4","depth":2,"path":"case/combo/text_value_combo.md","ref":"case/combo/text_value_combo.md","articles":[]},{"title":"text_value_downlist_combo","level":"4.6.5","depth":2,"path":"case/combo/text_value_downlist_combo.md","ref":"case/combo/text_value_downlist_combo.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/combo/bubble_combo.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

38
docs/case/combo/formula_combo.md

@ -1,38 +0,0 @@
# bi.formula_combo_trigger
## 基类[BI.Widget](/core/widget.md)
{% method %}
[source]()
{% common %}
```javascript
```
{% endmethod %}
## API
##### 基础属性
| 参数 | 说明 | 类型 | 可选值 | 默认值
| :------ |:------------- | :-----| :----|:----
| height | 高度 | number | —| 30
| items | 子组件 | array | — |[ ]|
## 对外方法
| 名称 | 说明 | 回调参数
| :------ |:------------- | :-----
| setValue| 设置value值|—|
| getValue| 获取value值|—|
---

23
docs/case/combo/icon_combo.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="text_value_combo.html">
<span>
<a href="text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="biiconcombo">bi.icon_combo</h1>
<h2 id="&#x57FA;&#x7C7B;biwidget">&#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<h2 id="&#x5207;&#x6362;trigger&#x56FE;&#x6807;&#x7684;combo-&#x57FA;&#x7C7B;biwidget">&#x5207;&#x6362;trigger&#x56FE;&#x6807;&#x7684;combo &#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/z02vzvtb/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2580,7 +2593,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"icon_combo","level":"4.6.2","depth":2,"next":{"title":"static_combo","level":"4.6.3","depth":2,"path":"case/combo/static_combo.md","ref":"case/combo/static_combo.md","articles":[]},"previous":{"title":"bubble_combo","level":"4.6.1","depth":2,"path":"case/combo/bubble_combo.md","ref":"case/combo/bubble_combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/combo/icon_combo.md","mtime":"2017-09-06T05:55:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"icon_combo","level":"4.6.2","depth":2,"next":{"title":"static_combo","level":"4.6.3","depth":2,"path":"case/combo/static_combo.md","ref":"case/combo/static_combo.md","articles":[]},"previous":{"title":"bubble_combo","level":"4.6.1","depth":2,"path":"case/combo/bubble_combo.md","ref":"case/combo/bubble_combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/combo/icon_combo.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

25
docs/case/combo/static_combo.html

@ -69,7 +69,7 @@
<link rel="shortcut icon" href="../../gitbook/images/favicon.ico" type="image/x-icon">
<link rel="next" href="text_value_combo.md" />
<link rel="next" href="text_value_combo.html" />
<link rel="prev" href="icon_combo.html" />
@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="text_value_combo.html">
<span>
<a href="text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="bistaticcombo">bi.static_combo</h1>
<h2 id="&#x5355;&#x9009;combo&#x57FA;&#x7C7B;biwidget">&#x5355;&#x9009;combo,&#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<h2 id="&#x5355;&#x9009;combotrigger&#x663E;&#x793A;&#x9879;&#x4E0D;&#x4F1A;&#x6539;&#x53D8;-&#x57FA;&#x7C7B;biwidget">&#x5355;&#x9009;combo,trigger&#x663E;&#x793A;&#x9879;&#x4E0D;&#x4F1A;&#x6539;&#x53D8; &#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/kn64gfzn/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2514,7 +2527,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"static_combo","level":"4.6.3","depth":2,"next":{"title":"text_value_combo","level":"4.6.4","depth":2,"path":"case/combo/text_value_combo.md","ref":"case/combo/text_value_combo.md","articles":[]},"previous":{"title":"icon_combo","level":"4.6.2","depth":2,"path":"case/combo/icon_combo.md","ref":"case/combo/icon_combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/combo/static_combo.md","mtime":"2017-09-06T05:55:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"static_combo","level":"4.6.3","depth":2,"next":{"title":"text_value_combo","level":"4.6.4","depth":2,"path":"case/combo/text_value_combo.md","ref":"case/combo/text_value_combo.md","articles":[]},"previous":{"title":"icon_combo","level":"4.6.2","depth":2,"path":"case/combo/icon_combo.md","ref":"case/combo/icon_combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/combo/static_combo.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

2576
docs/case/combo/text_value_combo.html

File diff suppressed because it is too large Load Diff

25
docs/case/combo/text_value_downlist_combo.html

@ -70,7 +70,7 @@
<link rel="prev" href="text_value_combo.md" />
<link rel="prev" href="text_value_combo.html" />
</head>
@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="text_value_combo.html">
<span>
<a href="text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2380,7 +2393,7 @@
<section class="normal markdown-section">
<h1 id="bitextvaluedownlistcombo">bi.text_value_down_list_combo</h1>
<h2 id="&#x57FA;&#x7C7B;biwidget">&#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<h2 id="&#x6709;&#x4E8C;&#x7EA7;&#x4E0B;&#x62C9;&#x83DC;&#x5355;&#x7684;combo-&#x57FA;&#x7C7B;biwidget">&#x6709;&#x4E8C;&#x7EA7;&#x4E0B;&#x62C9;&#x83DC;&#x5355;&#x7684;combo &#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/xtxmfgx1/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2500,7 +2513,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"text_value_downlist_combo","level":"4.6.5","depth":2,"next":{"title":"树","level":"4.7","depth":1,"ref":"","articles":[{"title":"branch_tree","level":"4.7.1","depth":2,"path":"case/tree/branch_tree.md","ref":"case/tree/branch_tree.md","articles":[]},{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"path":"case/tree/handstand_branch_tree.md","ref":"case/tree/handstand_branch_tree.md","articles":[]},{"title":"display_tree","level":"4.7.3","depth":2,"path":"case/tree/display_tree.md","ref":"case/tree/display_tree.md","articles":[]},{"title":"simple_tree","level":"4.7.4","depth":2,"path":"case/tree/simple_tree.md","ref":"case/tree/simple_tree.md","articles":[]},{"title":"level_tree","level":"4.7.5","depth":2,"path":"case/tree/level_tree.md","ref":"case/tree/level_tree.md","articles":[]},{"title":"branch_relation","level":"4.7.6","depth":2,"path":"case/tree/branch_relation.md","ref":"case/tree/branch_relation.md","articles":[]}]},"previous":{"title":"text_value_combo","level":"4.6.4","depth":2,"path":"case/combo/text_value_combo.md","ref":"case/combo/text_value_combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/combo/text_value_downlist_combo.md","mtime":"2017-09-06T05:55:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"text_value_downlist_combo","level":"4.6.5","depth":2,"next":{"title":"树","level":"4.7","depth":1,"ref":"","articles":[{"title":"branch_tree","level":"4.7.1","depth":2,"path":"case/tree/branch_tree.md","ref":"case/tree/branch_tree.md","articles":[]},{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"path":"case/tree/handstand_branch_tree.md","ref":"case/tree/handstand_branch_tree.md","articles":[]},{"title":"display_tree","level":"4.7.3","depth":2,"path":"case/tree/display_tree.md","ref":"case/tree/display_tree.md","articles":[]},{"title":"simple_tree","level":"4.7.4","depth":2,"path":"case/tree/simple_tree.md","ref":"case/tree/simple_tree.md","articles":[]},{"title":"level_tree","level":"4.7.5","depth":2,"path":"case/tree/level_tree.md","ref":"case/tree/level_tree.md","articles":[]},{"title":"branch_relation","level":"4.7.6","depth":2,"path":"case/tree/branch_relation.md","ref":"case/tree/branch_relation.md","articles":[]}]},"previous":{"title":"text_value_combo","level":"4.6.4","depth":2,"path":"case/combo/text_value_combo.md","ref":"case/combo/text_value_combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/combo/text_value_downlist_combo.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/complex_canvas.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.html">
<span>
<a href="combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="segment.html">
<li class="chapter " data-level="4.14" data-path="color_chooser_popup.html">
<a href="color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="segment.html">
<a href="segment.html">
@ -2455,7 +2468,7 @@ canvas.stroke();
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"complex_canvas","level":"4.12","depth":1,"next":{"title":"color_chooser","level":"4.13","depth":1,"path":"case/color_chooser.md","ref":"case/color_chooser.md","articles":[]},"previous":{"title":"clipboard","level":"4.11","depth":1,"path":"case/clipboard.md","ref":"case/clipboard.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/complex_canvas.md","mtime":"2017-09-01T07:52:55.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"complex_canvas","level":"4.12","depth":1,"next":{"title":"color_chooser","level":"4.13","depth":1,"path":"case/color_chooser.md","ref":"case/color_chooser.md","articles":[]},"previous":{"title":"clipboard","level":"4.11","depth":1,"path":"case/clipboard.md","ref":"case/clipboard.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/complex_canvas.md","mtime":"2017-09-01T07:52:55.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

26
docs/case/editor/shelter_editor.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2380,16 +2393,13 @@
<section class="normal markdown-section">
<h1 id="bisheltereditor">bi.shelter_editor</h1>
<h2 id="&#x5E26;&#x6807;&#x8BB0;&#x7684;&#x6587;&#x672C;&#x6846;&#x57FA;&#x7C7B;biwidget">&#x5E26;&#x6807;&#x8BB0;&#x7684;&#x6587;&#x672C;&#x6846;,&#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<h2 id="&#x5E26;&#x6807;&#x8BB0;&#x7684;&#x6587;&#x672C;&#x6846;&#x9700;&#x624B;&#x52A8;&#x63A7;&#x5236;&#x8FDB;&#x5165;&#x7F16;&#x8F91;&#x72B6;&#x6001;-&#x57FA;&#x7C7B;biwidget">&#x5E26;&#x6807;&#x8BB0;&#x7684;&#x6587;&#x672C;&#x6846;,&#x9700;&#x624B;&#x52A8;&#x63A7;&#x5236;&#x8FDB;&#x5165;&#x7F16;&#x8F91;&#x72B6;&#x6001; &#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/9Lbx6kga/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
element: <span class="hljs-string">&quot;#wrapper&quot;</span>,
type: <span class="hljs-string">&quot;bi.shelter_editor&quot;</span>,
cls: <span class="hljs-string">&quot;bi-border&quot;</span>,
ref:<span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">_ref</span>)</span>{
editor=_ref;
},
width: <span class="hljs-number">300</span>,
watermark: <span class="hljs-string">&quot;&#x8FD9;&#x4E2A;&#x662F;&#x5E26;&#x6807;&#x8BB0;&#x7684;&quot;</span>
});
@ -2722,7 +2732,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"shelter_editor","level":"4.2.1","depth":2,"next":{"title":"sign_editor","level":"4.2.2","depth":2,"path":"case/editor/sign_editor.md","ref":"case/editor/sign_editor.md","articles":[]},"previous":{"title":"编辑框","level":"4.2","depth":1,"ref":"","articles":[{"title":"shelter_editor","level":"4.2.1","depth":2,"path":"case/editor/shelter_editor.md","ref":"case/editor/shelter_editor.md","articles":[]},{"title":"sign_editor","level":"4.2.2","depth":2,"path":"case/editor/sign_editor.md","ref":"case/editor/sign_editor.md","articles":[]},{"title":"sign_initial_editor","level":"4.2.3","depth":2,"path":"case/editor/sign_initial_editor.md","ref":"case/editor/sign_initial_editor.md","articles":[]},{"title":"state_editor","level":"4.2.4","depth":2,"path":"case/editor/state_editor.md","ref":"case/editor/state_editor.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/editor/shelter_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"shelter_editor","level":"4.2.1","depth":2,"next":{"title":"sign_editor","level":"4.2.2","depth":2,"path":"case/editor/sign_editor.md","ref":"case/editor/sign_editor.md","articles":[]},"previous":{"title":"编辑框","level":"4.2","depth":1,"ref":"","articles":[{"title":"shelter_editor","level":"4.2.1","depth":2,"path":"case/editor/shelter_editor.md","ref":"case/editor/shelter_editor.md","articles":[]},{"title":"sign_editor","level":"4.2.2","depth":2,"path":"case/editor/sign_editor.md","ref":"case/editor/sign_editor.md","articles":[]},{"title":"sign_initial_editor","level":"4.2.3","depth":2,"path":"case/editor/sign_initial_editor.md","ref":"case/editor/sign_initial_editor.md","articles":[]},{"title":"state_editor","level":"4.2.4","depth":2,"path":"case/editor/state_editor.md","ref":"case/editor/state_editor.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/editor/shelter_editor.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/editor/sign_editor.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2705,7 +2718,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"sign_editor","level":"4.2.2","depth":2,"next":{"title":"sign_initial_editor","level":"4.2.3","depth":2,"path":"case/editor/sign_initial_editor.md","ref":"case/editor/sign_initial_editor.md","articles":[]},"previous":{"title":"shelter_editor","level":"4.2.1","depth":2,"path":"case/editor/shelter_editor.md","ref":"case/editor/shelter_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/editor/sign_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"sign_editor","level":"4.2.2","depth":2,"next":{"title":"sign_initial_editor","level":"4.2.3","depth":2,"path":"case/editor/sign_initial_editor.md","ref":"case/editor/sign_initial_editor.md","articles":[]},"previous":{"title":"shelter_editor","level":"4.2.1","depth":2,"path":"case/editor/shelter_editor.md","ref":"case/editor/shelter_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/editor/sign_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/case/editor/sign_initial_editor.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="bisigninitialeditor">bi.sign_initial_editor</h1>
<h2 id="&#x57FA;&#x7C7B;biwidget">&#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<h2 id="&#x6307;&#x5B9A;&#x521D;&#x59CB;&#x503C;-&#x4E4B;&#x540E;&#x521D;&#x59CB;&#x503C;&#x4F1A;&#x4E00;&#x76F4;&#x663E;&#x793A;&#x7684;editor-&#x57FA;&#x7C7B;biwidget">&#x6307;&#x5B9A;&#x521D;&#x59CB;&#x503C; &#x4E4B;&#x540E;&#x521D;&#x59CB;&#x503C;&#x4F1A;&#x4E00;&#x76F4;&#x663E;&#x793A;&#x7684;editor &#x57FA;&#x7C7B;<a href="../../core/widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/9vjghevp/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2718,7 +2731,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"sign_initial_editor","level":"4.2.3","depth":2,"next":{"title":"state_editor","level":"4.2.4","depth":2,"path":"case/editor/state_editor.md","ref":"case/editor/state_editor.md","articles":[]},"previous":{"title":"sign_editor","level":"4.2.2","depth":2,"path":"case/editor/sign_editor.md","ref":"case/editor/sign_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/editor/sign_initial_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"sign_initial_editor","level":"4.2.3","depth":2,"next":{"title":"state_editor","level":"4.2.4","depth":2,"path":"case/editor/state_editor.md","ref":"case/editor/state_editor.md","articles":[]},"previous":{"title":"sign_editor","level":"4.2.2","depth":2,"path":"case/editor/sign_editor.md","ref":"case/editor/sign_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/editor/sign_initial_editor.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/editor/state_editor.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2692,7 +2705,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"state_editor","level":"4.2.4","depth":2,"next":{"title":"弹出层","level":"4.3","depth":1,"ref":"","articles":[{"title":"multi_popup_layer","level":"4.3.1","depth":2,"path":"case/layer/multi_popup_layer.md","ref":"case/layer/multi_popup_layer.md","articles":[]},{"title":"layer_panel","level":"4.3.2","depth":2,"path":"case/layer/layer_panel.md","ref":"case/layer/layer_panel.md","articles":[]},{"title":"pane_list","level":"4.3.3","depth":2,"path":"case/layer/pane_list.md","ref":"case/layer/pane_list.md","articles":[]},{"title":"panel","level":"4.3.4","depth":2,"path":"case/layer/panel.md","ref":"case/layer/panel.md","articles":[]}]},"previous":{"title":"sign_initial_editor","level":"4.2.3","depth":2,"path":"case/editor/sign_initial_editor.md","ref":"case/editor/sign_initial_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/editor/state_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"state_editor","level":"4.2.4","depth":2,"next":{"title":"弹出层","level":"4.3","depth":1,"ref":"","articles":[{"title":"multi_popup_layer","level":"4.3.1","depth":2,"path":"case/layer/multi_popup_layer.md","ref":"case/layer/multi_popup_layer.md","articles":[]},{"title":"layer_panel","level":"4.3.2","depth":2,"path":"case/layer/layer_panel.md","ref":"case/layer/layer_panel.md","articles":[]},{"title":"pane_list","level":"4.3.3","depth":2,"path":"case/layer/pane_list.md","ref":"case/layer/pane_list.md","articles":[]},{"title":"panel","level":"4.3.4","depth":2,"path":"case/layer/panel.md","ref":"case/layer/panel.md","articles":[]}]},"previous":{"title":"sign_initial_editor","level":"4.2.3","depth":2,"path":"case/editor/sign_initial_editor.md","ref":"case/editor/sign_initial_editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/editor/state_editor.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/layer/layer_panel.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2575,7 +2588,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"layer_panel","level":"4.3.2","depth":2,"next":{"title":"pane_list","level":"4.3.3","depth":2,"path":"case/layer/pane_list.md","ref":"case/layer/pane_list.md","articles":[]},"previous":{"title":"multi_popup_layer","level":"4.3.1","depth":2,"path":"case/layer/multi_popup_layer.md","ref":"case/layer/multi_popup_layer.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/layer/layer_panel.md","mtime":"2017-09-06T05:55:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"layer_panel","level":"4.3.2","depth":2,"next":{"title":"pane_list","level":"4.3.3","depth":2,"path":"case/layer/pane_list.md","ref":"case/layer/pane_list.md","articles":[]},"previous":{"title":"multi_popup_layer","level":"4.3.1","depth":2,"path":"case/layer/multi_popup_layer.md","ref":"case/layer/multi_popup_layer.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/layer/layer_panel.md","mtime":"2017-09-06T05:55:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/layer/multi_popup_layer.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2447,7 +2460,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"multi_popup_layer","level":"4.3.1","depth":2,"next":{"title":"layer_panel","level":"4.3.2","depth":2,"path":"case/layer/layer_panel.md","ref":"case/layer/layer_panel.md","articles":[]},"previous":{"title":"弹出层","level":"4.3","depth":1,"ref":"","articles":[{"title":"multi_popup_layer","level":"4.3.1","depth":2,"path":"case/layer/multi_popup_layer.md","ref":"case/layer/multi_popup_layer.md","articles":[]},{"title":"layer_panel","level":"4.3.2","depth":2,"path":"case/layer/layer_panel.md","ref":"case/layer/layer_panel.md","articles":[]},{"title":"pane_list","level":"4.3.3","depth":2,"path":"case/layer/pane_list.md","ref":"case/layer/pane_list.md","articles":[]},{"title":"panel","level":"4.3.4","depth":2,"path":"case/layer/panel.md","ref":"case/layer/panel.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/layer/multi_popup_layer.md","mtime":"2017-09-06T05:55:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"multi_popup_layer","level":"4.3.1","depth":2,"next":{"title":"layer_panel","level":"4.3.2","depth":2,"path":"case/layer/layer_panel.md","ref":"case/layer/layer_panel.md","articles":[]},"previous":{"title":"弹出层","level":"4.3","depth":1,"ref":"","articles":[{"title":"multi_popup_layer","level":"4.3.1","depth":2,"path":"case/layer/multi_popup_layer.md","ref":"case/layer/multi_popup_layer.md","articles":[]},{"title":"layer_panel","level":"4.3.2","depth":2,"path":"case/layer/layer_panel.md","ref":"case/layer/layer_panel.md","articles":[]},{"title":"pane_list","level":"4.3.3","depth":2,"path":"case/layer/pane_list.md","ref":"case/layer/pane_list.md","articles":[]},{"title":"panel","level":"4.3.4","depth":2,"path":"case/layer/panel.md","ref":"case/layer/panel.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/layer/multi_popup_layer.md","mtime":"2017-09-06T05:55:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/case/layer/pane_list.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2444,7 +2457,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">logic</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x5E03;&#x5C40;&#x903B;&#x8F91;</td>
<td style="text-align:left">object</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{ dynamic:true}</td>
@ -2629,7 +2642,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"pane_list","level":"4.3.3","depth":2,"next":{"title":"panel","level":"4.3.4","depth":2,"path":"case/layer/panel.md","ref":"case/layer/panel.md","articles":[]},"previous":{"title":"layer_panel","level":"4.3.2","depth":2,"path":"case/layer/layer_panel.md","ref":"case/layer/layer_panel.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/layer/pane_list.md","mtime":"2017-09-06T05:55:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"pane_list","level":"4.3.3","depth":2,"next":{"title":"panel","level":"4.3.4","depth":2,"path":"case/layer/panel.md","ref":"case/layer/panel.md","articles":[]},"previous":{"title":"layer_panel","level":"4.3.2","depth":2,"path":"case/layer/layer_panel.md","ref":"case/layer/layer_panel.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/layer/pane_list.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

25
docs/case/layer/panel.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2421,7 +2434,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">titleButton</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x6807;&#x9898;&#x540E;&#x7684;&#x6309;&#x94AE;&#x7EC4;</td>
<td style="text-align:left">array</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">[ ]</td>
@ -2435,7 +2448,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">logic</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x5E03;&#x5C40;&#x903B;&#x8F91;</td>
<td style="text-align:left">object</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{ dynamic:false}</td>
@ -2493,7 +2506,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"panel","level":"4.3.4","depth":2,"next":{"title":"列表","level":"4.4","depth":1,"ref":"","articles":[{"title":"select_list","level":"4.4.1","depth":2,"path":"case/list/list.select.md","ref":"case/list/list.select.md","articles":[]},{"title":"lazy_loader","level":"4.4.2","depth":2,"path":"case/loader/lazy_loader.md","ref":"case/loader/lazy_loader.md","articles":[]},{"title":"list_loader","level":"4.4.3","depth":2,"path":"case/loader/list_loader.md","ref":"case/loader/list_loader.md","articles":[]},{"title":"sort_list","level":"4.4.4","depth":2,"path":"case/loader/sort_list.md","ref":"case/loader/sort_list.md","articles":[]}]},"previous":{"title":"pane_list","level":"4.3.3","depth":2,"path":"case/layer/pane_list.md","ref":"case/layer/pane_list.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/layer/panel.md","mtime":"2017-09-06T05:55:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"panel","level":"4.3.4","depth":2,"next":{"title":"列表","level":"4.4","depth":1,"ref":"","articles":[{"title":"select_list","level":"4.4.1","depth":2,"path":"case/list/list.select.md","ref":"case/list/list.select.md","articles":[]},{"title":"lazy_loader","level":"4.4.2","depth":2,"path":"case/loader/lazy_loader.md","ref":"case/loader/lazy_loader.md","articles":[]},{"title":"list_loader","level":"4.4.3","depth":2,"path":"case/loader/list_loader.md","ref":"case/loader/list_loader.md","articles":[]},{"title":"sort_list","level":"4.4.4","depth":2,"path":"case/loader/sort_list.md","ref":"case/loader/sort_list.md","articles":[]}]},"previous":{"title":"pane_list","level":"4.3.3","depth":2,"path":"case/layer/pane_list.md","ref":"case/layer/pane_list.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/layer/panel.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/list/list.select.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2582,7 +2595,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"select_list","level":"4.4.1","depth":2,"next":{"title":"lazy_loader","level":"4.4.2","depth":2,"path":"case/loader/lazy_loader.md","ref":"case/loader/lazy_loader.md","articles":[]},"previous":{"title":"列表","level":"4.4","depth":1,"ref":"","articles":[{"title":"select_list","level":"4.4.1","depth":2,"path":"case/list/list.select.md","ref":"case/list/list.select.md","articles":[]},{"title":"lazy_loader","level":"4.4.2","depth":2,"path":"case/loader/lazy_loader.md","ref":"case/loader/lazy_loader.md","articles":[]},{"title":"list_loader","level":"4.4.3","depth":2,"path":"case/loader/list_loader.md","ref":"case/loader/list_loader.md","articles":[]},{"title":"sort_list","level":"4.4.4","depth":2,"path":"case/loader/sort_list.md","ref":"case/loader/sort_list.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/list/list.select.md","mtime":"2017-09-05T07:25:25.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"select_list","level":"4.4.1","depth":2,"next":{"title":"lazy_loader","level":"4.4.2","depth":2,"path":"case/loader/lazy_loader.md","ref":"case/loader/lazy_loader.md","articles":[]},"previous":{"title":"列表","level":"4.4","depth":1,"ref":"","articles":[{"title":"select_list","level":"4.4.1","depth":2,"path":"case/list/list.select.md","ref":"case/list/list.select.md","articles":[]},{"title":"lazy_loader","level":"4.4.2","depth":2,"path":"case/loader/lazy_loader.md","ref":"case/loader/lazy_loader.md","articles":[]},{"title":"list_loader","level":"4.4.3","depth":2,"path":"case/loader/list_loader.md","ref":"case/loader/list_loader.md","articles":[]},{"title":"sort_list","level":"4.4.4","depth":2,"path":"case/loader/sort_list.md","ref":"case/loader/sort_list.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/list/list.select.md","mtime":"2017-09-05T07:25:25.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/case/loader/lazy_loader.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="bilazyloader">bi.lazy_loader</h1>
<h3 id="&#x61D2;&#x52A0;&#x8F7D;">&#x61D2;&#x52A0;&#x8F7D;</h3>
<h3 id="&#x61D2;&#x52A0;&#x8F7D;loader">&#x61D2;&#x52A0;&#x8F7D;loader</h3>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/n710yphc/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2512,7 +2525,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"lazy_loader","level":"4.4.2","depth":2,"next":{"title":"list_loader","level":"4.4.3","depth":2,"path":"case/loader/list_loader.md","ref":"case/loader/list_loader.md","articles":[]},"previous":{"title":"select_list","level":"4.4.1","depth":2,"path":"case/list/list.select.md","ref":"case/list/list.select.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/loader/lazy_loader.md","mtime":"2017-09-05T07:25:32.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"lazy_loader","level":"4.4.2","depth":2,"next":{"title":"list_loader","level":"4.4.3","depth":2,"path":"case/loader/list_loader.md","ref":"case/loader/list_loader.md","articles":[]},"previous":{"title":"select_list","level":"4.4.1","depth":2,"path":"case/list/list.select.md","ref":"case/list/list.select.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/loader/lazy_loader.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/case/loader/list_loader.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="bilistloader">bi.list_loader</h1>
<h3 id="&#x6076;&#x5FC3;&#x7684;&#x52A0;&#x8F7D;&#x63A7;&#x4EF6;&#xFF0C;-&#x4E3A;&#x89E3;&#x51B3;&#x6392;&#x5E8F;&#x95EE;&#x9898;&#x5F15;&#x5165;&#x7684;&#x63A7;&#x4EF6;">&#x6076;&#x5FC3;&#x7684;&#x52A0;&#x8F7D;&#x63A7;&#x4EF6;&#xFF0C; &#x4E3A;&#x89E3;&#x51B3;&#x6392;&#x5E8F;&#x95EE;&#x9898;&#x5F15;&#x5165;&#x7684;&#x63A7;&#x4EF6;</h3>
<h3 id="&#x4E3A;&#x89E3;&#x51B3;&#x6392;&#x5E8F;&#x95EE;&#x9898;&#x5F15;&#x5165;&#x7684;&#x63A7;&#x4EF6;">&#x4E3A;&#x89E3;&#x51B3;&#x6392;&#x5E8F;&#x95EE;&#x9898;&#x5F15;&#x5165;&#x7684;&#x63A7;&#x4EF6;</h3>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/8wa7rvcd/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2569,7 +2582,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"list_loader","level":"4.4.3","depth":2,"next":{"title":"sort_list","level":"4.4.4","depth":2,"path":"case/loader/sort_list.md","ref":"case/loader/sort_list.md","articles":[]},"previous":{"title":"lazy_loader","level":"4.4.2","depth":2,"path":"case/loader/lazy_loader.md","ref":"case/loader/lazy_loader.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/loader/list_loader.md","mtime":"2017-09-05T07:25:35.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"list_loader","level":"4.4.3","depth":2,"next":{"title":"sort_list","level":"4.4.4","depth":2,"path":"case/loader/sort_list.md","ref":"case/loader/sort_list.md","articles":[]},"previous":{"title":"lazy_loader","level":"4.4.2","depth":2,"path":"case/loader/lazy_loader.md","ref":"case/loader/lazy_loader.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/loader/list_loader.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/loader/sort_list.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2567,7 +2580,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"sort_list","level":"4.4.4","depth":2,"next":{"title":"触发器","level":"4.5","depth":1,"ref":"","articles":[{"title":"editor_trigger","level":"4.5.1","depth":2,"path":"case/trigger/editor_trigger.md","ref":"case/trigger/editor_trigger.md","articles":[]},{"title":"icon_trigger","level":"4.5.2","depth":2,"path":"case/trigger/icon_trigger.md","ref":"case/trigger/icon_trigger.md","articles":[]},{"title":"text_trigger","level":"4.5.3","depth":2,"path":"case/trigger/text_trigger.md","ref":"case/trigger/text_trigger.md","articles":[]}]},"previous":{"title":"list_loader","level":"4.4.3","depth":2,"path":"case/loader/list_loader.md","ref":"case/loader/list_loader.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/loader/sort_list.md","mtime":"2017-09-05T07:25:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"sort_list","level":"4.4.4","depth":2,"next":{"title":"触发器","level":"4.5","depth":1,"ref":"","articles":[{"title":"editor_trigger","level":"4.5.1","depth":2,"path":"case/trigger/editor_trigger.md","ref":"case/trigger/editor_trigger.md","articles":[]},{"title":"icon_trigger","level":"4.5.2","depth":2,"path":"case/trigger/icon_trigger.md","ref":"case/trigger/icon_trigger.md","articles":[]},{"title":"text_trigger","level":"4.5.3","depth":2,"path":"case/trigger/text_trigger.md","ref":"case/trigger/text_trigger.md","articles":[]}]},"previous":{"title":"list_loader","level":"4.4.3","depth":2,"path":"case/loader/list_loader.md","ref":"case/loader/list_loader.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/loader/sort_list.md","mtime":"2017-09-05T07:25:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/pager/all_count_pager.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2521,7 +2534,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"all_count_pager","level":"4.9.1","depth":2,"next":{"title":"direction_pager","level":"4.9.2","depth":2,"path":"case/pager/direction_pager.md","ref":"case/pager/direction_pager.md","articles":[]},"previous":{"title":"Pager","level":"4.9","depth":1,"ref":"","articles":[{"title":"all_count_pager","level":"4.9.1","depth":2,"path":"case/pager/all_count_pager.md","ref":"case/pager/all_count_pager.md","articles":[]},{"title":"direction_pager","level":"4.9.2","depth":2,"path":"case/pager/direction_pager.md","ref":"case/pager/direction_pager.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/pager/all_count_pager.md","mtime":"2017-09-05T07:57:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"all_count_pager","level":"4.9.1","depth":2,"next":{"title":"direction_pager","level":"4.9.2","depth":2,"path":"case/pager/direction_pager.md","ref":"case/pager/direction_pager.md","articles":[]},"previous":{"title":"Pager","level":"4.9","depth":1,"ref":"","articles":[{"title":"all_count_pager","level":"4.9.1","depth":2,"path":"case/pager/all_count_pager.md","ref":"case/pager/all_count_pager.md","articles":[]},{"title":"direction_pager","level":"4.9.2","depth":2,"path":"case/pager/direction_pager.md","ref":"case/pager/direction_pager.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/pager/all_count_pager.md","mtime":"2017-09-05T07:57:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/pager/direction_pager.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2583,7 +2596,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"direction_pager","level":"4.9.2","depth":2,"next":{"title":"calendar","level":"4.10","depth":1,"path":"case/calendar.md","ref":"case/calendar.md","articles":[]},"previous":{"title":"all_count_pager","level":"4.9.1","depth":2,"path":"case/pager/all_count_pager.md","ref":"case/pager/all_count_pager.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/pager/direction_pager.md","mtime":"2017-09-05T08:04:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"direction_pager","level":"4.9.2","depth":2,"next":{"title":"calendar","level":"4.10","depth":1,"path":"case/calendar.md","ref":"case/calendar.md","articles":[]},"previous":{"title":"all_count_pager","level":"4.9.1","depth":2,"path":"case/pager/all_count_pager.md","ref":"case/pager/all_count_pager.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/pager/direction_pager.md","mtime":"2017-09-05T08:04:18.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

46
docs/case/segment.html

@ -70,7 +70,7 @@
<link rel="prev" href="color_chooser.html" />
<link rel="prev" href="color_chooser_popup.html" />
</head>
@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="combo/text_value_combo.html">
<span>
<a href="combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter active" data-level="4.14" data-path="segment.html">
<li class="chapter " data-level="4.14" data-path="color_chooser_popup.html">
<a href="color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter active" data-level="4.15" data-path="segment.html">
<a href="segment.html">
@ -2428,63 +2441,64 @@ BI.createWidget({
<td style="text-align:left">hgap</td>
<td style="text-align:left">&#x6548;&#x679C;&#x76F8;&#x5F53;&#x4E8E;&#x6587;&#x672C;&#x6846;&#x5DE6;&#x53F3;padding&#x503C;</td>
<td style="text-align:left">number</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">10</td>
</tr>
<tr>
<td style="text-align:left">vgap</td>
<td style="text-align:left">&#x6548;&#x679C;&#x76F8;&#x5F53;&#x4E8E;&#x6587;&#x672C;&#x6846;&#x4E0A;&#x4E0B;padding&#x503C;</td>
<td style="text-align:left">number</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">0</td>
</tr>
<tr>
<td style="text-align:left">lgap</td>
<td style="text-align:left">&#x6548;&#x679C;&#x76F8;&#x5F53;&#x4E8E;&#x6587;&#x672C;&#x6846;left-padding&#x503C;</td>
<td style="text-align:left">number</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">0</td>
</tr>
<tr>
<td style="text-align:left">rgap</td>
<td style="text-align:left">&#x6548;&#x679C;&#x76F8;&#x5F53;&#x4E8E;&#x6587;&#x672C;&#x6846;right-padding&#x503C;</td>
<td style="text-align:left">number</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">0</td>
</tr>
<tr>
<td style="text-align:left">tgap</td>
<td style="text-align:left">&#x6548;&#x679C;&#x76F8;&#x5F53;&#x4E8E;&#x6587;&#x672C;&#x6846;top-padding&#x503C;</td>
<td style="text-align:left">number</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">0</td>
</tr>
<tr>
<td style="text-align:left">bgap</td>
<td style="text-align:left">&#x6548;&#x679C;&#x76F8;&#x5F53;&#x4E8E;&#x6587;&#x672C;&#x6846;bottom-padding&#x503C;</td>
<td style="text-align:left">number</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">0</td>
</tr>
<tr>
<td style="text-align:left">items</td>
<td style="text-align:left">&#x5B50;&#x63A7;&#x4EF6;&#x6570;&#x7EC4;</td>
<td style="text-align:left">array</td>
<td style="text-align:left"></td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">[ ]</td>
</tr>
<tr>
<td style="text-align:left">width</td>
<td style="text-align:left">&#x5BBD;&#x5EA6;</td>
<td style="text-align:left">number</td>
<td style="text-align:left"></td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">&#x2014;</td>
</tr>
<tr>
<td style="text-align:left">height</td>
<td style="text-align:left">&#x9AD8;&#x5EA6;</td>
<td style="text-align:left">number</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">&#x2014;</td>
</tr>
</tbody>
</table>
@ -2522,7 +2536,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"segment","level":"4.14","depth":1,"next":{"title":"各种小组件","level":"5.1","depth":1,"ref":"","articles":[{"title":"通用按钮","level":"5.1.1","depth":2,"path":"detailed/bi.button/general.md","ref":"detailed/bi.button/general.md","articles":[]},{"title":"提示性信息","level":"5.1.2","depth":2,"path":"detailed/bi.button/tooltip.md","ref":"detailed/bi.button/tooltip.md","articles":[]},{"title":"各种items","level":"5.1.3","depth":2,"path":"detailed/bi.button/items.md","ref":"detailed/bi.button/items.md","articles":[]},{"title":"各种节点nodes","level":"5.1.4","depth":2,"path":"detailed/bi.button/node.md","ref":"detailed/bi.button/node.md","articles":[]},{"title":"各种segment","level":"5.1.5","depth":2,"path":"detailed/bi.button/segment.md","ref":"detailed/bi.button/segment.md","articles":[]}]},"previous":{"title":"color_chooser","level":"4.13","depth":1,"path":"case/color_chooser.md","ref":"case/color_chooser.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/segment.md","mtime":"2017-09-05T08:07:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"segment","level":"4.15","depth":1,"next":{"title":"各种小组件","level":"5.1","depth":1,"ref":"","articles":[{"title":"通用按钮","level":"5.1.1","depth":2,"path":"detailed/bi.button/general.md","ref":"detailed/bi.button/general.md","articles":[]},{"title":"提示性信息","level":"5.1.2","depth":2,"path":"detailed/bi.button/tooltip.md","ref":"detailed/bi.button/tooltip.md","articles":[]},{"title":"各种items","level":"5.1.3","depth":2,"path":"detailed/bi.button/items.md","ref":"detailed/bi.button/items.md","articles":[]},{"title":"各种节点nodes","level":"5.1.4","depth":2,"path":"detailed/bi.button/node.md","ref":"detailed/bi.button/node.md","articles":[]},{"title":"各种segment","level":"5.1.5","depth":2,"path":"detailed/bi.button/segment.md","ref":"detailed/bi.button/segment.md","articles":[]}]},"previous":{"title":"color_chooser_popup","level":"4.14","depth":1,"path":"case/color_chooser_popup.md","ref":"case/color_chooser_popup.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/segment.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

2
docs/case/shelter_editor.md

@ -0,0 +1,2 @@
# clipboard

21
docs/case/table/adaptive_table.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2633,7 +2646,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"adaptive_table","level":"4.8.1","depth":2,"next":{"title":"tree_table","level":"4.8.2","depth":2,"path":"case/table/tree_table.md","ref":"case/table/tree_table.md","articles":[]},"previous":{"title":"表格","level":"4.8","depth":1,"ref":"","articles":[{"title":"adaptive_table","level":"4.8.1","depth":2,"path":"case/table/adaptive_table.md","ref":"case/table/adaptive_table.md","articles":[]},{"title":"tree_table","level":"4.8.2","depth":2,"path":"case/table/tree_table.md","ref":"case/table/tree_table.md","articles":[]},{"title":"layer_tree_table","level":"4.8.3","depth":2,"path":"case/table/layer_tree_table.md","ref":"case/table/layer_tree_table.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/table/adaptive_table.md","mtime":"2017-09-05T07:48:41.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"adaptive_table","level":"4.8.1","depth":2,"next":{"title":"tree_table","level":"4.8.2","depth":2,"path":"case/table/tree_table.md","ref":"case/table/tree_table.md","articles":[]},"previous":{"title":"表格","level":"4.8","depth":1,"ref":"","articles":[{"title":"adaptive_table","level":"4.8.1","depth":2,"path":"case/table/adaptive_table.md","ref":"case/table/adaptive_table.md","articles":[]},{"title":"tree_table","level":"4.8.2","depth":2,"path":"case/table/tree_table.md","ref":"case/table/tree_table.md","articles":[]},{"title":"layer_tree_table","level":"4.8.3","depth":2,"path":"case/table/layer_tree_table.md","ref":"case/table/layer_tree_table.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/table/adaptive_table.md","mtime":"2017-09-05T07:48:41.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/table/layer_tree_table.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2656,7 +2669,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"layer_tree_table","level":"4.8.3","depth":2,"next":{"title":"Pager","level":"4.9","depth":1,"ref":"","articles":[{"title":"all_count_pager","level":"4.9.1","depth":2,"path":"case/pager/all_count_pager.md","ref":"case/pager/all_count_pager.md","articles":[]},{"title":"direction_pager","level":"4.9.2","depth":2,"path":"case/pager/direction_pager.md","ref":"case/pager/direction_pager.md","articles":[]}]},"previous":{"title":"tree_table","level":"4.8.2","depth":2,"path":"case/table/tree_table.md","ref":"case/table/tree_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/table/layer_tree_table.md","mtime":"2017-09-05T07:54:34.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"layer_tree_table","level":"4.8.3","depth":2,"next":{"title":"Pager","level":"4.9","depth":1,"ref":"","articles":[{"title":"all_count_pager","level":"4.9.1","depth":2,"path":"case/pager/all_count_pager.md","ref":"case/pager/all_count_pager.md","articles":[]},{"title":"direction_pager","level":"4.9.2","depth":2,"path":"case/pager/direction_pager.md","ref":"case/pager/direction_pager.md","articles":[]}]},"previous":{"title":"tree_table","level":"4.8.2","depth":2,"path":"case/table/tree_table.md","ref":"case/table/tree_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/table/layer_tree_table.md","mtime":"2017-09-05T07:54:34.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/table/tree_table.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2658,7 +2671,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"tree_table","level":"4.8.2","depth":2,"next":{"title":"layer_tree_table","level":"4.8.3","depth":2,"path":"case/table/layer_tree_table.md","ref":"case/table/layer_tree_table.md","articles":[]},"previous":{"title":"adaptive_table","level":"4.8.1","depth":2,"path":"case/table/adaptive_table.md","ref":"case/table/adaptive_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/table/tree_table.md","mtime":"2017-09-05T07:51:59.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"tree_table","level":"4.8.2","depth":2,"next":{"title":"layer_tree_table","level":"4.8.3","depth":2,"path":"case/table/layer_tree_table.md","ref":"case/table/layer_tree_table.md","articles":[]},"previous":{"title":"adaptive_table","level":"4.8.1","depth":2,"path":"case/table/adaptive_table.md","ref":"case/table/adaptive_table.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/table/tree_table.md","mtime":"2017-09-05T07:51:59.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/tree/branch_relation.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2483,7 +2496,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"branch_relation","level":"4.7.6","depth":2,"next":{"title":"表格","level":"4.8","depth":1,"ref":"","articles":[{"title":"adaptive_table","level":"4.8.1","depth":2,"path":"case/table/adaptive_table.md","ref":"case/table/adaptive_table.md","articles":[]},{"title":"tree_table","level":"4.8.2","depth":2,"path":"case/table/tree_table.md","ref":"case/table/tree_table.md","articles":[]},{"title":"layer_tree_table","level":"4.8.3","depth":2,"path":"case/table/layer_tree_table.md","ref":"case/table/layer_tree_table.md","articles":[]}]},"previous":{"title":"level_tree","level":"4.7.5","depth":2,"path":"case/tree/level_tree.md","ref":"case/tree/level_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/branch_relation.md","mtime":"2017-09-05T07:41:44.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"branch_relation","level":"4.7.6","depth":2,"next":{"title":"表格","level":"4.8","depth":1,"ref":"","articles":[{"title":"adaptive_table","level":"4.8.1","depth":2,"path":"case/table/adaptive_table.md","ref":"case/table/adaptive_table.md","articles":[]},{"title":"tree_table","level":"4.8.2","depth":2,"path":"case/table/tree_table.md","ref":"case/table/tree_table.md","articles":[]},{"title":"layer_tree_table","level":"4.8.3","depth":2,"path":"case/table/layer_tree_table.md","ref":"case/table/layer_tree_table.md","articles":[]}]},"previous":{"title":"level_tree","level":"4.7.5","depth":2,"path":"case/tree/level_tree.md","ref":"case/tree/level_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/branch_relation.md","mtime":"2017-09-05T07:41:44.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/tree/branch_tree.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2486,7 +2499,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"branch_tree","level":"4.7.1","depth":2,"next":{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"path":"case/tree/handstand_branch_tree.md","ref":"case/tree/handstand_branch_tree.md","articles":[]},"previous":{"title":"树","level":"4.7","depth":1,"ref":"","articles":[{"title":"branch_tree","level":"4.7.1","depth":2,"path":"case/tree/branch_tree.md","ref":"case/tree/branch_tree.md","articles":[]},{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"path":"case/tree/handstand_branch_tree.md","ref":"case/tree/handstand_branch_tree.md","articles":[]},{"title":"display_tree","level":"4.7.3","depth":2,"path":"case/tree/display_tree.md","ref":"case/tree/display_tree.md","articles":[]},{"title":"simple_tree","level":"4.7.4","depth":2,"path":"case/tree/simple_tree.md","ref":"case/tree/simple_tree.md","articles":[]},{"title":"level_tree","level":"4.7.5","depth":2,"path":"case/tree/level_tree.md","ref":"case/tree/level_tree.md","articles":[]},{"title":"branch_relation","level":"4.7.6","depth":2,"path":"case/tree/branch_relation.md","ref":"case/tree/branch_relation.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/branch_tree.md","mtime":"2017-09-05T07:39:32.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"branch_tree","level":"4.7.1","depth":2,"next":{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"path":"case/tree/handstand_branch_tree.md","ref":"case/tree/handstand_branch_tree.md","articles":[]},"previous":{"title":"树","level":"4.7","depth":1,"ref":"","articles":[{"title":"branch_tree","level":"4.7.1","depth":2,"path":"case/tree/branch_tree.md","ref":"case/tree/branch_tree.md","articles":[]},{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"path":"case/tree/handstand_branch_tree.md","ref":"case/tree/handstand_branch_tree.md","articles":[]},{"title":"display_tree","level":"4.7.3","depth":2,"path":"case/tree/display_tree.md","ref":"case/tree/display_tree.md","articles":[]},{"title":"simple_tree","level":"4.7.4","depth":2,"path":"case/tree/simple_tree.md","ref":"case/tree/simple_tree.md","articles":[]},{"title":"level_tree","level":"4.7.5","depth":2,"path":"case/tree/level_tree.md","ref":"case/tree/level_tree.md","articles":[]},{"title":"branch_relation","level":"4.7.6","depth":2,"path":"case/tree/branch_relation.md","ref":"case/tree/branch_relation.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/branch_tree.md","mtime":"2017-09-05T07:39:32.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/case/tree/display_tree.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="bidisplaytree">bi.display_tree</h1>
<h3 id="&#x5F02;&#x6B65;&#x6811;&#x63A7;&#x4EF6;">&#x5F02;&#x6B65;&#x6811;&#x63A7;&#x4EF6;</h3>
<h3 id="&#x6811;&#x5C55;&#x793A;&#x63A7;&#x4EF6;">&#x6811;&#x5C55;&#x793A;&#x63A7;&#x4EF6;</h3>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/cfL6fpa1/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript"><span class="hljs-keyword">var</span> tree = BI.createWidget({
type: <span class="hljs-string">&quot;bi.display_tree&quot;</span>,
@ -2454,7 +2467,7 @@ tree.initTree({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"display_tree","level":"4.7.3","depth":2,"next":{"title":"simple_tree","level":"4.7.4","depth":2,"path":"case/tree/simple_tree.md","ref":"case/tree/simple_tree.md","articles":[]},"previous":{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"path":"case/tree/handstand_branch_tree.md","ref":"case/tree/handstand_branch_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/display_tree.md","mtime":"2017-09-05T07:39:28.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"display_tree","level":"4.7.3","depth":2,"next":{"title":"simple_tree","level":"4.7.4","depth":2,"path":"case/tree/simple_tree.md","ref":"case/tree/simple_tree.md","articles":[]},"previous":{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"path":"case/tree/handstand_branch_tree.md","ref":"case/tree/handstand_branch_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/display_tree.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/tree/handstand_branch_tree.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2489,7 +2502,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"next":{"title":"display_tree","level":"4.7.3","depth":2,"path":"case/tree/display_tree.md","ref":"case/tree/display_tree.md","articles":[]},"previous":{"title":"branch_tree","level":"4.7.1","depth":2,"path":"case/tree/branch_tree.md","ref":"case/tree/branch_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/handstand_branch_tree.md","mtime":"2017-09-05T07:39:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"handstand_branch_tree","level":"4.7.2","depth":2,"next":{"title":"display_tree","level":"4.7.3","depth":2,"path":"case/tree/display_tree.md","ref":"case/tree/display_tree.md","articles":[]},"previous":{"title":"branch_tree","level":"4.7.1","depth":2,"path":"case/tree/branch_tree.md","ref":"case/tree/branch_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/handstand_branch_tree.md","mtime":"2017-09-05T07:39:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/tree/level_tree.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2505,7 +2518,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"level_tree","level":"4.7.5","depth":2,"next":{"title":"branch_relation","level":"4.7.6","depth":2,"path":"case/tree/branch_relation.md","ref":"case/tree/branch_relation.md","articles":[]},"previous":{"title":"simple_tree","level":"4.7.4","depth":2,"path":"case/tree/simple_tree.md","ref":"case/tree/simple_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/level_tree.md","mtime":"2017-09-05T07:41:56.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"level_tree","level":"4.7.5","depth":2,"next":{"title":"branch_relation","level":"4.7.6","depth":2,"path":"case/tree/branch_relation.md","ref":"case/tree/branch_relation.md","articles":[]},"previous":{"title":"simple_tree","level":"4.7.4","depth":2,"path":"case/tree/simple_tree.md","ref":"case/tree/simple_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/level_tree.md","mtime":"2017-09-05T07:41:56.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/tree/simple_tree.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2486,7 +2499,7 @@ tree.populate(items);
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"simple_tree","level":"4.7.4","depth":2,"next":{"title":"level_tree","level":"4.7.5","depth":2,"path":"case/tree/level_tree.md","ref":"case/tree/level_tree.md","articles":[]},"previous":{"title":"display_tree","level":"4.7.3","depth":2,"path":"case/tree/display_tree.md","ref":"case/tree/display_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/simple_tree.md","mtime":"2017-09-05T07:46:26.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"simple_tree","level":"4.7.4","depth":2,"next":{"title":"level_tree","level":"4.7.5","depth":2,"path":"case/tree/level_tree.md","ref":"case/tree/level_tree.md","articles":[]},"previous":{"title":"display_tree","level":"4.7.3","depth":2,"path":"case/tree/display_tree.md","ref":"case/tree/display_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/tree/simple_tree.md","mtime":"2017-09-05T07:46:26.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/trigger/editor_trigger.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2502,7 +2515,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"editor_trigger","level":"4.5.1","depth":2,"next":{"title":"icon_trigger","level":"4.5.2","depth":2,"path":"case/trigger/icon_trigger.md","ref":"case/trigger/icon_trigger.md","articles":[]},"previous":{"title":"触发器","level":"4.5","depth":1,"ref":"","articles":[{"title":"editor_trigger","level":"4.5.1","depth":2,"path":"case/trigger/editor_trigger.md","ref":"case/trigger/editor_trigger.md","articles":[]},{"title":"icon_trigger","level":"4.5.2","depth":2,"path":"case/trigger/icon_trigger.md","ref":"case/trigger/icon_trigger.md","articles":[]},{"title":"text_trigger","level":"4.5.3","depth":2,"path":"case/trigger/text_trigger.md","ref":"case/trigger/text_trigger.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/trigger/editor_trigger.md","mtime":"2017-09-05T07:10:01.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"editor_trigger","level":"4.5.1","depth":2,"next":{"title":"icon_trigger","level":"4.5.2","depth":2,"path":"case/trigger/icon_trigger.md","ref":"case/trigger/icon_trigger.md","articles":[]},"previous":{"title":"触发器","level":"4.5","depth":1,"ref":"","articles":[{"title":"editor_trigger","level":"4.5.1","depth":2,"path":"case/trigger/editor_trigger.md","ref":"case/trigger/editor_trigger.md","articles":[]},{"title":"icon_trigger","level":"4.5.2","depth":2,"path":"case/trigger/icon_trigger.md","ref":"case/trigger/icon_trigger.md","articles":[]},{"title":"text_trigger","level":"4.5.3","depth":2,"path":"case/trigger/text_trigger.md","ref":"case/trigger/text_trigger.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/trigger/editor_trigger.md","mtime":"2017-09-05T07:10:01.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/trigger/icon_trigger.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2426,7 +2439,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"icon_trigger","level":"4.5.2","depth":2,"next":{"title":"text_trigger","level":"4.5.3","depth":2,"path":"case/trigger/text_trigger.md","ref":"case/trigger/text_trigger.md","articles":[]},"previous":{"title":"editor_trigger","level":"4.5.1","depth":2,"path":"case/trigger/editor_trigger.md","ref":"case/trigger/editor_trigger.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/trigger/icon_trigger.md","mtime":"2017-09-05T07:23:48.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"icon_trigger","level":"4.5.2","depth":2,"next":{"title":"text_trigger","level":"4.5.3","depth":2,"path":"case/trigger/text_trigger.md","ref":"case/trigger/text_trigger.md","articles":[]},"previous":{"title":"editor_trigger","level":"4.5.1","depth":2,"path":"case/trigger/editor_trigger.md","ref":"case/trigger/editor_trigger.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/trigger/icon_trigger.md","mtime":"2017-09-05T07:23:48.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/case/trigger/text_trigger.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../combo/text_value_combo.html">
<span>
<a href="../combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../segment.html">
<li class="chapter " data-level="4.14" data-path="../color_chooser_popup.html">
<a href="../color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../segment.html">
<a href="../segment.html">
@ -2446,7 +2459,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"text_trigger","level":"4.5.3","depth":2,"next":{"title":"下拉框","level":"4.6","depth":1,"ref":"","articles":[{"title":"bubble_combo","level":"4.6.1","depth":2,"path":"case/combo/bubble_combo.md","ref":"case/combo/bubble_combo.md","articles":[]},{"title":"icon_combo","level":"4.6.2","depth":2,"path":"case/combo/icon_combo.md","ref":"case/combo/icon_combo.md","articles":[]},{"title":"static_combo","level":"4.6.3","depth":2,"path":"case/combo/static_combo.md","ref":"case/combo/static_combo.md","articles":[]},{"title":"text_value_combo","level":"4.6.4","depth":2,"path":"case/combo/text_value_combo.md","ref":"case/combo/text_value_combo.md","articles":[]},{"title":"text_value_downlist_combo","level":"4.6.5","depth":2,"path":"case/combo/text_value_downlist_combo.md","ref":"case/combo/text_value_downlist_combo.md","articles":[]}]},"previous":{"title":"icon_trigger","level":"4.5.2","depth":2,"path":"case/trigger/icon_trigger.md","ref":"case/trigger/icon_trigger.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/trigger/text_trigger.md","mtime":"2017-09-05T07:10:19.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"text_trigger","level":"4.5.3","depth":2,"next":{"title":"下拉框","level":"4.6","depth":1,"ref":"","articles":[{"title":"bubble_combo","level":"4.6.1","depth":2,"path":"case/combo/bubble_combo.md","ref":"case/combo/bubble_combo.md","articles":[]},{"title":"icon_combo","level":"4.6.2","depth":2,"path":"case/combo/icon_combo.md","ref":"case/combo/icon_combo.md","articles":[]},{"title":"static_combo","level":"4.6.3","depth":2,"path":"case/combo/static_combo.md","ref":"case/combo/static_combo.md","articles":[]},{"title":"text_value_combo","level":"4.6.4","depth":2,"path":"case/combo/text_value_combo.md","ref":"case/combo/text_value_combo.md","articles":[]},{"title":"text_value_downlist_combo","level":"4.6.5","depth":2,"path":"case/combo/text_value_downlist_combo.md","ref":"case/combo/text_value_downlist_combo.md","articles":[]}]},"previous":{"title":"icon_trigger","level":"4.5.2","depth":2,"path":"case/trigger/icon_trigger.md","ref":"case/trigger/icon_trigger.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"case/trigger/text_trigger.md","mtime":"2017-09-05T07:10:19.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/core/abstract/button_group.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2591,7 +2604,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"button_group","level":"2.2.1","depth":2,"next":{"title":"button_tree","level":"2.2.2","depth":2,"path":"core/abstract/button_tree.md","ref":"core/abstract/button_tree.md","articles":[]},"previous":{"title":"抽象控件","level":"2.2","depth":1,"ref":"","articles":[{"title":"button_group","level":"2.2.1","depth":2,"path":"core/abstract/button_group.md","ref":"core/abstract/button_group.md","articles":[]},{"title":"button_tree","level":"2.2.2","depth":2,"path":"core/abstract/button_tree.md","ref":"core/abstract/button_tree.md","articles":[]},{"title":"virtual_group","level":"2.2.3","depth":2,"path":"core/abstract/virtual_group.md","ref":"core/abstract/virtual_group.md","articles":[]},{"title":"custom_tree","level":"2.2.4","depth":2,"path":"core/abstract/custom_tree.md","ref":"core/abstract/custom_tree.md","articles":[]},{"title":"grid_view","level":"2.2.5","depth":2,"path":"core/abstract/grid_view.md","ref":"core/abstract/grid_view.md","articles":[]},{"title":"collection_view","level":"2.2.6","depth":2,"path":"core/abstract/collection_view.md","ref":"core/abstract/collection_view.md","articles":[]},{"title":"virtual_list","level":"2.2.7","depth":2,"path":"core/abstract/virtual_list.md","ref":"core/abstract/virtual_list.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/button_group.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"button_group","level":"2.2.1","depth":2,"next":{"title":"button_tree","level":"2.2.2","depth":2,"path":"core/abstract/button_tree.md","ref":"core/abstract/button_tree.md","articles":[]},"previous":{"title":"抽象控件","level":"2.2","depth":1,"ref":"","articles":[{"title":"button_group","level":"2.2.1","depth":2,"path":"core/abstract/button_group.md","ref":"core/abstract/button_group.md","articles":[]},{"title":"button_tree","level":"2.2.2","depth":2,"path":"core/abstract/button_tree.md","ref":"core/abstract/button_tree.md","articles":[]},{"title":"virtual_group","level":"2.2.3","depth":2,"path":"core/abstract/virtual_group.md","ref":"core/abstract/virtual_group.md","articles":[]},{"title":"custom_tree","level":"2.2.4","depth":2,"path":"core/abstract/custom_tree.md","ref":"core/abstract/custom_tree.md","articles":[]},{"title":"grid_view","level":"2.2.5","depth":2,"path":"core/abstract/grid_view.md","ref":"core/abstract/grid_view.md","articles":[]},{"title":"collection_view","level":"2.2.6","depth":2,"path":"core/abstract/collection_view.md","ref":"core/abstract/collection_view.md","articles":[]},{"title":"virtual_list","level":"2.2.7","depth":2,"path":"core/abstract/virtual_list.md","ref":"core/abstract/virtual_list.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/button_group.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/core/abstract/button_tree.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2509,7 +2522,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"button_tree","level":"2.2.2","depth":2,"next":{"title":"virtual_group","level":"2.2.3","depth":2,"path":"core/abstract/virtual_group.md","ref":"core/abstract/virtual_group.md","articles":[]},"previous":{"title":"button_group","level":"2.2.1","depth":2,"path":"core/abstract/button_group.md","ref":"core/abstract/button_group.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/button_tree.md","mtime":"2017-09-04T05:47:48.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"button_tree","level":"2.2.2","depth":2,"next":{"title":"virtual_group","level":"2.2.3","depth":2,"path":"core/abstract/virtual_group.md","ref":"core/abstract/virtual_group.md","articles":[]},"previous":{"title":"button_group","level":"2.2.1","depth":2,"path":"core/abstract/button_group.md","ref":"core/abstract/button_group.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/button_tree.md","mtime":"2017-09-04T05:47:48.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

31
docs/core/abstract/collection_view.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="bicollectionview">bi.collection_view</h1>
<h2 id="collectionview&#x57FA;&#x7C7B;biwidget">CollectionView,&#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<h2 id="collectionview&#x6307;&#x5B9A;&#x884C;&#x5217;&#x53EF;&#x4EE5;&#x5220;&#x9664;&#x770B;&#x4E0D;&#x89C1;&#x7684;&#x5143;&#x7D20;-&#x57FA;&#x7C7B;biwidget">CollectionView,&#x6307;&#x5B9A;&#x884C;&#x5217;&#x53EF;&#x4EE5;&#x5220;&#x9664;&#x770B;&#x4E0D;&#x89C1;&#x7684;&#x5143;&#x7D20; &#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/cmq0b3v0/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2446,14 +2459,14 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">horizontalOverscanSize</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x6A2A;&#x5411;&#x8D85;&#x51FA;&#x53EF;&#x89C6;&#x8303;&#x56F4;&#x533A;&#x57DF;&#x9884;&#x52A0;&#x8F7D;&#x7684;&#x6570;&#x91CF;</td>
<td style="text-align:left">number</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">0</td>
</tr>
<tr>
<td style="text-align:left">verticalOverscanSize</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x7EB5;&#x5411;&#x8D85;&#x51FA;&#x53EF;&#x89C6;&#x8303;&#x56F4;&#x533A;&#x57DF;&#x9884;&#x52A0;&#x8F7D;&#x7684;&#x6570;&#x91CF;</td>
<td style="text-align:left">number</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">0</td>
@ -2462,7 +2475,7 @@ BI.createWidget({
<td style="text-align:left">width</td>
<td style="text-align:left">&#x884C;&#x5BBD;&#xFF0C;&#x5FC5;&#x8BBE;</td>
<td style="text-align:left">number</td>
<td style="text-align:left">&#x2014;&#xDF;&#xDF;</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">&#x2014;</td>
</tr>
<tr>
@ -2561,7 +2574,7 @@ BI.createWidget({
</thead>
<tbody>
<tr>
<td style="text-align:left">BI.GridView.EVENT_SCROLL</td>
<td style="text-align:left">BI.CollectionView.EVENT_SCROLL</td>
<td style="text-align:left">&#x6EDA;&#x52A8;&#x65F6;&#x89E6;&#x53D1;&#x7684;&#x4E8B;&#x4EF6;</td>
<td style="text-align:left">{scrollLeft: scrollLeft, scrollTop: scrollTop}</td>
</tr>
@ -2601,7 +2614,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"collection_view","level":"2.2.6","depth":2,"next":{"title":"virtual_list","level":"2.2.7","depth":2,"path":"core/abstract/virtual_list.md","ref":"core/abstract/virtual_list.md","articles":[]},"previous":{"title":"grid_view","level":"2.2.5","depth":2,"path":"core/abstract/grid_view.md","ref":"core/abstract/grid_view.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/collection_view.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"collection_view","level":"2.2.6","depth":2,"next":{"title":"virtual_list","level":"2.2.7","depth":2,"path":"core/abstract/virtual_list.md","ref":"core/abstract/virtual_list.md","articles":[]},"previous":{"title":"grid_view","level":"2.2.5","depth":2,"path":"core/abstract/grid_view.md","ref":"core/abstract/grid_view.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/collection_view.md","mtime":"2017-09-08T00:57:01.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

29
docs/core/abstract/custom_tree.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2450,16 +2463,16 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">expander</td>
<td style="text-align:left"></td>
<td style="text-align:left">popup&#x7EC4;&#x4EF6;</td>
<td style="text-align:left">object</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{el: {},popup: {type: &quot;bi.custom_tree&quot;}}</td>
</tr>
<tr>
<td style="text-align:left">el</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x5F00;&#x542F;popup&#x5143;&#x7D20;</td>
<td style="text-align:left">object</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{type: &quot;bi.button_tree&quot;,chooseType: 0,layouts: [{type: &quot;bi.vertical&quot;}]}</td>
</tr>
</tbody>
@ -2575,7 +2588,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"custom_tree","level":"2.2.4","depth":2,"next":{"title":"grid_view","level":"2.2.5","depth":2,"path":"core/abstract/grid_view.md","ref":"core/abstract/grid_view.md","articles":[]},"previous":{"title":"virtual_group","level":"2.2.3","depth":2,"path":"core/abstract/virtual_group.md","ref":"core/abstract/virtual_group.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/custom_tree.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"custom_tree","level":"2.2.4","depth":2,"next":{"title":"grid_view","level":"2.2.5","depth":2,"path":"core/abstract/grid_view.md","ref":"core/abstract/grid_view.md","articles":[]},"previous":{"title":"virtual_group","level":"2.2.3","depth":2,"path":"core/abstract/virtual_group.md","ref":"core/abstract/virtual_group.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/custom_tree.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

33
docs/core/abstract/grid_view.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2382,7 +2395,7 @@
<section class="normal markdown-section">
<h1 id="bigridview">bi.grid_view</h1>
<h2 id="gridview&#x57FA;&#x7C7B;biwidget">GridView,&#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<h2 id="&#x53EF;&#x4EE5;&#x5408;&#x5E76;&#x5355;&#x5143;&#x683C;&#xFF0C;&#x6307;&#x5B9A;&#x884C;&#x5217;&#x53EF;&#x4EE5;&#x5220;&#x9664;&#x770B;&#x4E0D;&#x89C1;&#x7684;&#x5143;&#x7D20;&#x57FA;&#x7C7B;biwidget">&#x53EF;&#x4EE5;&#x5408;&#x5E76;&#x5355;&#x5143;&#x683C;&#xFF0C;&#x6307;&#x5B9A;&#x884C;&#x5217;&#x53EF;&#x4EE5;&#x5220;&#x9664;&#x770B;&#x4E0D;&#x89C1;&#x7684;&#x5143;&#x7D20;,&#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/fkntzLq5/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2439,14 +2452,14 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">overscanColumnCount</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x8D85;&#x51FA;&#x53EF;&#x89C6;&#x8303;&#x56F4;&#x533A;&#x57DF;&#x9884;&#x52A0;&#x8F7D;&#x591A;&#x5C11;&#x5217;</td>
<td style="text-align:left">number</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">0</td>
</tr>
<tr>
<td style="text-align:left">overscanRowCount</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x8D85;&#x51FA;&#x53EF;&#x89C6;&#x8303;&#x56F4;&#x533A;&#x57DF;&#x9884;&#x52A0;&#x8F7D;&#x591A;&#x5C11;&#x884C;</td>
<td style="text-align:left">number</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">0</td>
@ -2481,14 +2494,14 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">estimatedColumnSize</td>
<td style="text-align:left">&#x6BCF;&#x683C;&#x884C;&#x5BBD;&#xFF0C;columnWidthGetter&#x4E3A;function&#x65F6;&#x5FC5;&#x8BBE;</td>
<td style="text-align:left">&#x9884;&#x4F30;&#x884C;&#x5BBD;&#xFF0C;columnWidthGetter&#x4E3A;function&#x65F6;&#x5FC5;&#x8BBE;</td>
<td style="text-align:left">number,function</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">function</td>
</tr>
<tr>
<td style="text-align:left">estimatedRowSize</td>
<td style="text-align:left">&#x6BCF;&#x683C;&#x5217;&#x5BBD;&#xFF0C;rowHeightGetter&#x4E3A;function&#x65F6;&#x5FC5;&#x8BBE;</td>
<td style="text-align:left">&#x9884;&#x4F30;&#x5217;&#x5BBD;&#xFF0C;rowHeightGetter&#x4E3A;function&#x65F6;&#x5FC5;&#x8BBE;</td>
<td style="text-align:left">number,function</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">function</td>
@ -2592,7 +2605,7 @@ BI.createWidget({
</thead>
<tbody>
<tr>
<td style="text-align:left">BI.CollectionView.EVENT_SCROLL</td>
<td style="text-align:left">BI.GridView.EVENT_SCROLL</td>
<td style="text-align:left">&#x6EDA;&#x52A8;&#x65F6;&#x89E6;&#x53D1;&#x7684;&#x4E8B;&#x4EF6;</td>
<td style="text-align:left">{scrollLeft: scrollLeft, scrollTop: scrollTop}</td>
</tr>
@ -2632,7 +2645,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"grid_view","level":"2.2.5","depth":2,"next":{"title":"collection_view","level":"2.2.6","depth":2,"path":"core/abstract/collection_view.md","ref":"core/abstract/collection_view.md","articles":[]},"previous":{"title":"custom_tree","level":"2.2.4","depth":2,"path":"core/abstract/custom_tree.md","ref":"core/abstract/custom_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/grid_view.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"grid_view","level":"2.2.5","depth":2,"next":{"title":"collection_view","level":"2.2.6","depth":2,"path":"core/abstract/collection_view.md","ref":"core/abstract/collection_view.md","articles":[]},"previous":{"title":"custom_tree","level":"2.2.4","depth":2,"path":"core/abstract/custom_tree.md","ref":"core/abstract/custom_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/grid_view.md","mtime":"2017-09-08T00:57:01.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

25
docs/core/abstract/virtual_group.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2382,8 +2395,8 @@
<section class="normal markdown-section">
<h1 id="bivirtualgroup">bi.virtual_group</h1>
<h2 id="&#x4E00;&#x7EC4;&#x5177;&#x6709;&#x76F8;&#x540C;&#x5C5E;&#x6027;&#x7684;&#x5143;&#x7D20;&#x96C6;&#x5408;&#x57FA;&#x7C7B;biwidget">&#x4E00;&#x7EC4;&#x5177;&#x6709;&#x76F8;&#x540C;&#x5C5E;&#x6027;&#x7684;&#x5143;&#x7D20;&#x96C6;&#x5408;,&#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/gesh31xg/" target="_blank">source</a></p>
<h2 id="&#x4F18;&#x5316;&#x8FC7;&#x7684;buttongroup&#x5220;&#x9664;&#x770B;&#x4E0D;&#x89C1;&#x7684;&#x5143;&#x7D20;-&#x57FA;&#x7C7B;biwidget">&#x4F18;&#x5316;&#x8FC7;&#x7684;buttonGroup,&#x5220;&#x9664;&#x770B;&#x4E0D;&#x89C1;&#x7684;&#x5143;&#x7D20; &#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/9pd0dct0/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
element: <span class="hljs-string">&quot;#wrapper&quot;</span>,
@ -2506,7 +2519,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"virtual_group","level":"2.2.3","depth":2,"next":{"title":"custom_tree","level":"2.2.4","depth":2,"path":"core/abstract/custom_tree.md","ref":"core/abstract/custom_tree.md","articles":[]},"previous":{"title":"button_tree","level":"2.2.2","depth":2,"path":"core/abstract/button_tree.md","ref":"core/abstract/button_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/virtual_group.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"virtual_group","level":"2.2.3","depth":2,"next":{"title":"custom_tree","level":"2.2.4","depth":2,"path":"core/abstract/custom_tree.md","ref":"core/abstract/custom_tree.md","articles":[]},"previous":{"title":"button_tree","level":"2.2.2","depth":2,"path":"core/abstract/button_tree.md","ref":"core/abstract/button_tree.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/virtual_group.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

27
docs/core/abstract/virtual_list.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2380,7 +2393,7 @@
<section class="normal markdown-section">
<h1 id="bivirtuallist">bi.virtual_list</h1>
<h2 id="virtuallist&#x57FA;&#x7C7B;biwidget">VirtualList,&#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<h2 id="&#x770B;&#x4E0D;&#x89C1;&#x7684;&#x5143;&#x7D20;&#x5168;&#x90E8;&#x5220;&#x9664;&#x7684;list&#x57FA;&#x7C7B;biwidget">&#x770B;&#x4E0D;&#x89C1;&#x7684;&#x5143;&#x7D20;&#x5168;&#x90E8;&#x5220;&#x9664;&#x7684;list,&#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/L995LrL9/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
@ -2419,14 +2432,14 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">blockSize</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x6EDA;&#x52A8;&#x52A0;&#x8F7D;&#x7684;&#x4E2A;&#x6570;</td>
<td style="text-align:left">number</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">10</td>
</tr>
<tr>
<td style="text-align:left">overscanHeight</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x8D85;&#x51FA;&#x53EF;&#x89C6;&#x8303;&#x56F4;&#x533A;&#x57DF;&#x7684;&#x9AD8;&#x5EA6;</td>
<td style="text-align:left">number</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">100</td>
@ -2511,7 +2524,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"virtual_list","level":"2.2.7","depth":2,"next":{"title":"组合控件","level":"2.3","depth":1,"ref":"","articles":[{"title":"combo","level":"2.3.1","depth":2,"path":"core/combination/bi.combo.md","ref":"core/combination/bi.combo.md","articles":[]},{"title":"expander","level":"2.3.2","depth":2,"path":"core/combination/bi.expander.md","ref":"core/combination/bi.expander.md","articles":[]},{"title":"group_combo","level":"2.3.3","depth":2,"path":"core/combination/group_combo.md","ref":"core/combination/group_combo.md","articles":[]},{"title":"loader","level":"2.3.4","depth":2,"path":"core/combination/loader.md","ref":"core/combination/loader.md","articles":[]},{"title":"navigation","level":"2.3.5","depth":2,"path":"core/combination/navigation.md","ref":"core/combination/navigation.md","articles":[]},{"title":"searcher","level":"2.3.6","depth":2,"path":"core/combination/searcher.md","ref":"core/combination/searcher.md","articles":[]},{"title":"switcher","level":"2.3.7","depth":2,"path":"core/combination/switcher.md","ref":"core/combination/switcher.md","articles":[]},{"title":"tab","level":"2.3.8","depth":2,"path":"core/combination/tab.md","ref":"core/combination/tab.md","articles":[]}]},"previous":{"title":"collection_view","level":"2.2.6","depth":2,"path":"core/abstract/collection_view.md","ref":"core/abstract/collection_view.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/virtual_list.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"virtual_list","level":"2.2.7","depth":2,"next":{"title":"组合控件","level":"2.3","depth":1,"ref":"","articles":[{"title":"combo","level":"2.3.1","depth":2,"path":"core/combination/bi.combo.md","ref":"core/combination/bi.combo.md","articles":[]},{"title":"expander","level":"2.3.2","depth":2,"path":"core/combination/bi.expander.md","ref":"core/combination/bi.expander.md","articles":[]},{"title":"group_combo","level":"2.3.3","depth":2,"path":"core/combination/group_combo.md","ref":"core/combination/group_combo.md","articles":[]},{"title":"loader","level":"2.3.4","depth":2,"path":"core/combination/loader.md","ref":"core/combination/loader.md","articles":[]},{"title":"navigation","level":"2.3.5","depth":2,"path":"core/combination/navigation.md","ref":"core/combination/navigation.md","articles":[]},{"title":"searcher","level":"2.3.6","depth":2,"path":"core/combination/searcher.md","ref":"core/combination/searcher.md","articles":[]},{"title":"switcher","level":"2.3.7","depth":2,"path":"core/combination/switcher.md","ref":"core/combination/switcher.md","articles":[]},{"title":"tab","level":"2.3.8","depth":2,"path":"core/combination/tab.md","ref":"core/combination/tab.md","articles":[]}]},"previous":{"title":"collection_view","level":"2.2.6","depth":2,"path":"core/abstract/collection_view.md","ref":"core/abstract/collection_view.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/abstract/virtual_list.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/core/basic_button.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../case/combo/text_value_combo.html">
<span>
<a href="../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../case/color_chooser_popup.html">
<a href="../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../case/segment.html">
<a href="../case/segment.html">
@ -2608,7 +2621,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"basic_button","level":"2.7","depth":1,"next":{"title":"node_button","level":"2.8","depth":1,"path":"core/node_button.md","ref":"core/node_button.md","articles":[]},"previous":{"title":"single","level":"2.6","depth":1,"path":"core/single.md","ref":"core/single.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/basic_button.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"basic_button","level":"2.7","depth":1,"next":{"title":"node_button","level":"2.8","depth":1,"path":"core/node_button.md","ref":"core/node_button.md","articles":[]},"previous":{"title":"single","level":"2.6","depth":1,"path":"core/single.md","ref":"core/single.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/basic_button.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>

23
docs/core/combination/bi.combo.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2503,7 +2516,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">hideChecker</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x662F;&#x5426;&#x9690;&#x85CF;&#x5F39;&#x51FA;&#x5C42;&#x68C0;&#x6D4B;</td>
<td style="text-align:left">function</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">&#x2014;</td>
@ -2701,7 +2714,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"combo","level":"2.3.1","depth":2,"next":{"title":"expander","level":"2.3.2","depth":2,"path":"core/combination/bi.expander.md","ref":"core/combination/bi.expander.md","articles":[]},"previous":{"title":"组合控件","level":"2.3","depth":1,"ref":"","articles":[{"title":"combo","level":"2.3.1","depth":2,"path":"core/combination/bi.combo.md","ref":"core/combination/bi.combo.md","articles":[]},{"title":"expander","level":"2.3.2","depth":2,"path":"core/combination/bi.expander.md","ref":"core/combination/bi.expander.md","articles":[]},{"title":"group_combo","level":"2.3.3","depth":2,"path":"core/combination/group_combo.md","ref":"core/combination/group_combo.md","articles":[]},{"title":"loader","level":"2.3.4","depth":2,"path":"core/combination/loader.md","ref":"core/combination/loader.md","articles":[]},{"title":"navigation","level":"2.3.5","depth":2,"path":"core/combination/navigation.md","ref":"core/combination/navigation.md","articles":[]},{"title":"searcher","level":"2.3.6","depth":2,"path":"core/combination/searcher.md","ref":"core/combination/searcher.md","articles":[]},{"title":"switcher","level":"2.3.7","depth":2,"path":"core/combination/switcher.md","ref":"core/combination/switcher.md","articles":[]},{"title":"tab","level":"2.3.8","depth":2,"path":"core/combination/tab.md","ref":"core/combination/tab.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/bi.combo.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"combo","level":"2.3.1","depth":2,"next":{"title":"expander","level":"2.3.2","depth":2,"path":"core/combination/bi.expander.md","ref":"core/combination/bi.expander.md","articles":[]},"previous":{"title":"组合控件","level":"2.3","depth":1,"ref":"","articles":[{"title":"combo","level":"2.3.1","depth":2,"path":"core/combination/bi.combo.md","ref":"core/combination/bi.combo.md","articles":[]},{"title":"expander","level":"2.3.2","depth":2,"path":"core/combination/bi.expander.md","ref":"core/combination/bi.expander.md","articles":[]},{"title":"group_combo","level":"2.3.3","depth":2,"path":"core/combination/group_combo.md","ref":"core/combination/group_combo.md","articles":[]},{"title":"loader","level":"2.3.4","depth":2,"path":"core/combination/loader.md","ref":"core/combination/loader.md","articles":[]},{"title":"navigation","level":"2.3.5","depth":2,"path":"core/combination/navigation.md","ref":"core/combination/navigation.md","articles":[]},{"title":"searcher","level":"2.3.6","depth":2,"path":"core/combination/searcher.md","ref":"core/combination/searcher.md","articles":[]},{"title":"switcher","level":"2.3.7","depth":2,"path":"core/combination/switcher.md","ref":"core/combination/switcher.md","articles":[]},{"title":"tab","level":"2.3.8","depth":2,"path":"core/combination/tab.md","ref":"core/combination/tab.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/bi.combo.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

49
docs/core/combination/bi.expander.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2383,6 +2396,34 @@
<h1 id="biexpander">bi.expander</h1>
<h2 id="&#x67D0;&#x4E2A;&#x53EF;&#x4EE5;&#x5C55;&#x5F00;&#x7684;&#x8282;&#x70B9;&#x57FA;&#x7C7B;biwidget">&#x67D0;&#x4E2A;&#x53EF;&#x4EE5;&#x5C55;&#x5F00;&#x7684;&#x8282;&#x70B9;,&#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/2xavqk4k/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
type: <span class="hljs-string">&quot;bi.expander&quot;</span>,
element: <span class="hljs-string">&quot;#wrapper&quot;</span>,
el: {
type: <span class="hljs-string">&quot;bi.icon_text_node&quot;</span>,
cls: <span class="hljs-string">&quot;pull-right-ha-font&quot;</span>,
height: <span class="hljs-number">25</span>,
text: <span class="hljs-string">&quot;Expander&quot;</span>
},
popup: {
items: [{
type: <span class="hljs-string">&quot;bi.single_select_item&quot;</span>,
height: <span class="hljs-number">25</span>,
text: <span class="hljs-string">&quot;&#x9879;&#x76EE;1&quot;</span>,
value: <span class="hljs-number">1</span>
}, {
type: <span class="hljs-string">&quot;bi.single_select_item&quot;</span>,
height: <span class="hljs-number">25</span>,
text: <span class="hljs-string">&quot;&#x9879;&#x76EE;2&quot;</span>,
value: <span class="hljs-number">2</span>
}]
}
});
</code></pre>
</div></div></div>
<h2 id="api">API</h2>
<h5 id="&#x57FA;&#x7840;&#x5C5E;&#x6027;">&#x57FA;&#x7840;&#x5C5E;&#x6027;</h5>
<table>
@ -2614,7 +2655,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"expander","level":"2.3.2","depth":2,"next":{"title":"group_combo","level":"2.3.3","depth":2,"path":"core/combination/group_combo.md","ref":"core/combination/group_combo.md","articles":[]},"previous":{"title":"combo","level":"2.3.1","depth":2,"path":"core/combination/bi.combo.md","ref":"core/combination/bi.combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/bi.expander.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"expander","level":"2.3.2","depth":2,"next":{"title":"group_combo","level":"2.3.3","depth":2,"path":"core/combination/group_combo.md","ref":"core/combination/group_combo.md","articles":[]},"previous":{"title":"combo","level":"2.3.1","depth":2,"path":"core/combination/bi.combo.md","ref":"core/combination/bi.combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/bi.expander.md","mtime":"2017-09-07T01:24:43.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

44
docs/core/combination/group_combo.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2383,6 +2396,29 @@
<h1 id="bicombogroup">bi.combo_group</h1>
<h2 id="&#x57FA;&#x7C7B;biwidget">&#x57FA;&#x7C7B;<a href="../widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/x32ue8xv/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
element: <span class="hljs-string">&quot;#wrapper&quot;</span>,
type: <span class="hljs-string">&quot;bi.combo_group&quot;</span>,
el: {
type: <span class="hljs-string">&quot;bi.icon_text_icon_item&quot;</span>,
text: <span class="hljs-string">&quot;2010&#x5E74;&quot;</span>,
value: <span class="hljs-number">2010</span>,
height: <span class="hljs-number">25</span>,
iconCls: <span class="hljs-string">&quot;close-ha-font&quot;</span>
},
children: [{
type: <span class="hljs-string">&quot;bi.single_select_item&quot;</span>,
height: <span class="hljs-number">25</span>,
text: <span class="hljs-string">&quot;&#x4E00;&#x6708;&quot;</span>,
value: <span class="hljs-number">11</span>
}]
});
</code></pre>
</div></div></div>
<h2 id="api">API</h2>
<h5 id="&#x57FA;&#x7840;&#x5C5E;&#x6027;">&#x57FA;&#x7840;&#x5C5E;&#x6027;</h5>
<table>
@ -2522,7 +2558,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"group_combo","level":"2.3.3","depth":2,"next":{"title":"loader","level":"2.3.4","depth":2,"path":"core/combination/loader.md","ref":"core/combination/loader.md","articles":[]},"previous":{"title":"expander","level":"2.3.2","depth":2,"path":"core/combination/bi.expander.md","ref":"core/combination/bi.expander.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/group_combo.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"group_combo","level":"2.3.3","depth":2,"next":{"title":"loader","level":"2.3.4","depth":2,"path":"core/combination/loader.md","ref":"core/combination/loader.md","articles":[]},"previous":{"title":"expander","level":"2.3.2","depth":2,"path":"core/combination/bi.expander.md","ref":"core/combination/bi.expander.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/group_combo.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

49
docs/core/combination/loader.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2383,6 +2396,32 @@
<h1 id="biloader">bi.loader</h1>
<h2 id="&#x52A0;&#x8F7D;&#x63A7;&#x4EF6;biwidget">&#x52A0;&#x8F7D;&#x63A7;&#x4EF6;,<a href="../widget.html">BI.Widget</a></h2>
<div class="api-method"><div class="api-method-definition"><p><a href="https://jsfiddle.net/fineui/qgLtctnx/" target="_blank">source</a></p>
</div><div class="api-method-code"><div class="api-method-example"><pre><code class="lang-javascript">
BI.createWidget({
element: <span class="hljs-string">&quot;#wrapper&quot;</span>,
type: <span class="hljs-string">&quot;bi.loader&quot;</span>,
itemsCreator: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">options, populate</span>) </span>{
populate(BI.map(BI.map(BI.makeArray(<span class="hljs-number">3</span>, <span class="hljs-literal">null</span>), <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">idx, value</span>)</span>{
<span class="hljs-keyword">return</span> {
text: faker.name.findName(),
value: BI.UUID()
};
}), <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">i, v</span>) </span>{
<span class="hljs-keyword">return</span> BI.extend(v, {
type: <span class="hljs-string">&quot;bi.single_select_item&quot;</span>,
height: <span class="hljs-number">25</span>
})
}))
},
hasNext: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">option</span>) </span>{
<span class="hljs-keyword">return</span> option.count &lt; <span class="hljs-number">10</span>;
}
});
</code></pre>
</div></div></div>
<h2 id="api">API</h2>
<h5 id="&#x57FA;&#x7840;&#x5C5E;&#x6027;">&#x57FA;&#x7840;&#x5C5E;&#x6027;</h5>
<table>
@ -2412,7 +2451,7 @@
</tr>
<tr>
<td style="text-align:left">logic</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x5E03;&#x5C40;&#x903B;&#x8F91;</td>
<td style="text-align:left">object</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{dynamic:true,scrolly:true}</td>
@ -2606,7 +2645,7 @@
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"loader","level":"2.3.4","depth":2,"next":{"title":"navigation","level":"2.3.5","depth":2,"path":"core/combination/navigation.md","ref":"core/combination/navigation.md","articles":[]},"previous":{"title":"group_combo","level":"2.3.3","depth":2,"path":"core/combination/group_combo.md","ref":"core/combination/group_combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/loader.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"loader","level":"2.3.4","depth":2,"next":{"title":"navigation","level":"2.3.5","depth":2,"path":"core/combination/navigation.md","ref":"core/combination/navigation.md","articles":[]},"previous":{"title":"group_combo","level":"2.3.3","depth":2,"path":"core/combination/group_combo.md","ref":"core/combination/group_combo.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/loader.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

25
docs/core/combination/navigation.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2455,9 +2468,9 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">logic</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x5E03;&#x5C40;&#x903B;&#x8F91;</td>
<td style="text-align:left">object</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{dynamic:true}</td>
</tr>
<tr>
@ -2589,7 +2602,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"navigation","level":"2.3.5","depth":2,"next":{"title":"searcher","level":"2.3.6","depth":2,"path":"core/combination/searcher.md","ref":"core/combination/searcher.md","articles":[]},"previous":{"title":"loader","level":"2.3.4","depth":2,"path":"core/combination/loader.md","ref":"core/combination/loader.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/navigation.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"navigation","level":"2.3.5","depth":2,"next":{"title":"searcher","level":"2.3.6","depth":2,"path":"core/combination/searcher.md","ref":"core/combination/searcher.md","articles":[]},"previous":{"title":"loader","level":"2.3.4","depth":2,"path":"core/combination/loader.md","ref":"core/combination/loader.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/navigation.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/core/combination/searcher.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2727,7 +2740,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"searcher","level":"2.3.6","depth":2,"next":{"title":"switcher","level":"2.3.7","depth":2,"path":"core/combination/switcher.md","ref":"core/combination/switcher.md","articles":[]},"previous":{"title":"navigation","level":"2.3.5","depth":2,"path":"core/combination/navigation.md","ref":"core/combination/navigation.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/searcher.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"searcher","level":"2.3.6","depth":2,"next":{"title":"switcher","level":"2.3.7","depth":2,"path":"core/combination/switcher.md","ref":"core/combination/switcher.md","articles":[]},"previous":{"title":"navigation","level":"2.3.5","depth":2,"path":"core/combination/navigation.md","ref":"core/combination/navigation.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/searcher.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/core/combination/switcher.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2654,7 +2667,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"switcher","level":"2.3.7","depth":2,"next":{"title":"tab","level":"2.3.8","depth":2,"path":"core/combination/tab.md","ref":"core/combination/tab.md","articles":[]},"previous":{"title":"searcher","level":"2.3.6","depth":2,"path":"core/combination/searcher.md","ref":"core/combination/searcher.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/switcher.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"switcher","level":"2.3.7","depth":2,"next":{"title":"tab","level":"2.3.8","depth":2,"path":"core/combination/tab.md","ref":"core/combination/tab.md","articles":[]},"previous":{"title":"searcher","level":"2.3.6","depth":2,"path":"core/combination/searcher.md","ref":"core/combination/searcher.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/switcher.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

23
docs/core/combination/tab.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2462,7 +2475,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">logic</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x5E03;&#x5C40;&#x903B;&#x8F91;</td>
<td style="text-align:left">object</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{dynamic:false}</td>
@ -2582,7 +2595,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"tab","level":"2.3.8","depth":2,"next":{"title":"弹出层","level":"2.4","depth":1,"ref":"","articles":[{"title":"float_box","level":"2.4.1","depth":2,"path":"core/layer/layer_float_box.md","ref":"core/layer/layer_float_box.md","articles":[]},{"title":"popup","level":"2.4.2","depth":2,"path":"core/layer/layer_popup.md","ref":"core/layer/layer_popup.md","articles":[]},{"title":"searcher","level":"2.4.3","depth":2,"path":"core/layer/layer_searcher.md","ref":"core/layer/layer_searcher.md","articles":[]}]},"previous":{"title":"switcher","level":"2.3.7","depth":2,"path":"core/combination/switcher.md","ref":"core/combination/switcher.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/tab.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"tab","level":"2.3.8","depth":2,"next":{"title":"弹出层","level":"2.4","depth":1,"ref":"","articles":[{"title":"float_box","level":"2.4.1","depth":2,"path":"core/layer/layer_float_box.md","ref":"core/layer/layer_float_box.md","articles":[]},{"title":"popup","level":"2.4.2","depth":2,"path":"core/layer/layer_popup.md","ref":"core/layer/layer_popup.md","articles":[]},{"title":"searcher","level":"2.4.3","depth":2,"path":"core/layer/layer_searcher.md","ref":"core/layer/layer_searcher.md","articles":[]}]},"previous":{"title":"switcher","level":"2.3.7","depth":2,"path":"core/combination/switcher.md","ref":"core/combination/switcher.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/combination/tab.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

21
docs/core/layer/layer_float_box.html

@ -1430,9 +1430,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1713,7 +1713,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2531,7 +2544,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"float_box","level":"2.4.1","depth":2,"next":{"title":"popup","level":"2.4.2","depth":2,"path":"core/layer/layer_popup.md","ref":"core/layer/layer_popup.md","articles":[]},"previous":{"title":"弹出层","level":"2.4","depth":1,"ref":"","articles":[{"title":"float_box","level":"2.4.1","depth":2,"path":"core/layer/layer_float_box.md","ref":"core/layer/layer_float_box.md","articles":[]},{"title":"popup","level":"2.4.2","depth":2,"path":"core/layer/layer_popup.md","ref":"core/layer/layer_popup.md","articles":[]},{"title":"searcher","level":"2.4.3","depth":2,"path":"core/layer/layer_searcher.md","ref":"core/layer/layer_searcher.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/layer/layer_float_box.md","mtime":"2017-09-04T06:37:26.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"float_box","level":"2.4.1","depth":2,"next":{"title":"popup","level":"2.4.2","depth":2,"path":"core/layer/layer_popup.md","ref":"core/layer/layer_popup.md","articles":[]},"previous":{"title":"弹出层","level":"2.4","depth":1,"ref":"","articles":[{"title":"float_box","level":"2.4.1","depth":2,"path":"core/layer/layer_float_box.md","ref":"core/layer/layer_float_box.md","articles":[]},{"title":"popup","level":"2.4.2","depth":2,"path":"core/layer/layer_popup.md","ref":"core/layer/layer_popup.md","articles":[]},{"title":"searcher","level":"2.4.3","depth":2,"path":"core/layer/layer_searcher.md","ref":"core/layer/layer_searcher.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/layer/layer_float_box.md","mtime":"2017-09-04T06:37:26.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

25
docs/core/layer/layer_popup.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2492,7 +2505,7 @@ BI.createWidget({
<td style="text-align:left">direction</td>
<td style="text-align:left">&#x5DE5;&#x5177;&#x680F;&#x7684;&#x65B9;&#x5411;</td>
<td style="text-align:left">const</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x53C2;&#x8003;button_group</td>
<td style="text-align:left">BI.Direction.Top</td>
</tr>
<tr>
@ -2518,7 +2531,7 @@ BI.createWidget({
</tr>
<tr>
<td style="text-align:left">logic</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x5E03;&#x5C40;&#x903B;&#x8F91;</td>
<td style="text-align:left">object</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{dynamic:true}</td>
@ -2627,7 +2640,7 @@ BI.createWidget({
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"popup","level":"2.4.2","depth":2,"next":{"title":"searcher","level":"2.4.3","depth":2,"path":"core/layer/layer_searcher.md","ref":"core/layer/layer_searcher.md","articles":[]},"previous":{"title":"float_box","level":"2.4.1","depth":2,"path":"core/layer/layer_float_box.md","ref":"core/layer/layer_float_box.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/layer/layer_popup.md","mtime":"2017-09-05T09:34:33.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"popup","level":"2.4.2","depth":2,"next":{"title":"searcher","level":"2.4.3","depth":2,"path":"core/layer/layer_searcher.md","ref":"core/layer/layer_searcher.md","articles":[]},"previous":{"title":"float_box","level":"2.4.1","depth":2,"path":"core/layer/layer_float_box.md","ref":"core/layer/layer_float_box.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/layer/layer_popup.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

25
docs/core/layer/layer_searcher.html

@ -1432,9 +1432,9 @@
</li>
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.md">
<li class="chapter " data-level="4.6.4" data-path="../../case/combo/text_value_combo.html">
<span>
<a href="../../case/combo/text_value_combo.html">
text_value_combo
@ -1715,7 +1715,20 @@
</li>
<li class="chapter " data-level="4.14" data-path="../../case/segment.html">
<li class="chapter " data-level="4.14" data-path="../../case/color_chooser_popup.html">
<a href="../../case/color_chooser_popup.html">
color_chooser_popup
</a>
</li>
<li class="chapter " data-level="4.15" data-path="../../case/segment.html">
<a href="../../case/segment.html">
@ -2426,7 +2439,7 @@ searcher.populate([{
<td style="text-align:left">chooseType</td>
<td style="text-align:left">&#x9009;&#x62E9;&#x7C7B;&#x578B;</td>
<td style="text-align:left">const</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x53C2;&#x8003;button_group</td>
<td style="text-align:left">BI.Selection.Single</td>
</tr>
<tr>
@ -2438,7 +2451,7 @@ searcher.populate([{
</tr>
<tr>
<td style="text-align:left">searcher</td>
<td style="text-align:left"></td>
<td style="text-align:left">&#x641C;&#x7D22;&#x5230;&#x7684;&#x5143;&#x7D20;</td>
<td style="text-align:left">object</td>
<td style="text-align:left">&#x2014;</td>
<td style="text-align:left">{type: &quot;bi.button_group&quot;,behaviors: {redmark: function () {return true;}}, items: [], layouts: [{ type: &quot;bi.vertical&quot; }]}</td>
@ -2516,7 +2529,7 @@ searcher.populate([{
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"searcher","level":"2.4.3","depth":2,"next":{"title":"widget","level":"2.5","depth":1,"path":"core/widget.md","ref":"core/widget.md","articles":[]},"previous":{"title":"popup","level":"2.4.2","depth":2,"path":"core/layer/layer_popup.md","ref":"core/layer/layer_popup.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/layer/layer_searcher.md","mtime":"2017-09-04T11:33:40.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-06T11:08:15.487Z"},"basePath":"../..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"searcher","level":"2.4.3","depth":2,"next":{"title":"widget","level":"2.5","depth":1,"path":"core/widget.md","ref":"core/widget.md","articles":[]},"previous":{"title":"popup","level":"2.4.2","depth":2,"path":"core/layer/layer_popup.md","ref":"core/layer/layer_popup.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["jsfiddle","splitter","theme-api","expandable-chapters"],"pluginsConfig":{"jsfiddle":{"type":"script","tabs":["result","js","html"],"height":"100","width":"500","fontColor":"00FF00"},"splitter":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"theme-api":{"languages":[],"split":true,"theme":"light"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"expandable-chapters":{}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"core/layer/layer_searcher.md","mtime":"2017-09-07T08:23:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2017-09-12T10:43:53.831Z"},"basePath":"../..","book":{"language":""}});
});
</script>
</div>

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

Loading…
Cancel
Save