hugo-theme-cyberscopes/exampleSite/content/app/person.md

928 B

title summary img pageid domains topics date author draft weight
Person View/Edit Person app_form_person
App
Examples
2023-03-19 helmutm false 100

cyberscopes example site - view / edit person (user) data.

{{< pv/fieldset name="person" >}}

{{< pv/tabs-mode >}} Id: {{< pv/input-textline name="id" defexpr="conf.itemid" >}} First Name: {{< pv/input-textline name="firstname" attrs="autofocus" >}} Last Name: {{< pv/input-textline name="lastname" >}} Email: {{< pv/input-textline name="email" default="hm@cy55.de" >}} {{< pv/button mode="edit" >}} {{< pv/button mode="query" action="query" label="Query" >}}


{{< pv/display linkto="data.id" expr="`${data.firstname} ${data.lastname}`.trim() || '???'" >}}
{{< pv/link >}} Reload page with id {{< pv/display name="id" >}} {{< /pv/link >}}

{{< /pv/fieldset >}}

{{< pv/debug >}}

click here