Giter VIP home page Giter VIP logo

openui5-qrcode's Introduction

UI5 QR codes control

This control encodes a arbitrary text into a QR code

Screenshot of QR code control

Usage

Step 1. Add the control directory to the application directory (webapp) of your project (don't forget the 3rdparty directory)

Step 2. Register a module path for the custom control in the init method of your manifest.json file:

    "sap.ui5": {
        ...
        "resourceRoots": {
            "com.penninkhof.controls": "../control"
        }
        ...
    }

Step 3. Define the namespace in the top of your view xmlns:p="com.penninkhof.controls", e.g.:

    <mvc:View
	    controllerName="com.penninkhof.qrcode.controller.Main"
	    xmlns:html="http://www.w3.org/1999/xhtml"
	    xmlns:mvc="sap.ui.core.mvc"
	    xmlns:p="com.penninkhof.controls"
	    xmlns="sap.m">

Step 4. And just add: <p:QRCode code="Awesome code" /> to your view. Of course you could also bind the code to a model: <p:QRCode code="{/code}" />

Example

You can use this link to see the custom control in action: https://jpenninkhof.github.io/openui5-qrcode/

openui5-qrcode's People

Contributors

jpenninkhof avatar

Watchers

James Cloos avatar Chandan Kalita avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.