mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update docs
This commit is contained in:
parent
66b513c58f
commit
a9f02d2967
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ Also you can separate option's display name and value, using `${formName=default
|
|||
|
||||
<img src="../assets/themes/zeppelin/img/screenshots/form_select_displayname.png" />
|
||||
|
||||
Hit enter after selecting option to run the paragraph with new value.
|
||||
|
||||
### Checkbox form
|
||||
|
||||
For multi-selection, you can create a checkbox form using `${checkbox:formName=defaultValue1|defaultValue2...,option1|option2...}`. The variable will be substituted by a comma-separated string based on the selected items. For example:
|
||||
|
|
|
|||
Loading…
Reference in a new issue