tags:

views:

64

answers:

1

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

A: 
paresh
<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