Skip to content
Snippets Groups Projects
Commit 96040cd5 authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update properties-handled-by-scripts.md

parent cb13bbdc
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -939,7 +939,7 @@ is replaced by function `inputWidgets` as in the following example: ...@@ -939,7 +939,7 @@ is replaced by function `inputWidgets` as in the following example:
unit = factory.createComboBoxInputField('Unit', ['cm', 'mm']).setMandatory(True) unit = factory.createComboBoxInputField('Unit', ['cm', 'mm']).setMandatory(True)
value = factory.createTextInputField('Value').setMandatory(True) value = factory.createTextInputField('Value').setMandatory(True)
return [unit, value] return [unit, value]
``` ```
The field 'Managed Text' in the registration form will be as shown in The field 'Managed Text' in the registration form will be as shown in
the following screen shot: the following screen shot:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment