content
Tag updateContainerURL
Displays the URL that allows to update the fields of a container. Example :
<content:updateContainerURL id="updatelinkNewsListContainerURL" display="false"/>
<content:deleteContainerURL id="deletelinkNewsListContainerURL" display="false"/>
<logic:present name="updatelinkNewsListContainerURL">
<a href="<bean:write name='updatelinkNewsListContainerURL'/>"><%=updateButton%></a>
<a href="<bean:write name='deletelinkNewsListContainerURL'/>"><%=deleteButton%></a>
</logic:present>
| Attributes inherited from tag content:abstractURL (i.e. from class org.jahia.taglibs.field.AbstractURLTag) |
id, name, display, withJSPopup |
| Tag Information |
| Tag Class | org.jahia.taglibs.url.UpdateContainerURLTag |
| TagExtraInfo Class | None |
| Body Content | empty |
| Display Name | None |
| Attributes |
| Name | Required | Request-time | Type | Description |
| name | false | true | java.lang.String | name |
| display | false | true | Boolean | Display the URL or not. Default is "true". |
| withJSPopup | false | true | Boolean | outputs a link to a popup if true, otherwise outputs a direct link. Default is "true". |
| Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.