As there is no inbuilt combo box for web application, I have developed a combo box application. It is very simple to use, very fast, and have many features.
List of feature currently supported are.
- Default text( defaultText ): It can set any of the given k ( key ) as default at start.
- Maximum display result(maxDisplayResult): Can be set how many number of result should be shown at any moment.
- Trigger at initialization (triggerAtStart): If you want to get selected data at initialization of combo box ( by default true).
- Hide drop down button (hideButton) : You can hide drop down button ( by default false).
- Show loading icon (showLoadingIcon): You can show loading icon if you are using data from server to show result ( by default false).
- Ignore number of characters (ignoreNumberOfCharacters) : You can ignore number of characters before showing result ( by default 0).
- No fill up at initialization ( noFillUpAtStart ): You can ignore filling any data at initialization.
- Hint text (hintText): You can set hint text ( combo will show hint text only if there is no data is selected ).
- Css for typing box ( inputBoxCSS ) : You can provide css properties as key value pairs for typing box.
- Tab index ( inputTabIndex ): You can provide tab index to combo.
- Short key ( shortKey ): You can provide short key ( by default 'ctrl + shift + c').
- Search function ( searchFunction ): you can provide your own search function ( combo will use your search function to filter data from given list).
- Result function ( resultFunction ): Use this function if you want to show result somewhere.
Default text( from the list only ) | |
Max results at a time | |
Hide combo button | true false |
Show loading icon | true false |
Fill no data at init | true false |
Hint text | |
Css for input box | |
Tab index | |
Short key | |
Hide scroll bar | true false |
Show result after this number of characters |
ComboBOx:
Hey,
ReplyDeleteWant to give this one a try in my project. Download link seems to be broken. Could you reupload somewhere?
Thanks
I Fixed the Link issue now you can download..
ReplyDelete