search for: schk

Displaying 1 result from an estimated 1 matches for "schk".

Did you mean: sch
2006 Aug 04
0
how to use event observer and raido buttons
...<script language="javascript" type="text/javascript" src="prototype.js"> Event.observe("matrix", "click", function(){ chkShowItem("matrix"); }) </script> and in public/javascripts/application.js function chkShowItem($sChk){ if($sChk == true ) return 0; else return 1; } However I don''t know how to check the value that is returned by chkShowItem or even if this is the correct approach. Thanks -- Posted via http://www.ruby-forum.com/.