Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cboulanger/qx-contrib-tokenfield
A widget implementing the token field concept known from Mac OS X for the qooxdoo framework
https://github.com/cboulanger/qx-contrib-tokenfield
forms qooxdoo qooxdoo-contrib qooxdoo-package token-field token-field-widget widget
Last synced: 8 days ago
JSON representation
A widget implementing the token field concept known from Mac OS X for the qooxdoo framework
- Host: GitHub
- URL: https://github.com/cboulanger/qx-contrib-tokenfield
- Owner: cboulanger
- Created: 2014-04-15T08:07:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T16:35:08.000Z (over 5 years ago)
- Last Synced: 2024-10-27T14:58:57.970Z (about 2 months ago)
- Topics: forms, qooxdoo, qooxdoo-contrib, qooxdoo-package, token-field, token-field-widget, widget
- Language: JavaScript
- Homepage: http://cboulanger.github.io/qx-contrib-TokenField/
- Size: 9.1 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qooxdoo TokenField widget contrib libraries
A widget implementing the token field concept known from [Mac OS](https://developer.apple.com/macos/human-interface-guidelines/fields-and-labels/token-fields/) for the qooxdoo framework.
This version is developed with the new compiler for qooxdoo, but still supports
the legacy generator.## Usage
see [code of Demo application](source/class/tokenfield/demo/Application.js)## API
http://cboulanger.github.io/qx-contrib-TokenField/apiviewer/#tokenfield.Token## Online demo
http://cboulanger.github.io/qx-contrib-TokenField/tokenfield.demo## Run the demo locally
```bash
npm install -g qxcompiler
qx serve
```
- Open your browser at localhost:8080## Install in your qooxdoo app
```bash
qx contrib install cboulanger/qx-contrib-TokenField
```