content
Tag updateFieldURL


Displays the URL to update a field.

Example 1 :

<content:textField name="pageTitle" />
<content:updateFieldURL fieldName="pageTitle" display="false" id="updateFieldURL" withJSPopup="false" />
<logic:present name="updateFieldURL">
      <a href="<bean:write name='updateFieldURL'/>">Update field</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 Classorg.jahia.taglibs.url.UpdateFieldURLTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsetruejava.lang.Stringname

displayfalsetrueBooleanDisplay the URL or not.

Default is "true".

withJSPopupfalsetrueBooleanoutputs 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.