icon-purpose : same concept as uiLabel but for icons, a property file to address icons by a logical name
---------------------------------------------------------------------------------------------------------
Key: OFBIZ-4743
URL:
https://issues.apache.org/jira/browse/OFBIZ-4743 Project: OFBiz
Issue Type: Sub-task
Components: framework
Affects Versions: SVN trunk
Reporter: Olivier Heintz
copy from help:
Icons are useful to make the user interface nicer.
To ensure consistency in the application, a logical name was given to each icon and it is advisable to use only one.
To be able to change icon sets based on themes, it is advisable not access online the image file but to go through the appropriate properties files.
HowTo use of icons in a link (link or show-portlet).
An example of use of icon Details
{code}
<show-portlet portlet-id="ShowExample" image-location="${iconsPurpose.Details}" image-title="${uiLabelMap.IconsTooltips_Details}">
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspaFor more information on JIRA, see:
http://www.atlassian.com/software/jira