QR code generator based on:
https://davidshimjs.github.io/qrcodejs/

Description

The neoQR plugin for VisualNEO Web enables developers to generate QR codes dynamically within applications, supporting customization options for color and size. This plugin is ideal for applications that require quick sharing of URLs, contact information, or any data encoded in a scannable format. Here’s an overview of its functionalities and practical applications:

Basic QR Code Generation

The neoQR command creates a QR code within a specified container and allows customization of colors for contrast and branding.

  • Command: neoQR
  • Syntax: neoQR "objId" "theText" "theDark" "theLight"
    • objId: The container object where the QR code displays.
    • theText: The text or URL to encode.
    • theDark: Dark color of the QR code (e.g., #000000).
    • theLight: Light background color (e.g., #ffffff).

Example:

neoQR "qrContainer" "https://example.com" "#000000" "#ffffff"

This command generates a QR code with a black foreground and white background encoding the URL https://example.com​.

Enhanced QR Code Styling

The neoQR2 command provides additional options, including the ability to add styling to the QR code dots, enabling more sophisticated designs.

  • Command: neoQR2
  • Syntax: neoQR2 "objId" "theText" "theDark" "theLight" theDots
    • theDots: Optional style for the dots.

Example:

neoQR2 "qrContainer" "Hello World" "#123456" "#ffffff" "square"

This creates a QR code with square-style dots in the specified colors​.

Practical Applications

The neoQR plugin is ideal for:

  • Contactless Sharing: Enabling users to scan and access URLs or data without manual entry.
  • Event Management: Generating QR codes for tickets, event check-ins, or contact details.
  • Business Cards: Allowing users to save contact info via QR codes directly on digital business cards.

With flexible styling options, neoQR supports QR generation that enhances user experience and branding within VisualNEO Web applications.

 

neoQR

Purpose:

Generate a QR code with the Container size.

Category:

neoQR

Syntax:

neoQR "objId" "theText" "theDark" "theLight"

 

objId

Select a Container object

theText

QR code text

theDark

Dark color (ie:#000000)

theLight

Light color (ie:#ffffff)

Created with the Personal Edition of HelpNDoc: Create iPhone web-based documentation