You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2015/05/15 17:18:00 UTC

[jira] [Commented] (OFBIZ-6371) Make background-color in setSourceColor function in fieldlookup.js theme dependent

    [ https://issues.apache.org/jira/browse/OFBIZ-6371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14545647#comment-14545647 ] 

Jacques Le Roux commented on OFBIZ-6371:
----------------------------------------

I even like the idea of using rather

{code}
    function setSourceColor(src) {
        if (src && src != null) {
            src.effect("highlight", {}, 3000);
        }
    }
{code}

> Make background-color in setSourceColor function in fieldlookup.js theme dependent
> ----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-6371
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6371
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Priority: Trivial
>             Fix For: Upcoming Branch
>
>
> Fornow it's harcoded as yellow



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)