Defining the HTML

The HTML for the sample text field widget requires only one element, but many attributes. The values of many of the attributes are not defined here and are just shown with a question mark. The values will be provided by the renderer, as explained later.

Figure 1. HTML Output of the Date Picker Widget
<input type="text" autocomplete="no"
       id="?" name="?"
       value="?" title"?"
       tabindex="?" style="?"/>