search for: label_requir

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

Did you mean: label_required
2006 Nov 11
1
Disable foms when submitting
...y website, and I have a lot of forms like.. <%= start_form_tag :action => ''create'' %> <table width="100%" border="0" cellpadding="0" cellspacing="5"> <tr> <td width="150" height="18" class="label_required" align="right">Name</td> <td width="10" height="18">&nbsp;</td> <td height="18"><%= text_field ''album_category'', ''name''%></td> </tr> </table> <%= submit_tag...