| Docview Applet Specification | |
| imaging » support » specs » docview applet | company | products | support | order | demo | home |
|
2006B
Welcome to the Docview Applet Specification Pages! Your custom Docview Applet is built with features for Document Display, Printing, and optionally Annotation, Notes, and Advanced Manipulation. Every tool is configurable and positionable by the developer, providing end-users with the application-specific viewer they require. There are two ways to program your custom Docview Applet:
Applet parameters and commands take URLs in standard form: "http://website/dir/file.ext". For convenience, the URLs fed to the applet may be specified as relative to the applet. For example, the following forms may be used:
Specifying the UI All buttons, scrollbars and menus are positioned in the viewer using special applet parameters. ![]() Please see the User Interface page for details. Specifying Docview Applet Parameters Parameters are read by an applet upon startup. They are of the form: <PARAM NAME="param_name" VALUE="param_value">Specifying Docview Applet JavaScript Commands and Queries The Docview applet implements methods which perform commands. viewer.ExtCmd('[viewer_cmd]');viewer.ExtCmd('[viewer_cmd][cmd_arg]');The Docview applet also implements methods which return string variables. var_str = viewer.ExtQuery('[viewer_query]');var_str = viewer.ExtQuery('[viewer_query][query_arg]');For further information please register or e-mail info@netbrand.com.
COPYRIGHT © 1997-2007. ALL RIGHTS RESERVED.
|