Annotation of loncom/html/adm/help/tex/Authoring_Daxe_UI.tex, revision 1.3

1.1       raeburn     1: \label{Authoring_Daxe_UI}
                      2: 
1.2       raeburn     3: \textbf{Organization of the Daxe User Interface}
                      4: 
1.3     ! raeburn     5: The Daxe editor iframe is initially divided into 2 parts: 
1.1       raeburn     6: the document to be edited to the left, and a preview to the right. 
                      7: The preview is updated whenever the document is saved.
                      8: 
1.3     ! raeburn     9: \includegraphics[width=0.03\paperwidth]{daxeui}
        !            10: 
1.1       raeburn    11: At the top, a menubar provides File and Edit menus, 
                     12: several hierarchical menus to insert elements, and a menu to insert templates. 
                     13: These insert menus are grayed out when it is not possible to insert a given 
                     14: element at the cursor position. To display a help bubble about an element, 
                     15: move the cursor over the chosen menu, and pause briefly.
                     16: 
1.3     ! raeburn    17: Below the top menubar is the toolbar, described in a later section.
1.1       raeburn    18: 
1.3     ! raeburn    19: The path to the cursor position from the document root is shown at the bottom
        !            20: of the document panel.  For instance, \texttt{/Problem[1]/Paragraph[2]/}
1.1       raeburn    21: means that the cursor is in the second paragraph inside the problem.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>