This topic is locked

Qr Code

2/8/2013 1:57:56 PM
PHPRunner General questions
A
andres author

Hi All,
Is there any more info on the Qr code plugin ?
Init script example ?
Howto set version ? Version 40
Error corr level ? L M Q H
Structure append mode.
Thank you
Andre

Sergey Kornilov admin 2/8/2013

Andre,
our QR plugin doesn't have any options like those you have mentioned. We use Javascript-based code from http://d-project.googlecode.com/svn/trunk/misc/qrcode/index.html
Feel free to modify this code according to your needs. To the best of my knowledge the default level of error correct level is set to H.

options = $.extend( {}, {

render : "canvas",

width : 256,

height : 256,

typeNumber : -1,

correctLevel : QRErrorCorrectLevel.H,

background : "#ffffff",

foreground : "#000000"

}, options);