mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Collapse: collapse item can be disabled (#15076)
This commit is contained in:
@@ -126,5 +126,6 @@ Besides using the `title` attribute, you can customize panel title with named sl
|
||||
### Collapse Item Attributes
|
||||
| Attribute | Description | Type | Accepted Values | Default |
|
||||
|---------- |-------------- |---------- |-------------------------------- |-------- |
|
||||
| name | unique identification of the panel | string/number | — | — |
|
||||
| title | title of the panel | string | — | — |
|
||||
| name | unique identification of the panel | string/number | — | — |
|
||||
| title | title of the panel | string | — | — |
|
||||
| disabled | disable the collapse item | boolean | — | — |
|
||||
@@ -128,4 +128,5 @@ Además de usar el atributo `title`, se puede personalizar el título del panel
|
||||
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
|
||||
| -------- | ----------------------------- | ------------- | ----------------- | ----------- |
|
||||
| name | identificador único del panel | string/number | — | — |
|
||||
| title | título del panel | string | — | — |
|
||||
| title | título del panel | string | — | — |
|
||||
| disabled | disable the collapse item | boolean | — | — |
|
||||
@@ -126,5 +126,6 @@ En plus de l'utilisation de l'attribut `title`, vous pouvez configurer les titre
|
||||
### Attributs de Collapse-Item
|
||||
| Attribut | Description | Type | Valeurs acceptées | Défaut |
|
||||
|---------- |-------------- |---------- |-------------------------------- |-------- |
|
||||
| name | Identifiant unique du panneau. | string/number | — | — |
|
||||
| title | Titre du panneau. | string | — | — |
|
||||
| name | Identifiant unique du panneau. | string/number | — | — |
|
||||
| title | Titre du panneau. | string | — | — |
|
||||
| disabled | disable the collapse item | boolean | — | — |
|
||||
|
||||
@@ -126,5 +126,6 @@
|
||||
### Collapse Item Attributes
|
||||
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|
||||
|---------- |-------------- |---------- |-------------------------------- |-------- |
|
||||
| name | 唯一标志符 | string/number | — | — |
|
||||
| title | 面板标题 | string | — | — |
|
||||
| name | 唯一标志符 | string/number | — | — |
|
||||
| title | 面板标题 | string | — | — |
|
||||
| disabled | 是否禁用 | boolean | — | — |
|
||||
|
||||
Reference in New Issue
Block a user