Fontbold - Intermec 730 User Manual

Intermec 730: user guide
Hide thumbs Also See for 730:
Table of Contents

Advertisement

60
Syntax
/*[out, retval]*/ VARIANT_BOOL *pVal
/*[in]*/ VARIANT_BOOL newVal);
Value
Action
TRUE
Shows the onscreen keyboard when the edit box gets focus and closes
the onscreen keyboard when focus is lost.
FALSE
Does not attempt to show or hide the onscreen keyboard (default)
Example
Creates a single edit box and shows the onscreen keyboard when the edit
box gets focus.
<HTML>
<HEAD></HEAD>
<BODY>
EditBox1 <OBJECT ID="IBEAX1" CLASSID="CLSID:D8A6AACE-0F02-
4440-8F07-64CF68F33DE9" WIDTH="50" HEIGHT="25">
<PARAM NAME="ENABLESIP" VALUE="TRUE"
</BODY>
<!- - OR - - >
<SCRIPT LANGUAGE="JSCRIPT">
IBEAX1.ENABLESIP = true;
</SCRIPT>
</HTML>

FONTBOLD

If enabled, FONTBOLD sets the text in the edit box to bold. If not
enabled, the text is normal. JavaScript code can get and set this value.
Syntax
/*[out, retval]*/ VARIANT_BOOL *pVal
/*[in]*/ VARIANT_BOOL newVal);
Value
Action
TRUE
Make the text in the edit box bold.
FALSE
Do not make the text in the edit box bold (default)
Example
Creates a single edit box with bold text.
<HTMl>
<HEAD></HEAD>
<BODY>
EditBox1 <OBJECT ID="IBEAX1" CLASSID="CLSID:D8A6AACE-0F02-
4440-8F07-64CF68F33DE9" WIDTH="50" HEIGHT="25">
<PARAM NAME="FONTBOLD" VALUE="TRUE"
</BODY>
<!- - OR - - >
<SCRIPT LANGUAGE="JSCRIPT">
IBEAX1.FONTBOLD = true;
</SCRIPT>
</HTML>
iBrowse User's Guide

Advertisement

Table of Contents
loading

Table of Contents