Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
2500_config_apps:0700_add_edit_attributes:0100_common_props [2026/08/13 00:57] – ↷ Links adapted because of a move operation localdev2500_config_apps:0700_add_edit_attributes:0100_common_props [2026/08/13 07:20] (current) – external edit 127.0.0.1
Line 55: Line 55:
   - If you want to add more blank entries to the list box press the “More Rows” button.   - If you want to add more blank entries to the list box press the “More Rows” button.
  
-<callout type="primary" icon="true" title="note"> The type and format of a choice value must correspond to the type of the attribute.</callout>+<alert type="primary" icon="fa info-circle"
 +**note**
  
-<callout type="primary" icon="true" title="note"> Choices are not applicable for attributes owned by notifications.</callout>+ The type and format of a choice value must correspond to the type of the attribute.</alert> 
 + 
 +<alert type="primary" icon="fa info-circle"> 
 +**note** 
 + 
 + Choices are not applicable for attributes owned by notifications.</alert>
  
 ==== Dynamic Choices ==== ==== Dynamic Choices ====
Line 69: Line 75:
 The initial list of choices seen by end users will be pre-populated with the choices entered by the configurator in the Configuration Tool (if any). The initial list of choices seen by end users will be pre-populated with the choices entered by the configurator in the Configuration Tool (if any).
  
-<callout type="primary" icon="true" title="note"> The option for end users to edit list of choices will not be available if the configurator provides her own list and specifies that “other values are not allowed”.</callout>+<alert type="primary" icon="fa info-circle"
 +**note** 
 + 
 + The option for end users to edit list of choices will not be available if the configurator provides her own list and specifies that “other values are not allowed”.</alert>
  
 ==== Include empty text==== ==== Include empty text====
Line 110: Line 119:
 All attribute types allow specifying presentation options for the attribute. These options control how the input control displaying attribute value will be generated on a business object form.  All attribute types allow specifying presentation options for the attribute. These options control how the input control displaying attribute value will be generated on a business object form. 
  
-<callout type="primary" icon="true" title="note"> Presentation options specified for an attribute will be used by default when the attribute is shown on forms unless a particular form section overrides the default options – see [[2500_config_apps:0500_add_edit_objects:0200_defining_forms:0300_form_add_sections|Adding/Editing Form Sections]].</callout>+<alert type="primary" icon="fa info-circle"
 +**note** 
 + 
 + Presentation options specified for an attribute will be used by default when the attribute is shown on forms unless a particular form section overrides the default options – see [[2500_config_apps:0500_add_edit_objects:0200_defining_forms:0300_form_add_sections|Adding/Editing Form Sections]].</alert>
  
 The following presentation options are common to many attributes: The following presentation options are common to many attributes:
Line 137: Line 149:
 If the "Show description to the right of input control" radio button is selected the description will be shown to the right of the control – see the "Max Loan Period" attribute. If the "Show description to the right of input control" radio button is selected the description will be shown to the right of the control – see the "Max Loan Period" attribute.
  
-<callout type="primary" icon="true" title="note"> You can enclose attribute description in HTML tags to improve its presentation, for example: <code><p style="color:#ff0000">This description will be displayed in red. </p> </code></callout>+<alert type="primary" icon="fa info-circle"
 +**note** 
 + 
 + You can enclose attribute description in HTML tags to improve its presentation, for example: <code><p style="color:#ff0000">This description will be displayed in red. </p> </code></alert>
  
 ==== Save form on selection change ==== ==== Save form on selection change ====
Line 155: Line 170:
 This option is only available for an attribute of the Plain Text type and only if it has choices defined. Selecting this option indicates that the user can choose multiple choices and each choice is represented as a checkbox. Setting details of this option is similar to setting options of radio buttons.  This option is only available for an attribute of the Plain Text type and only if it has choices defined. Selecting this option indicates that the user can choose multiple choices and each choice is represented as a checkbox. Setting details of this option is similar to setting options of radio buttons. 
  
-<callout type="primary" icon="true" title="note"> //**AwareIM**// represents selected choices as a single delimited string. You must make sure that the length of the attribute is no less than the string formed as a result of concatenation of all possible choices (in case a user selects all checkboxes) plus delimiters.</callout>+<alert type="primary" icon="fa info-circle"> 
 +**note** 
 + 
 + //**AwareIM**// represents selected choices as a single delimited string. You must make sure that the length of the attribute is no less than the string formed as a result of concatenation of all possible choices (in case a user selects all checkboxes) plus delimiters.</alert>
  
 ==== Input control style ==== ==== Input control style ====