[ http://jira.jboss.com/jira/browse/RF-3475?page=all ]
Work on RF-3475 started by Dmitry Svyatobatsko. > 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 _______________________________________________ richfaces-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/richfaces-issues
