<WIDGET>

widget 要素 (HTML)

[5] null, , https://web.archive.org/web/20041224034631/http://www.terrainformatica.com/htmlayout.old/htmlex.htm

[8] >>2

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:

  1. <widget> must be always closed by using either <widget ... /> form or by tail </widget> markup.
  2. In layout <widget> behaves as a block element similar to <div>.
  3. <widget> can be used for defining intrinsic controls too. For example to define block level textarea element use: <widget type=textarea>... text ... </widget>.

(名無しさん [sage])

[3] >>1-2 例

        <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])

[4] >>1-2 例

    <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

[140] HTML要素概説
要素名
input
要素名
widget
日付
説明
ネイティブアプリケーション組込用レンダリングエンジン HtmLayout は、 付ドキュメントによると HTML 3.2 を拡張して inputwidget を実装していた。 アプリケーション依存の入力コントロールの配置用で、 input行内要素widgetブロック水準要素として機能した。
出典