[richfaces-issues] [JBoss JIRA] Created: (RF-3475) demosite changes for laguna skin.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue May 20 08:23:59 EDT 2008


demosite changes for laguna skin.
---------------------------------

                 Key: RF-3475
                 URL: http://jira.jboss.com/jira/browse/RF-3475
             Project: RichFaces
          Issue Type: Task
    Affects Versions: 3.2.1
            Reporter: Ilya Shaikovsky
         Assigned To: Dmitry Svyatobatsko
             Fix For: 3.2.1


I've implemented 2 additional classes in laguna skin.

rich-laguna-panel-no-header
rich-laguna-mpnl-no-header

You should look through all demosite application and apply corresponding one to body of all the panels/modalpanels which has no header.

example from references.xhtml include(look at bodyClass defined because there is no header element):

<rich:panel styleClass="panel_documents" bodyClass="rich-laguna-panel-no-header">
	<strong>#{componentNavigator.currentComponent.name}</strong>
	<ul>
		<li><h:outputLink target="_blank" value="#{path.dgPath}#{componentNavigator.currentComponent != null ? componentNavigator.currentComponent.devGuideLocation : 'index.html'}">Developers Guide</h:outputLink></li>
		<li><h:outputLink target="_blank" value="#{path.tldPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.tldDocLocation : 'jbossrichfaces/freezone/docs/tlddoc/overview-summary.html'}">Tld Documentation</h:outputLink></li>
		<li><h:outputLink target="_blank" value="#{path.apiPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.javaDocLocation : 'jbossrichfaces/freezone/docs/apidoc/overview-summary.html'}">Component Class Documentation</h:outputLink></li>
	</ul>
</rich:panel>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list