03-11-2008 09:32 PM
03-12-2008 05:50 AM
<config evaluator="string-compare" condition="Sidebar">
03-12-2008 12:04 PM
03-13-2008 04:48 AM
03-13-2008 08:00 AM
03-13-2008 12:04 PM
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
<%– Shelf component –%>
<%– IMPORTANT NOTE: All inner components must be given an explicit ID! –%>
<%– This is because they are wrapped in a Panel component –%>
<r:shelf id="shelf" groupPanel="lbgrey" groupBgcolor="white" selectedGroupPanel="lbgrey" selectedGroupBgcolor="white"
groupExpandedActionListener="#{NavigationBean.shelfGroupToggled}">
<r:shelfGroup label="#{msg.clipboard}" id="shelf-group-1" expanded="#{NavigationBean.shelfItemExpanded[0]}">
<r:clipboardShelfItem id="clipboard-shelf" collections="#{ClipboardBean.items}" pasteActionListener="#{ClipboardBean.pasteItem}" />
</r:shelfGroup>
<%– NOTE: this component is exanded=true as default so the RecentSpaces managed Bean is
instantied early - otherwise it will not be seen until this shelf component is
first expanded. There is no config setting to do this in JSF by default –%>
<r:shelfGroup label="#{msg.recent_spaces}" id="shelf-group-2" expanded="#{NavigationBean.shelfItemExpanded[1]}">
<r:recentSpacesShelfItem id="recent-shelf" value="#{RecentSpacesBean.recentSpaces}" navigateActionListener="#{RecentSpacesBean.navigate}" />
</r:shelfGroup>
<r:shelfGroup label="#{msg.shortcuts}" id="shelf-group-3" expanded="#{NavigationBean.shelfItemExpanded[2]}">
<r:shortcutsShelfItem id="shortcut-shelf" value="#{UserShortcutsBean.shortcuts}" clickActionListener="#{UserShortcutsBean.click}" removeActionListener="#{UserShortcutsBean.removeShortcut}" />
</r:shelfGroup>
</r:shelf>
<r:navigator id="navigator" activeArea="#{NavigationBean.toolbarLocation}" />
<r:categoryBrowser id="category-browser"/>
03-14-2008 05:19 AM
03-14-2008 06:04 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.