Button doc updated

This commit is contained in:
Eric
2021-07-23 10:22:09 +02:00
parent d3529f7443
commit 4a837fff64
4 changed files with 14 additions and 6 deletions

View File

@@ -462,6 +462,8 @@ Button common parameters
+-----------------------------+--------+------------------------------------------------------------+
| IconClass | string | |
+-----------------------------+--------+------------------------------------------------------------+
| IsDisabled | bool | |
+-----------------------------+--------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
+-----------------------------+--------+------------------------------------------------------------+
| JsCode | string | |

View File

@@ -1170,23 +1170,27 @@
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-odd"><td><p>IsDisabled</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
</tr>
<tr class="row-even"><td><p>JsCode</p></td>
<tr class="row-odd"><td><p>JsCode</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>Label</p></td>
<tr class="row-even"><td><p>Label</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>OnClickJsCode</p></td>
<tr class="row-odd"><td><p>OnClickJsCode</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>Tooltip</p></td>
<tr class="row-even"><td><p>Tooltip</p></td>
<td><p>string</p></td>
<td></td>
</tr>

File diff suppressed because one or more lines are too long

View File

@@ -462,6 +462,8 @@ Button common parameters
+-----------------------------+--------+------------------------------------------------------------+
| IconClass | string | |
+-----------------------------+--------+------------------------------------------------------------+
| IsDisabled | bool | |
+-----------------------------+--------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
+-----------------------------+--------+------------------------------------------------------------+
| JsCode | string | |