[5] null, , https://web.archive.org/web/20041224034631/http://www.terrainformatica.com/htmlayout.old/htmlex.htm
To be able to handle wider variety of input widgets and their postioning HTMLayout introduces new element - <widget>. <widget> is a block HTML element and tag which means:
- <widget> must be always closed by using either <widget ... /> form or by tail </widget> markup.
- In layout <widget> behaves as a block element similar to <div>.
- <widget> can be used for defining intrinsic controls too. For example to define block level textarea element use: <widget type=textarea>... text ... </widget>.
(名無しさん [sage])
<widget type="select" name="chemistry-h" style="width:100%%;height:100%%"> <OPTIONS expanded>Alkaline Metals <OPTION value="Li">Lithium (Li)</OPTION> <OPTION value="Na">Sodium (Na)</OPTION> <OPTION value="K">Potassium (K)</OPTION> </OPTIONS> <OPTIONS expanded>Halogens <OPTION value="F">Fluorine <font style="color:blue">(F)</font></OPTION> <OPTION value="Cl">Chlorine <font style="color:red">(Cl)</font></OPTION> <OPTION value="Br">Bromine <font style="color:green">(Br)</font></OPTION> </OPTIONS> </widget>
(名無しさん [sage])
<div id="editable-select"> <widget type="select" name="colors" multiple="checks"> <OPTION VALUE=1 >Red</OPTION> <OPTION VALUE=2 >Green</OPTION> <OPTION VALUE=3 >Blue</OPTION> </widget> <text class="command-bar"><button action="cancel">Cancel</button> <button action="edit-list">Modify</button></text> </div>
[1] HTMLayout specific tags, , https://web.archive.org/web/20101123213344/http://terrainformatica.com/htmlayout/tags.whtm
[30] null, , https://web.archive.org/web/20110221025439/http://www.terrainformatica.com/htmlayout/logfile310.htm
[9] Terra Informatica Software, Inc., , https://web.archive.org/web/20110101081723/http://www.terrainformatica.com/htmlayout/logfile.whtm