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 / selecting_by_structure.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-01-06  |  3.0 KB  |  83 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.   <meta name="GENERATOR" content="amaya 8.2+, see http://www.w3.org/Amaya/" />
  8.   <title>Selecting by Structure</title>
  9.   <style type="text/css">
  10.  </style>
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" width="100%" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p align="right"><a href="selecting_images.html" accesskey="p"><img
  22.         alt="previous" src="../../images/left.gif" /></a> <a
  23.         href="../Selecting.html" accesskey="t"><img alt="top"
  24.         src="../../images/up.gif" /></a></p>
  25.       </td>
  26.     </tr>
  27.   </tbody>
  28. </table>
  29.  
  30. <div id="page_body">
  31. <h1>Selecting by Structure</h1>
  32.  
  33. <p>The structure view is especially convenient for quickly selecting large
  34. elements or groups of elements within a document.</p>
  35.  
  36. <p class="ProcedureCaption">To select an element:</p>
  37. <ul>
  38.   <li>There are three ways to select a large element like a complex table or
  39.     a long list with a single click: Click the blue label that represents the
  40.     element, click the name of any of its attributes, or click the blue
  41.     vertical line associated with that element.</li>
  42. </ul>
  43.  
  44. <p class="ProcedureCaption">To select a text character or text string within
  45. a structure:</p>
  46. <ul>
  47.   <li>Click a text character in Structure view to select only that character.
  48.     To select a text string, click and drag across the text.</li>
  49. </ul>
  50.  
  51. <p class="ProcedureCaption">To select an attribute value:</p>
  52. <ul>
  53.   <li>In Structure view, attribute values that can be edited from the
  54.     keyboard are represented in bold text. Click and drag across the
  55.     attribute value to select it. You cannot extend this type of text
  56.     selection outside the attribute value.</li>
  57. </ul>
  58.  
  59. <p class="ProcedureCaption">To select structure elements using the
  60. keyboard:</p>
  61. <ul>
  62.   <li>Press the <kbd>F2</kbd> key to select the parent element
  63.     in the document structure.
  64.     Press the key several times to select containers (and everything in them)
  65.     up the structure towards the root.
  66.     <p></p>
  67.   </li>
  68.   <li>Press <kbd>Ctrl -</kbd> (minus key) to select a child element.
  69.     <p></p>
  70.   </li>
  71.   <li>Press <kbd>Ctrl k</kbd> to select the next element at the same level,
  72.     or at the level of the parent element if there is no next or previous
  73.     child of the current level.
  74.     <p></p>
  75.   </li>
  76.   <li>Press <kbd>Ctrl j</kbd> to select the previous element at the same
  77.     level, or at the level of the parent element if there is no previous
  78.     child of the current level.</li>
  79. </ul>
  80. </div>
  81. </body>
  82. </html>
  83.