/[webpac2]/trunk/web/iwf/iwfajax.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/web/iwf/iwfajax.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 68 by dpavlin, Wed Nov 16 15:33:08 2005 UTC revision 69 by dpavlin, Sat Nov 19 23:48:19 2005 UTC
# Line 275  function _iwfGetFormData(form, url, ctl) Line 275  function _iwfGetFormData(form, url, ctl)
275                                  case 'input':                                  case 'input':
276                                          switch(iwfAttribute(el, 'type')){                                          switch(iwfAttribute(el, 'type')){
277                                                  case 'checkbox':                                                  case 'checkbox':
278                                                            if (iwfAttribute(el, 'checked')){
279                                                                    val = 'on';
280                                                            }
281                                                  case 'radio':                                                  case 'radio':
282                                                          if (iwfAttribute(el, 'checked') || el.checked){                                                          if (iwfAttribute(el, 'checked')){
283                                                                  val = iwfAttribute(el, 'value') || el.value;                                                                  val = iwfAttribute(el, 'value');
284                                                          }                                                          }
285                                                          break;                                                          break;
286                                                  case 'button':                                                  case 'button':

Legend:
Removed from v.68  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26