Displaying 1 result from an estimated 1 matches for "chkshowitem".
2006 Aug 04
0
how to use event observer and raido buttons
...cked">
<input type="radio" name="view" value="0" id="matrix" >
<script language="javascript" type="text/javascript" src="prototype.js">
Event.observe("list", "click", function(){
chkShowItem("list"); })
</script>
<script language="javascript" type="text/javascript" src="prototype.js">
Event.observe("matrix", "click", function(){
chkShowItem("matrix"); })
</script>
and in public/javascripts...