Warning, /office/calligraplan/doc/usingtheviews.docbook is written in an unsupported language. File is not indexed.

0001 <sect2><title/>
0002 <sect3 id="description3"><title>Description</title>
0003   <para>
0004     The Task Editor is a view that displays task data in a tree structure. Most data in the Task Editor can be edited in situ.
0005   </para>
0006   <para>
0007     <screenshot>
0008       <screeninfo></screeninfo>
0009       <mediaobject>
0010         <imageobject>
0011           <imagedata fileref="plan_taskeditor.png" format="PNG"/>
0012         </imageobject>
0013         <textobject>
0014           <phrase></phrase>
0015         </textobject>
0016       </mediaobject>
0017     </screenshot>
0018   </para>
0019 </sect3>
0020 <sect3 id="navigation"><title>Navigation</title>
0021   <para>You can navigate the tree structure using the keyboard:
0022   </para>
0023   <para>
0024     <informaltable>
0025       <tgroup cols="2">
0026         <tbody>
0027           <row>
0028             <entry>
0029               <para><keycap>+</keycap></para>
0030             </entry>
0031             <entry>
0032               <para>Expand an expandable row.</para>
0033             </entry>
0034           </row>
0035           <row>
0036             <entry>
0037               <para><keycap>-</keycap></para>
0038             </entry>
0039             <entry>
0040               <para>Collapse a collapsible item.</para>
0041             </entry>
0042           </row>
0043           <row>
0044             <entry>
0045               <para><keycap>Arrow left</keycap></para>
0046             </entry>
0047             <entry>
0048               <para>Go to previous column in the same row.</para>
0049             </entry>
0050           </row>
0051           <row>
0052             <entry>
0053               <para><keycap>Arrow right</keycap></para>
0054             </entry>
0055             <entry>
0056               <para>Go to next column in the same row.</para>
0057             </entry>
0058           </row>
0059           <row>
0060             <entry>
0061               <para><keycap>Arrow up</keycap></para>
0062             </entry>
0063             <entry>
0064               <para>Go to previous row in the same column.</para>
0065             </entry>
0066           </row>
0067           <row>
0068             <entry>
0069               <para><keycap>Arrow down</keycap></para>
0070             </entry>
0071             <entry>
0072               <para>Go to next row in the same column.</para>
0073             </entry>
0074           </row>
0075           <row>
0076             <entry>
0077               <para><keycap>Home</keycap></para>
0078             </entry>
0079             <entry>
0080               <para>Go to first row, first column.</para>
0081             </entry>
0082           </row>
0083           <row>
0084             <entry>
0085               <para><keycap>End</keycap></para>
0086             </entry>
0087             <entry>
0088               <para>Go to last row, last column.</para>
0089             </entry>
0090           </row>
0091           <row>
0092             <entry>
0093               <para><keycap>Page up</keycap></para>
0094             </entry>
0095             <entry>
0096               <para>Go to first visible row in the same column.</para>
0097             </entry>
0098           </row>
0099           <row>
0100             <entry>
0101               <para><keycap>Page down</keycap></para>
0102             </entry>
0103             <entry>
0104               <para>Go to last visible row in the same column.</para></entry>
0105           </row>
0106         </tbody>
0107       </tgroup>
0108     </informaltable>
0109   </para>
0110 </sect3>
0111 <sect3 id="editing-data"><title>Editing data</title>
0112   <para>Editable items are opened for editing by double-clicking on the item or, if using the keyboard, pressing <keycap>F2</keycap> will open the current item.
0113   </para>
0114   <para>When editing an item you can navigate to the next editable item as follows:
0115   </para>
0116   <para>
0117     <informaltable>
0118       <tgroup cols="2">
0119         <tbody>
0120           <row>
0121             <entry>
0122               <para><keycombo>&Ctrl;&Alt;<keycap>Arrow left</keycap></keycombo></para>
0123             </entry>
0124             <entry>
0125               <para>Go to the previous editable item in the same row.</para>
0126             </entry>
0127           </row>
0128           <row>
0129             <entry>
0130               <para><keycombo>&Ctrl;&Alt;<keycap>Arrow right</keycap></keycombo></para>
0131             </entry>
0132             <entry>
0133               <para>Go to the next editable item in the same row.</para>
0134             </entry>
0135           </row>
0136           <row>
0137             <entry>
0138               <para><keycombo>&Ctrl;&Alt;<keycap>Arrow up</keycap></keycombo></para>
0139             </entry>
0140             <entry>
0141               <para>Go to the next editable item in preceding rows.</para>
0142             </entry>
0143           </row>
0144           <row>
0145             <entry>
0146               <para><keycombo>&Ctrl;&Alt;<keycap>Arrow down</keycap></keycombo></para>
0147             </entry>
0148             <entry>
0149               <para>Go to the next editable item in succeeding rows.</para></entry>
0150           </row>
0151         </tbody>
0152       </tgroup>
0153     </informaltable>
0154   </para>
0155 </sect3>
0156 <sect3 id="using-the-views-drag-drop"><title>Drag &amp; drop and copy/paste</title>
0157   <para>
0158     Most views support drag &amp; drop and copy/paste. Charts and Gantt charts can be dragged to applications that support images.
0159     Table data uses the html mime type, so can be dropped on any applications that supports this.
0160     If the view supports moving or copying items internally &eg; the <link linkend="task-editor">Task Editor</link>, items can also be moved or copied.
0161   </para>
0162 </sect3>
0163 </sect2>