| Attributes |
| Name | Required | Request-time | Type | Description |
| parserClass | true | true | java.lang.String | The fully qualified name of the Html parser (extending org.opencms.jsp.parse.A_CmsConfiguredHtmlParser) that should be used. |
| param | false | true | java.lang.String | The value is directly passed to the Html parser and can be used for it's configuration. |
| noAutoCloseTags | false | true | java.lang.String | List of tag names that should not be auto-corrected if closing tags are missing. Default: The empty list. |
| allowInlineEdit | false | true | java.lang.String | Indicates the parse action should be disabled to allow inline editing in the container page editor. |