Skip to content

A simple library for building industrial mobile computer wizard web apps

Notifications You must be signed in to change notification settings

enrico-padovani/gunwiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gunwiz

A simple library for building industrial mobile computer wizard web apps.

Support for Windows Mobile 6.5 / Windows CE (very old!) browsers. Tested with Motorola MC9190 device.

##Attributes

  • data-gw-controller: attach controller by name:

    <table data-gw-controller="myControllerName"></table>
  • data-gw-hotkey: link with hotkey, use "ESC" or "ENTER" for special Esc or Enter buttons:

    <a href="myUrl" data-gw-hotkey="K">My command</a> where K is a capitalized key
  • data-gw-optional: the submit will not require the value, so the value is optional:

    <input type="text" data-gw-optional></input>
  • data-gw-click: handles click event and executes the required function:

    <a href="#" data-gw-hotkey="K" data-gw-click="myCommand()">My command</a>
  • data-gw-info: injects application info string into the containing element:

    <span data-gw-info></span>

Check out gunwiz-demo for a full example. It runs on express and use vash (razor) view engine.

About

A simple library for building industrial mobile computer wizard web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published