File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Documentation/ForDevelopers Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55You can extend powermail fields with new properties to insert (e.g.) a checkbox for readonly or disabled or
66something else.
77
8- Following example shows two new fields in a new tab "Powermailextended".
9- The first is a textarea. If there is text stored, this should be outputted before the Input field is rendered.
10- The second is a checkbox. If this checkbox was checked from an editor, the input field should use the html-attribute
11- readonly="readonly".
8+ Following example shows two new fields in a new tab "Powermailextended".
9+ The first is an input field of type textarea. If the user entered text for this field this text shall
10+ be displayed.
11+ The second field is a checkbox. If this checkbox was checked from an editor, the input field should use
12+ the html-attribute readonly="readonly".
1213
1314![ developer_new_fieldproperties1] ( ../Images/developer_new_fieldproperties1.png )
1415
You can’t perform that action at this time.
0 commit comments