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
Original issue reported on code.google.com by
tres.fin...@gmail.com
on 4 Feb 2013 at 1:54