summaryrefslogtreecommitdiff
path: root/help/opie-sh/node13.html
authorspiralman <spiralman>2002-05-27 00:58:49 (UTC)
committer spiralman <spiralman>2002-05-27 00:58:49 (UTC)
commit95d2a3806a39bb31c9cca38c2c6158ecb77818e9 (patch) (unidiff)
treef092c99e56a1aa94438bd948d3391955839861c3 /help/opie-sh/node13.html
parentff4ab0f08fe935fd781be4caa245cb953e9f68ce (diff)
downloadopie-95d2a3806a39bb31c9cca38c2c6158ecb77818e9.zip
opie-95d2a3806a39bb31c9cca38c2c6158ecb77818e9.tar.gz
opie-95d2a3806a39bb31c9cca38c2c6158ecb77818e9.tar.bz2
added help for opie-sh
Diffstat (limited to 'help/opie-sh/node13.html') (more/less context) (ignore whitespace changes)
-rw-r--r--help/opie-sh/node13.html76
1 files changed, 76 insertions, 0 deletions
diff --git a/help/opie-sh/node13.html b/help/opie-sh/node13.html
new file mode 100644
index 0000000..348082a
--- a/dev/null
+++ b/help/opie-sh/node13.html
@@ -0,0 +1,76 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
3<!--Converted with LaTeX2HTML 2002-1 (1.68)
4original version by: Nikos Drakos, CBLU, University of Leeds
5* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
6* with significant contributions from:
7 Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8<HTML>
9<HEAD>
10<TITLE>Global Options</TITLE>
11<META NAME="description" CONTENT="Global Options">
12<META NAME="keywords" CONTENT="opie-sh-howto">
13<META NAME="resource-type" CONTENT="document">
14<META NAME="distribution" CONTENT="global">
15
16<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
17<META NAME="Generator" CONTENT="LaTeX2HTML v2002-1">
18<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
19
20<LINK REL="STYLESHEET" HREF="opie-sh-howto.css">
21
22<LINK REL="next" HREF="node14.html">
23<LINK REL="previous" HREF="node12.html">
24<LINK REL="up" HREF="node12.html">
25<LINK REL="next" HREF="node14.html">
26</HEAD>
27
28<BODY >
29<!--Navigation Panel-->
30<A NAME="tex2html197"
31 HREF="node14.html">
32<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 SRC="file:/usr/local/share/lib/latex2html/icons/next.gif"></A>
34<A NAME="tex2html193"
35 HREF="node12.html">
36<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 SRC="file:/usr/local/share/lib/latex2html/icons/up.gif"></A>
38<A NAME="tex2html187"
39 HREF="node12.html">
40<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 SRC="file:/usr/local/share/lib/latex2html/icons/prev.gif"></A>
42<A NAME="tex2html195"
43 HREF="node1.html">
44<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 SRC="file:/usr/local/share/lib/latex2html/icons/contents.gif"></A>
46<BR>
47<B> Next:</B> <A NAME="tex2html198"
48 HREF="node14.html">Single line input</A>
49<B> Up:</B> <A NAME="tex2html194"
50 HREF="node12.html">Input Dialog</A>
51<B> Previous:</B> <A NAME="tex2html188"
52 HREF="node12.html">Input Dialog</A>
53 &nbsp <B> <A NAME="tex2html196"
54 HREF="node1.html">Contents</A></B>
55<BR>
56<BR>
57<!--End of Navigation Panel-->
58
59<H2><A NAME="SECTION00051000000000000000">
60Global Options</A>
61</H2>
62There are three options that are global to all input dialogs. They behave very much the same way that they do for the other dialogs that have them. The ``-g'' flag disables fullscreen, the same way that it does for the message dialog. Fullscreen is also implemented the same way that it is in the message dialog. The ``-L'' option takes a string, and uses that as a label for the input field. The ``-t'' option behaves the same way as it does with all the other dialogs, by setting the title of the dialog (and the fullscreen window, if you run it without the -g). Here is an example of all three:
63
64<P>
65<PRE>
66opie-sh -i -L "Label: " -t "Title" -g
67</PRE>
68
69<P>
70<BR><HR>
71<ADDRESS>
72
732002-05-15
74</ADDRESS>
75</BODY>
76</HTML>