jQWidgets Forums
jQuery UI Widgets › Forums › General Discussions › BarCode & QRCode
This topic contains 11 replies, has 5 voices, and was last updated by admin 2 years, 11 months ago.
-
AuthorBarCode & QRCode Posts
-
Hi.
What about BarCode And/or QRCode?Hi gmancrv,
We have multiple items with higher priority in our list. We will add these small widgets as well in the future.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comwe need it too. Thanks.
several years past, is there any plan or news about this?
Hi softboy99,
BarCode and QRCode are currently not in our TO DO list. The new component which will come soon is Gantt Chart. More about our roadmap: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/roadmap/roadmap.htm
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi,
Thanks, But this has been requested for several years. Wish it can be planned into your future road map.Hi softboy99,
Thank you for the request. We get requests about new features and new components every day and try to implement the most requested.
Best Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.comHi,
Are there any relationship between barcode widget and gantt-chart widget? Why you update the status here?Hi softboy99,
See the post from July 3, 2019.
Best Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.comHi,
Reference to jqxBarcode API, can you give me an better example than the one listed on the API page. I am trying a simple example:
<!DOCTYPE html> <html lang="en"> <head> <title id="Description">Barcode Demo.</title> <link rel="stylesheet" href="./includes/jqwidgets/styles/jqx.base.css" type="text/css" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 minimum-scale=1" /> <script type="text/javascript" src="./includes/jquery-3.1.0.min.js"></script> <script type="text/javascript" src="./includes/jqwidgets/jqxcore.js"></script> <script type="text/javascript" src="./includes/jqwidgets/jqxbarcode.js"></script> <script type="text/javascript"> $(document).ready(function () { $('#jqxBarcode').jqxBarcode({ displayLabel: true, type: 'code128a', value: 'Apple TV' }); }); </script> </head> <body> <div id='jqxBarcode'></div> </body> </html>
But I am getting errors. I have download the latest version and get the following are error:
Uncaught SyntaxError: Invalid regular expression: /[^@!(一-é¾ )(ã-ã‚”)(ã‚¡-ヴー)\d0-9A-Z \$\%\*\+\-\.\/\:\=\?\^\{\|\}\~]/: Range out of order in character class (at jqxbarcode.js:15:4310)
Am I missing a library. Because this prevents the jqxbarcode.js from loading and nothing works from there.
Also can you show how to display QR code.
Thanks
Hi,
We tested this online with the current version. Online sample based on your code: http://jsfiddle.net/3eyvotmg/
Best Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.