Update screenshot of z.textbox example. Also add comment for z.input() deprecation

This commit is contained in:
Lee moon soo 2018-11-17 11:11:04 +09:00
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

View file

@ -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">