home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-Win98-8.7.3.exe / _SETUP.1 / forms.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-01-06  |  2.9 KB  |  68 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4.  
  5.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8.  
  9. <head>
  10.  
  11.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  12.  
  13.   <title>Types Menu and Buttons</title>
  14.  
  15.   <style type="text/css">
  16.  
  17.  </style>
  18.  
  19.   <link href="../style.css" rel="stylesheet" type="text/css" />
  20.  
  21. </head>
  22.  
  23.  
  24.  
  25. <body xml:lang="en" lang="en">
  26.  
  27.  
  28.  
  29. <table border="0" width="100%" summary="toc">
  30.  
  31.   <tbody>
  32.  
  33.     <tr>
  34.  
  35.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  36.  
  37.         src="../../images/amaya.gif" /></td>
  38.  
  39.       <td><p align="right"><a href="about_access_keys.html" accesskey="p"><img
  40.  
  41.         alt="previous" src="../../images/left.gif" /></a> <a
  42.  
  43.         href="../Browsing.html" accesskey="t"><img alt="top"
  44.  
  45.         src="../../images/up.gif" /></a></p>
  46.  
  47.       </td>
  48.  
  49.     </tr>
  50.  
  51.   </tbody>
  52.  
  53. </table>
  54.  
  55.  
  56.  
  57. <div id="page_body">
  58.  
  59. <h1>Browsing forms</h1>
  60.  
  61.  
  62.  
  63. <p>As Amaya is a browser/editor, some of the widgets associated with HTMl
  64.  
  65. form elements are different from those you are used to in browsers. This
  66.  
  67. section mentions the most notable differences.</p>
  68.  
  69.  
  70.  
  71. <h2>Form input selector, single selection (GTK and WIN32 only)</h2>
  72.  
  73.  
  74.  
  75. <p>To activate the selector, the user has to click twice on the entry. This
  76.  
  77. will result in a popup widget appearing showing all the entries. The widget
  78.  
  79. supports a user interaction both with the keyboard as well as with the
  80.  
  81. mouse.</p>
  82.  
  83.  
  84.  
  85. <p>With the keyboard, you must first select an entry using the arrow keys.
  86.  
  87. Pressing the Enter key will validate the choice. the Page Up and Page Down
  88.  
  89. keys allow the user to quickly scroll amont the list entries. You can abort
  90.  
  91. the action of this widget by pressing the F2 key anytime.</p>
  92.  
  93.  
  94.  
  95. <p>With the mouse, there are two kinds of behavior. A single click allows the
  96.  
  97. user to select an entry, whereas a double click on an entry means that the
  98.  
  99. user wants to activate the selection. To abort the action of the widget, you
  100.  
  101. just need to click in any area outside of the pop-up widget (N.B., this
  102.  
  103. option doesn't work yet on GTK). You can also use the scroll bar to quickly
  104.  
  105. navigate thru the widget entries.</p>
  106.  
  107.  
  108.  
  109. <h2>Form input selector, multiple selection</h2>
  110.  
  111.  
  112.  
  113. <p>The behavior of this widget is similar to the single selection one. That
  114.  
  115. is, the widget supports only one toggle of a selection state at the time. You
  116.  
  117. need to invoke it as many times as toggle changes you need. When the widget
  118.  
  119. is activated, it will show the current state of selections. On WIN32, this is
  120.  
  121. currently done by appending a '>' character to the selected entries. On
  122.  
  123. GTK, this is done by means of a blue color bar. As before, you can abort the
  124.  
  125. widget by using either the F2 key or clicking elsewhere (only on WIN32
  126.  
  127. systems).</p>
  128.  
  129. </div>
  130.  
  131. </body>
  132.  
  133. </html>
  134.  
  135.