Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Jul 26, 2024
1 parent 39b43f4 commit e6ce0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md/developer/set_variable_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ex) Transform `editText` command variable into select box
|--------|-----------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `LBL` | text label | {variableName}:LBL=${label name} |
| `TXT` | edit text enphasys | {variableName}:TXT= |
| `TXTP` | edit text property setting -> [detail]() | {variableName}:TXTP=(size=${text size})(|height=${edit text height})(|onUnderLine={ON/OFF})(|hint=${hint string})|shellPath=${shell path}?args=${arg1}=${arg value}&${arg1}=${arg value} |
| `TXTP` | edit text property setting -> [detail](https://github.com/puutaro/CommandClick/blob/master/md/developer/set_variable_types/text_property.md) | {variableName}:TXTP=(size=${text size})(|height=${edit text height})(|onUnderLine={ON/OFF})(|hint=${hint string})|shellPath=${shell path}?args=${arg1}=${arg value}&${arg1}=${arg value} |
| `CB` | c(s)elect box | {variableName}:CB=value1?value2? |
| `ECB` | editable c(s)elect box | {variableName}:ECB=value1?value2? |
| `LSB` | list contents select box | {variableName}:LSB=listPath={target list file path}(?limitNum={list limit num}) |
Expand Down

0 comments on commit e6ce0ff

Please sign in to comment.