[
https://issues.apache.org/jira/browse/FELIX-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759137#action_12759137
]
Felix Meschberger edited comment on FELIX-1637 at 9/24/09 7:53 AM:
-------------------------------------------------------------------
Implemented the additional CSS support in Rev. 818501 as follows:
* AbstractWebConsolePlugin extensions overwrite the getCssReferences() method
* Plain Servlet plugins provide a felix.webconsole.css service registration
property
also updated the documentation at
http://felix.apache.org/site/providing-web-console-plugins.html
was (Author: fmeschbe):
Implemented the additional CSS support in Rev. as follows:
* AbstractWebConsolePlugin extensions overwrite the getCssReferences() method
* Plain Servlet plugins provide a felix.webconsole.css service registration
property
also updated the documentation at
http://felix.apache.org/site/providing-web-console-plugins.html
> Support additional CSS references provided by plugins
> -----------------------------------------------------
>
> Key: FELIX-1637
> URL: https://issues.apache.org/jira/browse/FELIX-1637
> Project: Felix
> Issue Type: Improvement
> Components: Web Console
> Affects Versions: webconsole-1.2.10
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: webconsole-2.0.0
>
>
> Currently the web console has no option to correctly support additional CSS
> resources provided by plugins. This leads to the somewhat incorrect habit of
> adding the CSS link in the HTML body area. See the ConfigurationRender,
> LicenseServlet and ShellServlet for examples of this behaviour.
> We need to add support to provide additional CSS resources for plugins in a
> compliant way.
> Note: For JavaScript the issue is not that problematic because the <script>
> tag is also allowed in the body area of the html.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.