blob: 1736ed35a39e7c3992e09c9182fe17992740319d [file] [log] [blame]
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link type="text/css" href="../../../..//default_style.css" rel="stylesheet"><link type="text/css" href="../../../..//webtools/wtp.css" rel="stylesheet"><title>HTML Component Overview</title></head><body><table border="0" cellpadding="2" cellspacing="5" width="100%"><tbody><tr><td align="left" width="60%"><font class="indextop">HTML Component</font><br><font class="indexsub">HTML Component Overview</font></td><td width="40%"><img src="../../../..//webtools/images/wtplogosmall.jpg" align="middle" height="129" hspace="50" width="207" alt="WTP Logo" usemap="logomap"><map id="logomap" name="logomap"><area coords="0,0,207,129" href="/webtools/" alt="WTP Home"></map></td></tr></tbody></table><table border="0" cellpadding="2" cellspacing="5" width="100%"><col width="16"><col width="*"><tbody><tr><td align="right" valign="top">
&nbsp;
</td><td valign="top"><p>Last modified March 29, 2005</p></td></tr><tr><td align="right" valign="top">
&nbsp;
</td><td valign="top"><p>
<i>
[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.]
</i>
</p></td></tr><tr><td colspan="2" align="left" bgcolor="#0080c0" valign="top"><b><font color="#ffffff" face="Arial,Helvetica">HTML UI</font></b></td></tr><tr><td align="right" valign="top">
&nbsp;
</td><td valign="top"><p>
The html ui component has the API needed to support html
regions in editors.
</p></td></tr><tr><td align="right" valign="top">
&nbsp;
</td><td valign="top"><p>
<code>StructuredTextViewerConfigurationHTML</code>
can be used by clients to access processors used to handle
HTML regions. Processors include: autoedit, content assist,
text hover, reconciler.
</p></td></tr><tr><td colspan="2" align="left" bgcolor="#0080c0" valign="top"><b><font color="#ffffff" face="Arial,Helvetica">HTML Core</font></b></td></tr><tr><td align="right" valign="top">
&nbsp;
</td><td valign="top"><p>
The html core component has the API needed to support the
jsp model.
</p></td></tr><tr><td align="right" valign="top"><img src="../../../..//images/Adarrow.gif" border="0" height="16" width="16"></td><td>Content type</td></tr><tr><td align="right" valign="top">
&nbsp;
</td><td valign="top"><p>
<code>ContentTypeIdForHTML</code>
contains the content type id for HTML. For more information,
see:
<code>org.eclipse.wst.html.core.contenttype</code>
</p></td></tr><tr><td align="right" valign="top"><img src="../../../..//images/Adarrow.gif" border="0" height="16" width="16"></td><td>Content Model</td></tr><tr><td align="right" valign="top">
&nbsp;
</td><td valign="top"><p>
The HTML content model includes the content model for HTML
4.0x. For more information, see:
<code>org.eclipse.wst.html.core</code>
</p></td></tr><tr><td align="right" valign="top"><img src="../../../..//images/Adarrow.gif" border="0" height="16" width="16"></td><td>Partition Types</td></tr><tr><td align="right" valign="top">
&nbsp;
</td><td valign="top"><p>
HTML partition types include various partition types found
in HTML documents. Partition types include: html
declaration, script, comment. For more information, see:
<code>org.eclipse.wst.html.core.text</code>
</p></td></tr></tbody></table></body></html>