Solutions
Hardware
Software
Services
Support and Downloads
About Zebra
US Home Page
Zebra Aurora Focus JavaScript Programmer's Guide
Debugging, Advanced Techniques, and Sample Scripts
Using Custom Templates
Zebra Aurora Focus JavaScript Programmer's Guide
Zebra Aurora Focus JavaScript Programmer's Guide
About this Guide
Notational Conventions
Icon Conventions
Service Information
JavaScript Environment
Using the JavaScript Editor
Using the Editor for a Deployed Job
Limitations
Operation Mode
Program Structure
Input Data
Constant Data
Output Data
Job Status
TCPIP, RS232, and USB CDC Serial
HID Keyboard
FTP Control
Script Invocation
Example Script Lifecycle
Managing Execution Time
Text Encoding
Debugging, Advanced Techniques, and Sample Scripts
Debugging
Using Simulated Data
Using Custom Templates
Sample Scripts
Using Custom Templates
Using Custom Templates
Integrate your own JavaScript templates into Aurora Focus.
Create your template in a file with a .js extension, locate the Aurora Focus folder (where the application is installed), and save it in the
resources\public\js_editor_templates
subfolder.
After restarting the application, the template is available in the
Use template
section under
Edit
in the top navigation bar.
The custom template you create is only available in that instance of Aurora Focus. If the file is deleted, the template is no longer available.
Debugging, Advanced Techniques, and Sample Scripts