12-07-2007 05:47 AM
<%@ 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" %>
<%– load a bundle of properties with I18N strings –%>
<f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
<r:navigator id="custom-navigator" activeArea="#{NavigationBean.toolbarLocation}">
<f:verbatim>
<div id="browse-cat-div" class="sidebarButton" style="background-image: url(<%=request.getContextPath()%>/images/parts/navigator_grey_gradient_bg.gif)">
</f:verbatim>
<f:view >
<a:actionLink value="#{msg.my_action}" action="dialog:mydialog" style="font-size: 12px;" id="custom-mydialog" />
</f:view>
<f:verbatim>
</div>
</f:verbatim>
</r:navigator>
01-03-2008 06:06 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.