free hit counter

Embedding Of Epos-Print Canvas Api - Epson TM-T88V-i User Manual

Epos-print api
Hide thumbs Also See for TM-T88V-i:
Table of Contents

Advertisement

Embedding of ePOS-Print Canvas API

The ePOS-Print Canvas API is provided as JavaScript. And its file name is "epos-print-3.x.x.js".
It is used by embedding epos-print-3.x.x.js into applications.
Preparation
To use the ePOS-Print Canvas API, place epos-print-3.x.x.js on the Web server.
Embedding into Web pages
Embed the script into the Web page by using the HTML <script> tags.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>TITLE</title>
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
function drawCanvas() {
}
</script>
</head>
<body>
.
.
</body>
</html>
.
.
Chapter 3 Programming Guide
Embed
3
53

Hide quick links:

Advertisement

Table of Contents
loading