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