mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
PDF-form.lyx: some minor fixes
This commit is contained in:
parent
a36fc2b8e4
commit
7ceaa7e783
@ -26,10 +26,10 @@
|
||||
this.delay = true;
|
||||
if((event.value == "u") || (event.value == "unlimited")) {
|
||||
this.getField("from").display = display.hidden;
|
||||
this.getField("to").display = display.hidden;
|
||||
this.getField("until").display = display.hidden;
|
||||
} else {
|
||||
this.getField("from").display = display.visible;
|
||||
this.getField("to").display = display.visible;
|
||||
this.getField("until").display = display.visible;
|
||||
this.getField("from").setFocus();
|
||||
}
|
||||
this.delay = false;
|
||||
@ -2846,7 +2846,7 @@ begin{insDLJS}[exaaae]{exaaae}{JavaScript}
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
this.getField("to").display = display.hidden;
|
||||
this.getField("until").display = display.hidden;
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
@ -2861,7 +2861,7 @@ begin{insDLJS}[exaaae]{exaaae}{JavaScript}
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
this.getField("to").display = display.visible;
|
||||
this.getField("until").display = display.visible;
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
@ -3043,7 +3043,7 @@ name=from,width=10em
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
To:
|
||||
Until:
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -3060,7 +3060,7 @@ status open
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
name=to,width=10em
|
||||
name=until,width=10em
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -3246,7 +3246,9 @@ Submitting and applying data requires that all form elements have a name.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
Creating a PDF form requires pdflatex or lualatex.
|
||||
Creating a PDF form requires pdf\SpecialChar TeX
|
||||
or Lua\SpecialChar TeX
|
||||
.
|
||||
Use therefore either the \SpecialChar LyX
|
||||
export formats
|
||||
\family sans
|
||||
@ -3254,8 +3256,7 @@ PDF (pdflatex)
|
||||
\family default
|
||||
or
|
||||
\family sans
|
||||
PDF (Lua\SpecialChar TeX
|
||||
)
|
||||
PDF (LuaTeX)
|
||||
\family default
|
||||
.
|
||||
\end_layout
|
||||
|
@ -3162,7 +3162,9 @@ Das Senden und Anwenden von Daten setzt voraus, dass alle Formularelemente
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
Ein PDF-Formular zu erstellen, benötigt pdflatex oder lualatex.
|
||||
Ein PDF-Formular zu erstellen, benötigt pdf\SpecialChar TeX
|
||||
oder Lua\SpecialChar TeX
|
||||
.
|
||||
Verwenden Sie daher die \SpecialChar LyX
|
||||
-Exportformate
|
||||
\family sans
|
||||
@ -3170,8 +3172,7 @@ PDF (pdflatex)
|
||||
\family default
|
||||
oder
|
||||
\family sans
|
||||
PDF (Lua\SpecialChar TeX
|
||||
)
|
||||
PDF (LuaTeX)
|
||||
\family default
|
||||
.
|
||||
\end_layout
|
||||
|
Loading…
Reference in New Issue
Block a user