You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2008/06/19 03:59:45 UTC

[jira] Resolved: (GERONIMO-3562) customizable navigator icons for admin console extensions

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

Jarek Gawor resolved GERONIMO-3562.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   2.1.2

Committed the changes to branches/2.1 (revision 669359).


> customizable navigator icons for admin console extensions
> ---------------------------------------------------------
>
>                 Key: GERONIMO-3562
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3562
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1
>            Reporter: Paul McMahan
>            Assignee: Jarek Gawor
>             Fix For: 2.1.2, 2.2
>
>
> The extensible admin console console should support customizable icons for the navigator items.   One way to implement this would be to enhance the gbean definition like:
> {code:xml}
>     <gbean name="MyConsoleExtension" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
>         <attribute name="pageTitle">Applications/My Console Extension</attribute>
>         <attribute name="portletContext">/my-console-extension</attribute>
>         <attribute name="portletList">[MyPortlet]</attribute>
>         <attribute name="icon">images/myicon.png</attribute>    <!--- new attribute for icon -->
>     </gbean>
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.