diff 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
line wrap: on
line diff
--- a/demo/more/grid.urs	Wed Nov 28 11:45:46 2012 -0500
+++ b/demo/more/grid.urs	Wed Nov 28 16:56:45 2012 -0500
@@ -49,9 +49,9 @@
     val showSelection : grid -> source bool
     val selection : grid -> signal (list M.row)
 
-    style tabl
-    style tr
-    style th
-    style td
+    style tab
+    style row
+    style header
+    style data
     style agg
 end