Enhanced WebListboxButton

There is a small project that I would like to share with you.

I edited Xojo’s example for the WebListBox Cell Renderers Button Cell a little bit.
The buttons can now have tags so you don’t have to rely on the caption inside the CustomCellAction event. Also I added a style parameter so you can give it one of the Bootstrap indicators.

WebListbox.CellValueAt(row,column) = New ButtonColumn(New WebListBoxButton(“Caption”, “tag”, WebUIControl.Indicators.Primary))

Download it from Github if you want to: https://github.com/FAESCH/Xojo-WebListBoxCellRenderers

6 Likes

Very nice! Thanks for sharing this.

2 Likes