Sha256: 11681399ee419a2d6b2ea19bc1f8791cb4c8d5c595453e9d6af29b025477e9ba
Contents?: true
Size: 553 Bytes
Versions: 3
Compression:
Stored size: 553 Bytes
Contents
<form oid="handleForm" class="IWACL"> <table class="IWACLtable" border="1"> <if oid="doHeader?"> <tr> <if oid="doOpt1?"><th></th></if><repeat oid="header_list"><th>@column_header</th></repeat><if oid="doOpt2?"><th></th></if> </tr></if> <repeat oid="record_list"> <tr> <if oid="doOpt1?"> <td><input type="submit" oid="do_opt1_button" value="<opt1_label>"></td></if> <repeat oid="field_list"><td>@field</td></repeat> <if oid="doOpt2?"> <td><input type="submit" oid="do_opt2_button" value="<opt2_label>"></td></if> </tr> </repeat> </table> </form>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
IOWA-1.0.3 | components/CRUDList/CRUDList.html |
IOWA-1.0.2 | components/CRUDList/CRUDList.html |
IOWA-1.0.0 | components/CRUDList/CRUDList.html |