Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / TestSiteBrail / Views / UsingComponent2 / GridComponent2.brail
blobc1d02b4f2b3ff5667cc55929bfe8dda82981ac6f
1 <?brail \r
2 component GridComponent, {"source" : contacts}:\r
3   section header:\r
4 ?>\r
5     <th>EMail</th>\r
6     <th>Phone</th>\r
7 <?brail  \r
8         end \r
9         section item:\r
10 ?>\r
11     <td>${item.Email}</td>\r
12     <td>${item.Phone}</td>\r
13 <?brail\r
14   end\r
15   section empty:\r
16 ?>\r
17 <td colspan=2>Nothing here</td>\r
18 <?brail\r
19   end\r
20 end\r