Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

When displaying form field in Admin Console it consists of 2 main parts:

  • title
  • control (e.g. dropdown)

The "title" is combined from these elements:

  • text - coming from phrase in "title" parameter OR from text in "title_text" parameter
  • required mark (star) - coming from field configuration
  • : - always displayed
  • hint icon - displays hint from "direct_label" or "title" parameter

Unfortunately, when "title" parameter is empty, then hint icon is displayed, but hint text is only "!!":

Solution

In the "FieldHintLabel" tag, use value of "title_label" tag parameter only, when it's not empty.

Related Tasks

  • No labels