Examples from "Selection of Controls and Views" section of the form reference: [form.ccontrol="print"] - Readonly form (not supposed to be submitted, will fail)
An standard grid control containing two lists: one of numbers (simple) and one of roles (complex). They both use [lct.expression2] to format the whole list with a Velocity expression
An edtable grid control containing two lists: one of numbers (simple) and one of roles (complex). Is more an extreme test rather than an usable example.
An standard grid control for a choice list with [lc.expression2] used to format the (complex) "Name" field showing title, first and last name, with HTML decoration and [lc.escape=false]. To see the example fill an item with a "Name" value.
Two standard grid controls for a list of items, one optional, one required, with [grid.value.default] on the [Note] field. Insert an item *without* Note to see.
A grid control for a list of order lines, with cells styles using [grid.align] all on the opposite side of where they would be by default. You need to insert an item to see it.
An standard grid control for a choice list with [lc.expression2] used to format the (complex) "Name" field showing title, first and last name. To see the example fill an item with a "Name" value.
A list of uniquely keyed items, the key is optional to check that it is required, try to switch to [unique] to test - [key] Instance constraint example from Eleusoft Application Documentation
Lookup / Code Label Control Example - Simple - [com.eleusoft.eformbin.beans.Attribute] is one of the codelabel available for bins, it contains all the extra attributes of all the bins. Note how what is saved is the database ID of the attribute.