Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Use the screenlet and put an icon (or a word, it's an icon in Compiere) in the screenlet title bar for that.
  • OR
  • Another (easier) possibility would be to use the 1st field-group and to make a relation between it and other field-groups. This because in all cases we will no make this 1st field-group collapsible (at least it's how we have done so far) and we could then put an artifact there. This would also allow to not have a mandatory screenlet when using collapsible field-groups

Some i18n issues

  • Typography : Typography depends on languages. For instance in French we put a space after colons, there are other cases of course. So punctuation should be always part of labels.
  • HTML : We already discussed about not putting any HTML tags in labels. Actually we should at least not allow any < and & which will not be correctly rendered (http://www.w3.org/TR/REC-xml/#dt-chardataImage Added). I quickly noticed some problematic cases:
    • ProductRedExplanation (in Product association) Using StringUtil.wrapString around the label fix it, see revision 772806.
    • WebtoolsMessage2 (Webtools export)
    • WebtoolsMessage5 (Webtools import)
    • ManufacturingNote3 (Edit BOM)
    • There are certainly others, just a 1st approach...