Ibrowse_Textsize; Ibrowse_Updateini - Intermec 730 User Manual

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

Advertisement

IBrowse_TextSize

IBrowse_UpdateIni

50
This sets the size of the text that appears onscreen, not the TextSize set in
the .ini file. Use IBrowse_UpdateIni to change the .ini file.
Syntax
HTTP-Equiv="IBrowse_TextSize"
content= smallest, smaller, medium, larger, largest
Comments
This tag changes the size of the text displayed in the browser window. This
setting continues to be used until another IBrowse_TextSize is encountered.
If iBrowse is restarted, the text size reverts to the value in the .ini file. This
tag is only valid for iBrowse when running in Internet Explorer 6 mode.
Example
<HTML>
<HEAD>
<META HTTP-Equiv="IBrowse_TextSize" content="medium">
</HEAD>
<BODY>
<H2>Text Size Update</H2>
<P>The text size has been set to medium</P>
</BODY>
</HTML>
This updates the settings stored in the Browse.ini file. This can be used for
modifying settings without having to have someone physically touch each
one. This is also useful if there is a need to change settings such as battery
status display and available menus on a regular basis.
Syntax
HTTP-Equiv="IBrowse_UpdateIni"
content= Section;Key;Value
Comments
The content section contains the section, key, and value to update in the
.ini file. A semicolon must separate these values. The section and key must
be valid values for the .ini file or the update does not occur.
This META Tag can be used to update the following sections and keys:
• [Admin]: HomePage, DisableHomeCommand, DisableExitCommand,
DisableSIPCommand, DisableOptionsMenu, PerformNetworkTests,
F1HelpPage, DisablePageRefreshCommand
• [PLSeriesPrinter]: COMPort, BaudRate
• [Display]: DisplayBatteryStatus, DisplaySignalStrength,
UpdateInterval, TextSize
• [Keys]: AboutKey, HomeKey, OptionsKey, ExitKey, F1HelpKey, FKeyX
iBrowse User's Guide

Advertisement

Table of Contents
loading

Table of Contents