File: fde0014.tex

package info (click to toggle)
texlive-doc 2009-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 192,004 kB
  • ctags: 4,774
  • sloc: perl: 12,760; xml: 11,870; makefile: 1,033; lisp: 394; sh: 229; awk: 205; java: 159; sed: 4
file content (13 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
In the choice list \textit{abt\/} we want to either choose an entry
from the list or add text.\\
The parameter
\begin{lstlisting}
combo=true
\end{lstlisting}
activates combo box hehaviour.\\
Additionally we add a JavaScript code line
\begin{lstlisting}
this.getField("abt").editable = true;
\end{lstlisting}
into our initialization function \textit{myFirstJavaScriptFunction()\/}.
\lstinputlisting{../examples/ex0011.tex}