gambas-source-code/comp
gambas 9b77a5622b Allow to embed a control is a WebTable or a WebTree cell through the 'Data' event.
[GB.WEB.GUI]
* NEW: WebTree and WebTable now use a common WebCellData class for their 'Data' event.
* NEW: WebCellData.Control allows to define a control that will be embedded in the cell.
* NEW: WebTable now raises a 'Click' event if a control that is embedded in a cell raises a 'Click' event. It takes the row and the column as argument.
* NEW: WebTree now raises a similar 'Click' event, but it takes the key and the column as argument.
2022-01-29 18:02:52 +01:00
..
src Allow to embed a control is a WebTable or a WebTree cell through the 'Data' event. 2022-01-29 18:02:52 +01:00
acinclude.m4
AUTHORS
ChangeLog
configure.ac
COPYING
INSTALL
Makefile.am
NEWS
README
reconf
TODO