mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-12 10:45:10 +08:00
docs: added dropdown disabled
attribute for all languages (#2013)
This commit is contained in:
parent
42a4798976
commit
7377f8d8cb
@ -313,6 +313,7 @@ Besides default size, Dropdown component provides three additional sizes for you
|
|||||||
| size | menu size, also works on the split button | string | medium / small / mini | — |
|
| size | menu size, also works on the split button | string | medium / small / mini | — |
|
||||||
| max-height | the max height of menu | string / number | — | — |
|
| max-height | the max height of menu | string / number | — | — |
|
||||||
| split-button | whether a button group is displayed | boolean | — | false |
|
| split-button | whether a button group is displayed | boolean | — | false |
|
||||||
|
| disabled | Whether to disable | boolean | — | false |
|
||||||
| placement | placement of pop menu | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
| placement | placement of pop menu | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
||||||
| trigger | how to trigger | string | hover/click/contextmenu | hover |
|
| trigger | how to trigger | string | hover/click/contextmenu | hover |
|
||||||
| hide-on-click | whether to hide menu after clicking menu-item | boolean | — | true |
|
| hide-on-click | whether to hide menu after clicking menu-item | boolean | — | true |
|
||||||
|
@ -314,6 +314,7 @@ Además del tamaño predeterminado, el componente Dropdown proporciona tres tama
|
|||||||
| size | tamaño del menú, también funciona en `split-button` | string | medium / small / mini | — |
|
| size | tamaño del menú, también funciona en `split-button` | string | medium / small / mini | — |
|
||||||
| max-height | the max height of menu | string / number | — | — |
|
| max-height | the max height of menu | string / number | — | — |
|
||||||
| split-button | si se visualiza un grupo de botones | boolean | — | false |
|
| split-button | si se visualiza un grupo de botones | boolean | — | false |
|
||||||
|
| disabled | Ya sea para deshabilitar | boolean | — | false |
|
||||||
| placement | colocación del menú | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
| placement | colocación del menú | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
||||||
| trigger | cómo detonar | string | hover/click/contextmenu | hover |
|
| trigger | cómo detonar | string | hover/click/contextmenu | hover |
|
||||||
| hide-on-click | si se oculta el menú después de hacer clic en el elemento | boolean | — | true |
|
| hide-on-click | si se oculta el menú después de hacer clic en el elemento | boolean | — | true |
|
||||||
|
@ -314,6 +314,7 @@ En plus de la taille par défaut, le composant Dropdown propose trois autres tai
|
|||||||
| size | Taille du menu, marche aussi avec `split button`. | string | medium / small / mini | — |
|
| size | Taille du menu, marche aussi avec `split button`. | string | medium / small / mini | — |
|
||||||
| max-height | the max height of menu | string / number | — | — |
|
| max-height | the max height of menu | string / number | — | — |
|
||||||
| split-button | Si le bouton est séparé en deux. | boolean | — | false |
|
| split-button | Si le bouton est séparé en deux. | boolean | — | false |
|
||||||
|
| disabled | Désactiver ou non | boolean | — | false |
|
||||||
| placement | Emplacement du menu déroulant | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
| placement | Emplacement du menu déroulant | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
||||||
| trigger | Comment déclencher l'ouverture du menu. | string | hover/click/contextmenu | hover |
|
| trigger | Comment déclencher l'ouverture du menu. | string | hover/click/contextmenu | hover |
|
||||||
| hide-on-click | Si le menu doit disparaître après avoir cliqué sur un élément. | boolean | — | true |
|
| hide-on-click | Si le menu doit disparaître après avoir cliqué sur un élément. | boolean | — | true |
|
||||||
|
@ -312,6 +312,7 @@ dropdownリストを起動するには、ボタンを使用します。
|
|||||||
| size | メニューのサイズ(分割ボタンでも動作) | string | medium / small / mini | — |
|
| size | メニューのサイズ(分割ボタンでも動作) | string | medium / small / mini | — |
|
||||||
| max-height | the max height of menu | string / number | — | — |
|
| max-height | the max height of menu | string / number | — | — |
|
||||||
| split-button | ボタングループの表示の有無 | boolean | — | false |
|
| split-button | ボタングループの表示の有無 | boolean | — | false |
|
||||||
|
| disabled | 無効にするかどうか | boolean | — | false |
|
||||||
| placement | ポップメニューの配置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
| placement | ポップメニューの配置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
||||||
| trigger | トリガーのきっかけ | string | hover/click/contextmenu | hover |
|
| trigger | トリガーのきっかけ | string | hover/click/contextmenu | hover |
|
||||||
| hide-on-click | メニューアイテムをクリックした後にメニューを非表示にするかどうか | boolean | — | true |
|
| hide-on-click | メニューアイテムをクリックした後にメニューを非表示にするかどうか | boolean | — | true |
|
||||||
|
@ -317,6 +317,7 @@ Dropdown 组件提供除了默认值以外的三种尺寸,可以在不同场
|
|||||||
| size | 菜单尺寸,在`split-button`为 true 的情况下也对触发按钮生效 | string | medium / small / mini | — |
|
| size | 菜单尺寸,在`split-button`为 true 的情况下也对触发按钮生效 | string | medium / small / mini | — |
|
||||||
| max-height | 菜单最大高度 | string / number | — | — |
|
| max-height | 菜单最大高度 | string / number | — | — |
|
||||||
| split-button | 下拉触发元素呈现为按钮组 | boolean | — | false |
|
| split-button | 下拉触发元素呈现为按钮组 | boolean | — | false |
|
||||||
|
| disabled | 是否禁用 | boolean | — | false |
|
||||||
| placement | 菜单弹出位置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
| placement | 菜单弹出位置 | string | top/top-start/top-end/bottom/bottom-start/bottom-end | bottom-end |
|
||||||
| trigger | 触发下拉的行为 | string | hover, click, contextmenu | hover |
|
| trigger | 触发下拉的行为 | string | hover, click, contextmenu | hover |
|
||||||
| hide-on-click | 是否在点击菜单项后隐藏菜单 | boolean | — | true |
|
| hide-on-click | 是否在点击菜单项后隐藏菜单 | boolean | — | true |
|
||||||
|
Loading…
Reference in New Issue
Block a user