You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Paul McMahan (JIRA)" <ji...@apache.org> on 2007/11/07 21:05:51 UTC

[jira] Assigned: (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 ]

Paul McMahan reassigned GERONIMO-3562:
--------------------------------------

    Assignee: Paul McMahan

> 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: Paul McMahan
>
> 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.