Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 events

Requirements
------------
>
- ExtJS library version 3.x

Documentation
-------------
>
- 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