![]() |
Sergey Kornilov admin 9/7/2011 |
Set 'View as' type of one of fields to 'Custom' and output the button code there. Something like this. $value = "<SPAN class=buttonborder><INPUT class=button value='Do something' type=button onclick='somefunction()'></SPAN>";
|
T
|
text author 9/7/2011 |
Set 'View as' type of one of fields to 'Custom' and output the button code there. Something like this. $value = "<SPAN class=buttonborder><INPUT class=button value='Do something' type=button onclick='somefunction()'></SPAN>";
|