I would like to know how to create stack overflow type buttons (buttons like in image below)? Is it possible to create buttons like this using ExtJS?
相关问题
- change button color on-click and remains same for
- React Native onStartShouldSetResponder and onRespo
- Change background color of row extjs4
- How to give Start, stop, capture and close buttons
- Extjs custom vtype
相关文章
- Android add image to button
- How to close form
- Create a button with an image in Flutter?
- Android Button needs two click for action
- jquery toggle with buttons two images?
- HighCharts pie chart X-axies values are not displa
- javascript button to pick random item from array
- How to use both Ext 3 and Ext 4 togeheter with Geo
Someone made an extension for that awhile ago.
It is not exactly like SO buttons but you could play around with the CSS a bit and possibly add a few overrides to get it 100%.
I think the fourth example (forceSelection: false) is probably the most similar. Just hide the field box and change the close icon and you're basically there.
Here are the examples.
And here is the thread.