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

831 B

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

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

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

{{< pv/data-tabs >}}

First Name: {{< pv/data-field-line name="firstname" attrs="autofocus" >}} Last Name: {{< pv/data-field-line name="lastname" >}} Email: {{< pv/data-field-line name="email" default="hm@cy55.de" >}}

{{< pv/data-buttons include="view" >}}


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

{{< /pv/data >}}

{{< pv/debug >}}