826 B
826 B
| title | summary | img | pageid | domains | topics | date | author | draft | weight | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Person | View/Edit Person | app_form_person |
|
|
2023-03-16 | helmutm | false | 100 |
cyberscopes example site - view / edit person (user) data.
{{< pv/fieldset >}}
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 action="save" >}}
{{< 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 >}}