if We apply any custom decorator on radio button then it will be display on next line so how we create such custom decorator that will display inline also same for file
views:
64answers:
1
A:
paresh
2010-02-19 09:53:49
<form id ="frm1"><th scope="col"><input type='checkbox' id="checkall" name='checkall' onclick='checkedAll(frm1);'></th><td><input type="checkbox" id="check<?php echo $this->escape($data->id);?>" onclick="check();"></td><input type="button" style="float:right; margin-right: 20%; margin-top: 10px;" onclick="return notempty();" value="DELETE" />
paresh
2010-02-19 10:02:32