diff --git a/uidoc/SUMMARY.md b/uidoc/SUMMARY.md index bd6c22d5d..5ea3cf69b 100644 --- a/uidoc/SUMMARY.md +++ b/uidoc/SUMMARY.md @@ -19,7 +19,6 @@ * [horizontal_float](core/layout/horizontal_float.md) * [float_center](core/layout/float_center.md) * [border](core/layout/border.md) - * [inline](core/layout/inline.md) * [grid](core/layout/grid.md) * [table](core/layout/table.md) * [td](core/layout/td.md) diff --git a/uidoc/detailed/month_combo.md b/uidoc/detailed/month_combo.md index f6fc9f0c2..ba0e7d5f3 100644 --- a/uidoc/detailed/month_combo.md +++ b/uidoc/detailed/month_combo.md @@ -20,7 +20,7 @@ BI.createWidget({ | 参数 | 说明 | 类型 | 可选值 | 默认值 | :------ |:------------- | :-----| :----|:----| -| behaviors | 自定义下拉列表中item项的行为,如高亮,标红等(详见[button_group](../base/abstract/button_group.md) | object | | {} | +| behaviors | 自定义下拉列表中item项的行为,如高亮,标红等(详见[button_group](../core/abstract/button_group.md)) | object | | {} | --- --- diff --git a/uidoc/detailed/quarter_combo.md b/uidoc/detailed/quarter_combo.md index 6fa65cb5c..d3a0d61f9 100644 --- a/uidoc/detailed/quarter_combo.md +++ b/uidoc/detailed/quarter_combo.md @@ -20,6 +20,6 @@ BI.createWidget({ | 参数 | 说明 | 类型 | 可选值 | 默认值 | :------ |:------------- | :-----| :----|:----| -| behaviors | 自定义下拉列表中item项的行为,如高亮,标红等(详见[button_group](../base/abstract/button_group.md) | object | | {} | +| behaviors | 自定义下拉列表中item项的行为,如高亮,标红等(详见[button_group](../core/abstract/button_group.md)) | object | | {} | --- --- \ No newline at end of file diff --git a/uidoc/detailed/year_combo.md b/uidoc/detailed/year_combo.md index 288e020b8..551fe34ad 100644 --- a/uidoc/detailed/year_combo.md +++ b/uidoc/detailed/year_combo.md @@ -20,7 +20,7 @@ BI.createWidget({ | 参数 | 说明 | 类型 | 可选值 | 默认值 | :------ |:------------- | :-----| :----|:----| -| behaviors | 自定义下拉列表中item项的行为,如高亮,标红等(详见[button_group](../base/abstract/button_group.md)) | object | | {} | +| behaviors | 自定义下拉列表中item项的行为,如高亮,标红等(详见[button_group](../core/abstract/button_group.md)) | object | | {} | | min | 限定可选日期的下限 | string | | '1900-01-01' | | max | 限定可选日期的上限 | string | | '2099-12-31' |