comparison demo/more/grid.urs @ 1833:be0c4e2e488a

Allow any FFI module to declare new HTML tags
author Adam Chlipala <adam@chlipala.net>
date Wed, 28 Nov 2012 16:56:45 -0500
parents bb3fc575cfe7
children
comparison
equal deleted inserted replaced
1832:373e2c3f03b2 1833:be0c4e2e488a
47 val render : grid -> xbody 47 val render : grid -> xbody
48 48
49 val showSelection : grid -> source bool 49 val showSelection : grid -> source bool
50 val selection : grid -> signal (list M.row) 50 val selection : grid -> signal (list M.row)
51 51
52 style tabl 52 style tab
53 style tr 53 style row
54 style th 54 style header
55 style td 55 style data
56 style agg 56 style agg
57 end 57 end