--- loncom/html/adm/help/tex/Authoring_Output_Tags.tex 2010/08/20 14:08:07 1.13 +++ loncom/html/adm/help/tex/Authoring_Output_Tags.tex 2011/12/23 18:34:06 1.15 @@ -116,7 +116,27 @@ in LON-CAPA style files. \item \textbf{linktext} the text that should appear as the link that causes the creation of the window \end{itemize} -When printing, this included text will get turned into a real footnote. +When printing, the included text will get turned into a real footnote. + +\item \textbf{windowlink}\index{windowlink}: This creates a link to a resource that comes up in a pop-up window. The link will be the intervening information +between the start and the end tag. By default the window will be 500 pixels wide and 200 pixels tall. + +\begin{itemize} +\item \textbf{width} controls the starting width of the popup window +\item \textbf{height} controls the starting height of the popup window +\item \textbf{href} the address +\end{itemize} + +\item \textbf{togglebox}\index{togglebox}: This creates a toggling box that can be clicked open and close. + +\begin{itemize} +\item \textbf{heading} heading text of the box, by default no heading +\item \textbf{headerbg} background color of the header, by default white +\item \textbf{showtext} the text that appears to make the box visible, by default the translation of 'show' +\item \textbf{hidetext} the text that appears to hide the box again, by default the translation of 'hide' +\end{itemize} + +When printing, the included text will be rendered in a visible box. \item \textbf{m}\index{m}: The inside text is \LaTeX{}, and is converted