Diff for /loncom/html/adm/help/tex/Authoring_Scripting_Tags.tex between versions 1.5 and 1.6

version 1.5, 2013/08/22 19:42:55 version 1.6, 2017/01/19 21:12:45
Line 13  definitions for new tags. Line 13  definitions for new tags.
 set to {}``loncapa/perl'' the enclosed data is a Perl script which  set to {}``loncapa/perl'' the enclosed data is a Perl script which
 is evaluated inside the Perl safe space. The return value of the script  is evaluated inside the Perl safe space. The return value of the script
 is ignored.   is ignored. 
   Without a \textbf{type} attribute or with the \texttt{text/javascript} value,
   the script is considered to be Javascript, and will be executed as such by the web browser.
 \item \textbf{scriptlib}\index{scriptlib}: The enclosed filename contains  \item \textbf{scriptlib}\index{scriptlib}: The enclosed filename contains
 Perl code to run in the safe space.  Perl code to run in the safe space.
 \item \textbf{block}\index{block}: This has a required argument \textbf{condition}  \item \textbf{block}\index{block}: This has a required argument \textbf{condition}

Removed from v.1.5  
changed lines
  Added in v.1.6


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