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 / about_synchronized_views.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-02-19  |  3.1 KB  |  75 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>About Synchronized Views</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="closing_a_view.html" accesskey="p"><img
  22.         alt="previous" src="../../images/left.gif" /></a> <a
  23.         href="../Views.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>About Synchronized Views</h1>
  32.  
  33. <p>All views except the Source view are automatically synchronized. When you
  34. select characters or elements in one view of a document, Amaya automatically
  35. scrolls the other views of the document to show the selected items.</p>
  36.  
  37. <p>You can edit a document in any view. During editing, the changes you make
  38. are displayed only in the active view. When you select a button bar or menu
  39. command or click in another location, Amaya updates the other views to
  40. display your changes.</p>
  41.  
  42. <p>Selection and editing commands act always in the document tree. When you
  43. select two elements in a view, the selection is extended to the minimum
  44. sub-tree that includes these two elements, even if some elements are not
  45. displayed in that view. Commands applied to that selection (delete by
  46. example) acts on the whole selection.</p>
  47.  
  48. <p>The Source view is not automatically synchronized. After making a series
  49. of edits in the Source view, you must choose
  50. <strong>File > Synchronize</strong> to update the other views of
  51. the document. Conversely, when you make changes in any other view, choose
  52. <strong>File > Synchronize</strong> to update the Source
  53. view.</p>
  54.  
  55. <p>When you synchronize a document, Amaya will re-validate it. If you
  56. introduced markup errors in the source view, Amaya will recover as well as it
  57. can. You should check the document in the Structure or Formatted view after
  58. editing in Source view to ensure that synchronization has done what you
  59. expected.</p>
  60.  
  61. <p>When you save a document from the Source view or from the Formatted view
  62. (locally or remotely), synchronization occurs automatically. All views
  63. reflect the state of the document at the time it is saved.</p>
  64.  
  65. <p>For more information on views, see:</p>
  66. <ul>
  67.   <li><a href="working_with_document_views.html">Working with Document
  68.     Views</a></li>
  69.   <li><a href="opening_a_view.html">Opening a View</a></li>
  70.   <li><a href="closing_a_view.html">Closing a View</a></li>
  71. </ul>
  72. </div>
  73. </body>
  74. </html>
  75.