[jira] [Created] (OFBIZ-4743) icon-purpose : same concept as uiLabel but for icons, a property file to address icons by a logical name

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-4743) icon-purpose : same concept as uiLabel but for icons, a property file to address icons by a logical name

Nicolas Malin (Jira)
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.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4743) icon-purpose : same concept as uiLabel but for icons, a property file to address icons by a logical name

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Heintz updated OFBIZ-4743:
----------------------------------

    Attachment: OFBIZ-4743.patch
   

> 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
>         Attachments: OFBIZ-4743.patch
>
>
> 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.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira