Attributes |
Name | Required | Request-time | Type | Description |
uuid | false | true | java.lang.String | The UUID of the resource that should be edited. If not provided, the tag can still be used to create new resources (XML contents). Default: null . |
create | false | true | java.lang.Boolean | If set to true the "Create" option is added to the edit buttons - provided that the attribute uuid is specified. Otherwise the "Create" option can only be enabled by specifying createType . Newly created resources have the same type as the resource specified via attribute uuid . If createType is specified, create has no influence at all. Default: false . |
createType | false | true | java.lang.String | The type of resources (XML contents) that should be created, specified via the resource type name. Default: The type of the resource specified via the attribute uuid , or, if no resource is specified null . |
creationSiteMap | false | true | java.lang.String | The location where newly created contents are stored is read from sitemap configurations. creationSiteMap specifies the sitemap from which the configuration should be used. Provide the (site-relative) path to a folder in the (sub)sitemap. Default: The (sub)sitemap of the currently requested URI. |
delete | false | true | java.lang.Boolean | If set to true , the "Delete" option is added to the edit buttons - provided that the attribute uuid specifies the resource to edit/delete. Default: false |
postCreateHandler | false | true | java.lang.String | The fully qualified class name of a org.opencms.file.collectors.I_CmsCollectorPostCreateHandler that is called when a new resource is created via the tag. |
uploadFolder | false | true | java.lang.String | The folder to upload binary folders to. If not set, upload for binary files is disabled. |