cancel
Showing results for 
Search instead for 
Did you mean: 

Añadir opción a búsqueda rápida.

cybermakoki
Champ in-the-making
Champ in-the-making
Hola,

Me gustaría añadir una opción al desplegable de búsqueda rápida de alfresco:

[img]http://img175.imageshack.us/img175/9047/busqueda.jpg[/img]

He intentado buscar la jsp pero nada… alguna idea?

Gracias!
2 REPLIES 2

venzia
Star Collaborator
Star Collaborator
Al final de tomcat\webapps\alfresco\jsp\parts\titlebar.jsp tienes :
<%– Search area –%>
<td>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td><img src="<%=request.getContextPath()%>/images/parts/searchbar_begin.gif" width="6" height="31" alt=""/></td>
<td style="width:100%; background-image: url(<%=request.getContextPath()%>/images/parts/searchbar_bg.gif);">
<r:simpleSearch id="search" actionListener="#{BrowseBean.search}" />
</td>
<td><img src="<%=request.getContextPath()%>/images/parts/searchbar_end.gif" width="6" height="31" alt=""/></td>
</tr>
</table>
</td>
</tr>
</table>
Empieza a buzear por el BrowseBean.search y supongo darás con ello.
Saludos,

cybermakoki
Champ in-the-making
Champ in-the-making
Gracias!! me pondré con ello Smiley Happy
Getting started

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.