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


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.

Reply via email to