/[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 46 by dpavlin, Mon Nov 14 16:13:17 2005 UTC revision 51 by dpavlin, Mon Nov 14 16:16:03 2005 UTC
# Line 275  iwfLog("total elements in form named '" Line 275  iwfLog("total elements in form named '"
275                                          }                                          }
276                                          break;                                          break;
277                                  case 'textarea':                                  case 'textarea':
278                                          val = iwfAttribute(el, 'innerText');                                          val = iwfAttribute(el, 'innerText') || el.value;
279                                          break;                                          break;
280                                  case 'button':                                  case 'button':
281                                          if (el == ctl){                                          if (el == ctl){
282                                                  val = iwfAttribute(el, 'innerText');                                                  val = iwfAttribute(el, 'innerText') || el.value;
283                                          }                                          }
284                                          break;                                          break;
285                                  case 'select':                                  case 'select':
# Line 569  function _iwfOnRequestEnd(){ Line 569  function _iwfOnRequestEnd(){
569                  } else if (!window.iwfOnRequestStart) {                  } else if (!window.iwfOnRequestStart) {
570                          // use default busy implementation...                          // use default busy implementation...
571                          // TODO: make this better!                          // TODO: make this better!
572                          window.status = 'Remaining: ' + _iwfRequestsPending;                          window.status = 'Remaining: ' + _iwfPendingRequests;
573                  } else {                  } else {
574                          // they didn't define an end function,                          // they didn't define an end function,
575                          // but they did define a start one, so do nothing.                          // but they did define a start one, so do nothing.
# Line 588  function _iwfOnRequestError(code, msg, t Line 588  function _iwfOnRequestError(code, msg, t
588    
589  // -----------------------------------  // -----------------------------------
590  // End: AJAX Request and Response  // End: AJAX Request and Response
 // -----------------------------------  
591    // -----------------------------------

Legend:
Removed from v.46  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.26