OpenCms JSP standard taglib
Tag editable
This tag is used to enable the direct edit functionality.
It is placed in the header of a none-container-page template for most use cases.
An exeception is the use with attribute editEmpty
, which is the last none-deprecated use case.
Note that most of the functionality is now done by <enable-ade>
for container page templates.
Tag Information |
Tag Class | org.opencms.jsp.CmsJspTagEditable |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
provider | false | true | java.lang.String | Deprecated. Specifies the edit provider class. |
file | false | true | java.lang.String | Deprecated. |
mode | false | true | java.lang.String | Deprecated. Specifies the mode for the edit provider class. |
editEmpty | false | true | java.lang.String | Use the tag with this attribute inside of cms:contentload when content is preloaded to enable adding content if no content is collected yet. Possible values are: - false (default)
- Disables adding a new content via direct edit, if none is found.
(You do not have to use the tag at all to reach this setting.) - true
- Enables adding a new content via direct edit, if none is found.
|
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.