use v-show; work in progress: store/use field metadata on mounted event
This commit is contained in:
parent
794f21d3d1
commit
81b470920b
1 changed files with 3 additions and 2 deletions
|
@ -23,8 +23,9 @@ cyberscopes example site - view / edit person (user) data.
|
|||
Email: {{< pv/input-textline name="email" default="hm@cy55.de" >}}
|
||||
|
||||
{{< pv/button mode="query" action="query" label="Execute Query" >}}
|
||||
{{< pv/button mode="edit" label="Submit Data" >}}
|
||||
{{< pv/button mode="edit" action="delete" label="Delete" >}}
|
||||
{{< pv/button mode="edit" label="Save Changes" >}}
|
||||
{{< pv/button mode="edit" action="copy" label="Copy Data" >}}
|
||||
{{< pv/button mode="edit" action="delete" label="Delete Item" >}}
|
||||
{{< pv/button mode="new" label="Create Item" >}}
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue