Component Types
This is a link to another document.. This is a link to an external page.
Built-in Component Types
Here below you can see the list of built-in component types, ordered by their position in the Component Type Stack
cell
- Component for handle<td>
and<th>
elementsrow
- Component for handle<tr>
elementstable
- Component for handle<table>
elementsthead
- Component for handle<thead>
elementstbody
- Component for handle<tbody>
elementstfoot
- Component for handle<tfoot>
elementsmap
- Component for handle<a>
elementslink
- Component for handle<a>
elementslabel
- Component for handle properly<label>
elementsvideo
- Component for videosimage
- Component for imagesscript
- Component for handle<script>
elementssvg
- Component for handle SVG elementscomment
- Component for comments (might be useful for email editors)textnode
- Similar to the textnode in DOM definition, so a text element without a tag element.text
- A simple text component that can be edited inlinewrapper
- The canvas need to contain a root component, a wrapper, this component was made to identify itdefault
- Default base component