rodriquelca / dunamis-jform

Other
0 stars 1 forks source link

Display Mode Property for Editor Palette Components #28

Open TinCodes opened 2 years ago

TinCodes commented 2 years ago

Description

This property determines whether the user will be able to edit the input of a field or only view it. Currently the only replacement for this property is the "Read Only" property, but this property may be needed for the form editor.

Additional information From the PM3 wiki:

The modes available in the designer are the following:

The mode property also affects the appearance of the field, so the user can see whether a field is in edit, view or disabled mode. Controls in "view" mode only display their label, but do not display an outline of the field. Likewise, dropdown controls only display their label, but do not allow the user to see the outline of the dropdown box, nor see any of the other available options. Radio (group), checkboxes and suggest display all their available options, but their borders are slightly grayer to indicate that they are in view mode. Controls that have been "disabled" have the same appearance as controls in the view mode, but when the cursor hovers over them, the shape of it changes to a prohibited sign.

Screenshot image