field card

This block is part of the Component UI group and was last modified in core v11.5.5.

field card v11.5.5

Premade card with a header, body, and a footer. The fields selected will be shown in the body and can be overwritten by specifying fields in the row render. Adding an edit function will render an edit button on the card to execute a given function.

In pins 8
  • header required
    uicomponent
  • footer required
    uicomponent
  • Fields required
    fielddefinitions

    The fields to be shown in the body

  • Document required
    object

    The data to be used

  • Row Render
    fieldfunctions

    Fields specified here will let you overwrite the default display

  • Edit button
    inpinfunction

    The function given will be executed upon pressing the button. If no function is given, no button will be displayed

  • label col.: class v11.5.5
    uiclass

    Class to overwrite the current label column class.

  • value col.: class v11.5.5
    uiclass

    Class to overwrite the current value column class.

Out pins 1
  • uicomponent
    uicomponent
panel

A typical wiring for field card: combine feeds the co-fields pin; new object feeds the co-object pin; the uicomponent out pin feeds build PDF.

Studio canvas example for the field card block: typical wiring for field card.

Version history

Introduced in v11.5.5.


Back to Component UI Return to the main group to view all sub-groups Back to cards Return to the group to view all blocks within this group