Foros de discusión

Dock bar View.jsp customization

thumbnail
Rojalin Patri, modificado hace 12 años.

Dock bar View.jsp customization

Expert Mensajes: 287 Fecha de incorporación: 22/03/11 Mensajes recientes
Hi all,
i have a query...In view.jsp page of html/Dockbar portlet we have the following code for "Add application"
<c:if test="<%= (group != null) && !group.isControlPanel() && (!group.hasStagingGroup() || group.isStagingGroup()) && LayoutPermissionUtil.contains(permissionChecker, layout, ActionKeys.UPDATE) %>">
<li class="add-content has-submenu" id="<portlet:namespace />addContent">
<a class="menu-button" href="javascript:;">
<span>
<liferay-ui:message key="add" />
</span>
</a>
my doubt is <a class="menu-button" href="javascript:;"> from where the control is getting the "href"....what is the meaning of this href="javascript::"???????????
i have very poor understanding of liferay development.
please clarify my doubt.....
Thanks
Rojalin
thumbnail
Rojalin Patri, modificado hace 12 años.

RE: Dock bar View.jsp customization

Expert Mensajes: 287 Fecha de incorporación: 22/03/11 Mensajes recientes
is it possible to give "href" to "web content display portlet" directly????????
i mean <a href="web content portlet URL">Add web content</a>
please give me some solution.......