UiShowSpecifier s = new UiShowSpecifier()
s.ui partner, {
section "Partner", {
fieldAction "Test Icon",
ActionIcon.SHOW * IconStyle.SCALE_DOWN, (1)
this.&showContact as MC, partner.id, false
field partner.name_, Style.EMPHASIS + Style.BLUE (2)
field partner.branding
field partner.address?.country
}
}
Table of Contents
-
Rendered into HTML
-
Rendered into PDF
-
Rendered into CSV
This DSL is used to display information with limited edition capabilities. Field can be styled.
1 | Icon has to be scaled down in order to feet near the field labeled "Name" |
2 | We see we can add style to create combinations of style |
Figure 1. Coresponding Rendering
DSL Symbols Hierarchy
Figure 2. Symbols hierachy diagram for Show DSL