Removed extra indentations in code.
This commit is contained in:
@@ -39,7 +39,6 @@ In this case, the html is hardcoded, and written manually.
|
|||||||
Now let's see how to use the WSF widgets on a more advanced usecase, a simple sign-in web form with 2 input fields `username`, `password` and `submit` button.
|
Now let's see how to use the WSF widgets on a more advanced usecase, a simple sign-in web form with 2 input fields `username`, `password` and `submit` button.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
execute
|
execute
|
||||||
do
|
do
|
||||||
-- Basic url dispatching...
|
-- Basic url dispatching...
|
||||||
@@ -237,4 +236,3 @@ For now, the `wsf_html` provides a simple solution to build web form. It is alwa
|
|||||||
Advanced usage could be built on top of the `wsf_html` to include for instance javascript actions, but this is out of the scope of `wsf_html` .
|
Advanced usage could be built on top of the `wsf_html` to include for instance javascript actions, but this is out of the scope of `wsf_html` .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user