4 activex printing controls, 0 cebrowsex control, Syntax – Casio Naurtech CETerm Ver.5.1 Web Browser Programming Manual User Manual

Page 54

Advertising
background image

N

AURTECH

W

EB

B

ROWSER

S

MART

C

LIENTS FOR

W

INDOWS

CE .NET / P

OCKET

PC




Web Browser Programming Guide

Page 54


5.4 A

CTIVE

X P

RINTING

C

ONTROLS

There are numerous ActiveX controls available to send print content to a printer.
These are available from handheld manufacturers, printer manufacturers, and
third-party sources. All controls which follow accepted standards will work within
the Naurtech Browser. Currently we do not recommend any specific control.

6.0 CEBrowseX Control

The Naurtech CEBrowseX control is used to send commands to the Naurtech
Web Browser and to access device and application information. This control is
installed when you install the Naurtech Web Browser.

On Windows CE .NET or CE 5.0 based devices, most of the CEBrowseX
methods are available from the Document Object Model (DOM) “external” object.
In this case you do not need to instantiate a CEBrowseX object.

ALERT: The CEBrowseX control has been updated in CETerm V5.1 to provide

access to the new “CETerm” and “OS” automation objects used in the
CETerm script engine. The new “CETerm” object provides all the
features that were previously available from CEBrowseX. The
CEBrowseX object should now only be used to access the CETerm or
OS objects. Existing web pages will continue to work but should be
converted to the new syntax as they are updated.

ALERT: See the CETerm Scripting Guide for full details on the CETerm and OS

objects and their methods and properties. Scripting in CETerm offers
additional capabilities to enhance your web based applications.

S

YNTAX

<object id="CEBrowseX"
classid="clsid:D14943BD-4900-453E-8582-725F21A57E0C"
height=0, width=0>

The CEBrowseX control has no visible display, but you must specify height and
width of zero to prevent the object from consuming space on the page.

Advertising