mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update screenshot of z.textbox example. Also add comment for z.input() deprecation
This commit is contained in:
parent
b31f2998ef
commit
f6d0d2e3ad
3 changed files with 6 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 33 KiB |
|
|
@ -120,7 +120,9 @@ print("Hello "+z.textbox("name"))
|
|||
|
||||
</div>
|
||||
</div>
|
||||
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/screenshots/form_input_prog.png" />
|
||||
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/screenshots/form_input_prog.png" width="500px" />
|
||||
|
||||
Use `z.input()` instead in version 0.7.3 or prior. `z.input()` is deprecated in 0.8.0.
|
||||
|
||||
### Text input form with default value
|
||||
<div class="codetabs">
|
||||
|
|
@ -141,7 +143,9 @@ print("Hello "+z.textbox("name", "sun"))
|
|||
|
||||
</div>
|
||||
</div>
|
||||
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/screenshots/form_input_default_prog.png" />
|
||||
<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/screenshots/form_input_default_prog.png" width="500px" />
|
||||
|
||||
Use `z.input()` instead in version 0.7.3 or prior. `z.input()` is deprecated in 0.8.0.
|
||||
|
||||
### Password form
|
||||
<div class="codetabs">
|
||||
|
|
|
|||
Loading…
Reference in a new issue