1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<table> <thead> <tr> <th>Property</th> <th>Value</th> </tr> </thead> <tr> <td>mandatoryString</td> <td><%= widget_properties['mandatoryString'] -%></td> </tr> <tr> <td>mandatoryInt</td> <td><%= widget_properties['mandatoryInt'] -%></td> </tr> </table>