Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolunet/Ext.ux.AwesomeCombo
combobox awesomeness
https://github.com/revolunet/Ext.ux.AwesomeCombo
List: Ext.ux.AwesomeCombo
Last synced: 3 months ago
JSON representation
combobox awesomeness
- Host: GitHub
- URL: https://github.com/revolunet/Ext.ux.AwesomeCombo
- Owner: revolunet
- Created: 2010-12-15T12:44:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-18T16:51:26.000Z (over 13 years ago)
- Last Synced: 2024-05-23T04:00:48.876Z (7 months ago)
- Language: JavaScript
- Homepage: http://demo.revolunet.com/remi/Ext.ux.AwesomeCombo/example/
- Size: 2.47 MB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ext.ux.AwesomeCombo
===================Features
--------
>
- Enable multi-selection (with configuration enableMultiSelection: true)
- Enable tooltip selection (with enableTooltip: true)
- Custom tooltip template (with tooltipTpl: new Ext.XTemplate())
- Clear button available by default
- Many new eventsRequirements
------------
>
- ExtJS library version 3.xDocumentation
-------------
>
- Available via **doc/**
- Examples available via **example/**Quick setup
-----------
First of all copy **static** folder to your library path.
Include css file as below into head tag:
And then javascript files into body tag:
Try:
{
xtype: "awesomecombo", // or new Ext.ux.AwesomeCombo({...})
anchor: "0",
emptyText: "select item(s)...",
fieldLabel: "Awesome Combo",
triggerAction: "all",
enableMultiSelect: true,
store: [
['1', 'One'],
['2', 'Two'],
['3', 'Three'],
['4', 'Four']
]
}Enjoy :)
Screenshot
----------
![From examples page][1]Feedback
--------
>
- [Ext.ux.AwesomeCombo github issues](https://github.com/revolunet/Ext.ux.AwesomCombo/issues)[1]: https://github.com/revolunet/Ext.ux.AwesomeCombo/raw/master/screenshot.png