HTML Component HTML Component Overview |
Last modified March 29, 2005 | |
[This document is a work in progress. It is an attempt to capture the key concepts of the WTP HTML Component. Note that the concepts presented here may differ from what is found in the currently released code. This document describes the architecture, or "end goal", of the component. Once this document is finalized, the intent is to bring the code and its specs into line with this document.] | |
HTML UI | |
The html ui component has the API needed to support html regions in editors. | |
| |
HTML Core | |
The html core component has the API needed to support the jsp model. | |
Content type | |
| |
Content Model | |
The HTML content model includes the content model for HTML
4.0x. For more information, see:
| |
Partition Types | |
HTML partition types include various partition types found
in HTML documents. Partition types include: html
declaration, script, comment. For more information, see:
|