| |||||||
| FRAMES NO FRAMES | |||||||
<jtidy:tidy config="indent: auto; indent-spaces: 2">
<html>
<head>
<title>My Page</title>
</head>
<body>
</body>
My page body
</html>
</jtidy:tidy>
| Tag Information | |
| Tag Class | org.w3c.tidy.servlet.jsp.tagext.TidyTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | Tidy |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| config | false | true | java.lang.String | JTidy configuration options separated by semicolon |
| validateOnly | false | true | boolean | Valid values are true or false. Disable Formated HTML output and only produce the report. By default, false |
| bypass | false | true | boolean | Bypass validation. Can be used to quickly enable/disable validation. Has the same effect as ignore tag before tidy |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||