HTML Widgets
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:sdb="http://santedb.org/applet"
>
<sdb:widget name="org.example.widget" type="Tab" order="10" context="org.santedb.configuration">
<sdb:demand>1.3.6.1</sdb:demand>
<sdb:icon>fas fa-cog</sdb:icon>
<sdb:guard>!scopedObject.tag</sdb:guard>
<sdb:description lang="en">Example Widget</sdb:description>
</sdb:widget>
<div>
Hello {{ scopedObject.name.Legal | name }}
</div>
</div>Widget Configuration
Widget Contexts
Scoped Object
Widget Controllers
Hosting Widgets
Last updated
Was this helpful?