edit-on Pro HTML Forms Sample
The HTML Forms Sample shows how CSS can be used to extend the support for HTML elements. Now edit-on Pro visually interprets form elements like select, input, textarea, etc. using a custom CSS style sheet and renders them with matching images in the editor's WYSIWYG view.
The template HTML file which has been loaded within the sample.

The sample document which has been loaded within the sample.

In order to display the HTML form elements in WYSIWYG view a CSS file defines visual interpretations for each form element.
As edit-on Pro supports the XHTML 1.0 Transitional standard, it is not necessary to set up a custom DTD including definitions for form elements. The editor is already familiar with these elements and will keep them during the clean-up process.
Back to Samples Index