zaqaqaw / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Add EPL2 code snippet to sample.html #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Submitted by David Nicklin on the mailing list:

function print() {

                                document.jzebra.append('N\n');

                                document.jzebra.append('A10,10,0,2,1,1,N,"Top Text"\n');

                                document.jzebra.append('B30,40,0,1A,1,2,30,N,"12345"\n');

                                document.jzebra.append('A10,80,0,2,1,1,N,"Bottom Text-12345"\n');

                                document.jzebra.append('P1\n');

                                document.jzebra.print();

      }

Original issue reported on code.google.com by tres.fin...@gmail.com on 4 Feb 2013 at 1:54

GoogleCodeExporter commented 8 years ago

Original comment by tres.fin...@gmail.com on 4 Feb 2013 at 1:54

GoogleCodeExporter commented 8 years ago

Original comment by tres.fin...@gmail.com on 2 Aug 2013 at 4:58