Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Advanced Tables - Table Plus
enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse
Node nameElement nameValue

formNode

 

 

    multiMulti field name 
        038a2c75-2638-48e6-aIncremental child node name 
           
Paragraph

multi
Multi field name038a2c75-2638-48e6-a6ba-9bd2a9fe6c78
         72e2ef55-6c11-4b0e-8Incremental child node name 
           
Paragraph

multi

Multi field name

 72e2ef55-6c11-4b0e-8e02-d47c4ad41083
        11bbf78b-4ecf-4e9f-aIncremental child node name 
           
Paragraph

multi

Multi field name

11bbf78b-4ecf-4e9f-a06e-6181ef56d98c

 

 

Limitation

 

How to

 

Open Issue

Default value handling

The field definition allows to define a default value as a String:

  • Text field, type is String default value is 'default value'
  • Text field, type is Long default value is 1000l
  • ....

This default value should be displayed in the related form field if ????

  • It is a new Form
    • (plus) easy to implement
    • (minus) if a field is added to an existing form, this default value will never be displayed.
  • If the property related to a form is null (currently if a property has an empty value, this property is removed or not saved)
    • (plus) easy to implement
    • (minus) if a user remove the default value associated to a field --> no property saved. When he will reopen this form, the default value will be displayed again
  • ??