Hello all,
what we currently try to achieve is to group properties that are conceptually related (e.g. Location related properties). We tried adding a Label (and only, just text) to the custom screen we currently work on through the XML editor using the below xml code:
<item>
<item_path />
<register_name />
<name_to_register />
<template />
<tab_index />
<table_ref />
<height />
<check_spelling />
<parent_element_name />
<read_only />
<required />
<max_length />
<max_decimals />
<lookup_display_column />
<lookup_key_column />
<lookup_table />
<mask_type>upper</mask_type>
<column_type />
<label_value>Location Information</label_value>
<label_message_id>Location Information</label_message_id>
<default_value />
<image_url />
<image_id />
<comment_message_id />
<comment_value />
<item_style_id>COLUMN_LABEL_STYLE</item_style_id>
<non_db />
<invisible />
<currency_column_name />
<error_message_id />
<error_message_text />
<expression />
<lookup_xml />
<regex_id />
<regex_output_format />
<regex_value />
<shortcut_key />
<shortcut_mod1 />
<shortcut_mod2 />
<shortcut_mod3 />
<url />
<display_name>Location Information</display_name>
<type>LABEL</type>
<group_name />
<is_checked_value />
<unchecked_value />
<lookup_message_type />
<xpath />
<post_url />
</item>
As you can see the bold properties above, we tried to change the Type tag to “LABEL” and tried to format this Label by adding an item_style. So my questions are:
- Is this the best approach to add a Label in a custom screen?
- Do you know why the item_style applies only in Smart Client and not in Web Client?
Thank you in advance,
D.K