summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/pdf-forms-tutorial-en/forms-src/fde0014.tex
blob: 6e63ccf630c78ad2f5c8d6923649d61baedd6666 (plain)
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}