PageRenderTime 59ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/mobile/WebContent/isomorphic/system/modules/ISC_Kapow.js

http://smartmobile.googlecode.com/
JavaScript | 76 lines | 6 code | 4 blank | 66 comment | 9 complexity | 5d67d9428474b44e6b313f53a8643ded MD5 | raw file
  1. /*
  2. SmartClient Ajax RIA system
  3. Version SC_SNAPSHOT-2011-05-25/EVAL Deployment (2011-05-25)
  4. Copyright 2000 and beyond Isomorphic Software, Inc. All rights reserved.
  5. "SmartClient" is a trademark of Isomorphic Software, Inc.
  6. LICENSE NOTICE
  7. INSTALLATION OR USE OF THIS SOFTWARE INDICATES YOUR ACCEPTANCE OF
  8. ISOMORPHIC SOFTWARE LICENSE TERMS. If you have received this file
  9. without an accompanying Isomorphic Software license file, please
  10. contact licensing@isomorphic.com for details. Unauthorized copying and
  11. use of this software is a violation of international copyright law.
  12. DEVELOPMENT ONLY - DO NOT DEPLOY
  13. This software is provided for evaluation, training, and development
  14. purposes only. It may include supplementary components that are not
  15. licensed for deployment. The separate DEPLOY package for this release
  16. contains SmartClient components that are licensed for deployment.
  17. PROPRIETARY & PROTECTED MATERIAL
  18. This software contains proprietary materials that are protected by
  19. contract and intellectual property law. You are expressly prohibited
  20. from attempting to reverse engineer this software or modify this
  21. software for human readability.
  22. CONTACT ISOMORPHIC
  23. For more information regarding license rights and restrictions, or to
  24. report possible license violations, please contact Isomorphic Software
  25. by email (licensing@isomorphic.com) or web (www.isomorphic.com).
  26. */
  27. if(window.isc&&window.isc.module_Core&&!window.isc.module_Kapow){isc.module_Kapow=1;isc._moduleStart=isc._Kapow_start=(isc.timestamp?isc.timestamp():new Date().getTime());if(isc._moduleEnd&&(!isc.Log||(isc.Log && isc.Log.logIsDebugEnabled('loadTime')))){isc._pTM={ message:'Kapow load/parse time: ' + (isc._moduleStart-isc._moduleEnd) + 'ms', category:'loadTime'};
  28. if(isc.Log && isc.Log.logDebug)isc.Log.logDebug(isc._pTM.message,'loadTime')
  29. else if(isc._preLog)isc._preLog[isc._preLog.length]=isc._pTM
  30. else isc._preLog=[isc._pTM]}isc.definingFramework=true;isc.defineClass("RobotServerPicker","Window");isc.A=isc.RobotServerPicker.getPrototype();isc.B=isc._allFuncs;isc.C=isc.B._maxIndex;isc.D=isc._funcClasses;isc.D[isc.C]=isc.A.Class;isc.A.autoCenter=true;isc.A.autoSize=true;isc.A.isModal=true;isc.A.title="Select Robot Server";isc.A.formConstructor="DynamicForm";isc.A.formDefaults={width:300,numCols:2,colWidths:[150,"*"],defaultItems:[{name:"robotServerURL",title:"Robot Server URL",defaultValue:"http://127.0.0.1:50080"},{name:"next",type:"button",title:"Next",click:"form.creator.nextClick()",startRow:true},{name:"cancel",type:"button",title:"Cancel",click:"form.creator.hide()",endRow:false,startRow:false}]};isc.A.myAutoChildren=["form"];isc.B.push(isc.A.initWidget=function isc_RobotServerPicker_initWidget(){this.Super("initWidget",arguments);this.form=this.createAutoChild("form");this.addItem(this.form)}
  31. ,isc.A.nextClick=function isc_RobotServerPicker_nextClick(){var _1=this.form.getValue("robotServerURL");window.robotServerURL=_1;this.hide();this.fireCallback("robotServerSelected","robotServerURL",[_1])}
  32. );isc.B._maxIndex=isc.C+2;isc.RobotServerPicker.registerStringMethods({robotServerSelected:"robotServerURL"});isc._moduleEnd=isc._Kapow_end=(isc.timestamp?isc.timestamp():new Date().getTime());if(isc.Log&&isc.Log.logIsInfoEnabled('loadTime'))isc.Log.logInfo('Kapow module init time: ' + (isc._moduleEnd-isc._moduleStart) + 'ms','loadTime');delete isc.definingFramework;}else{if(window.isc && isc.Log && isc.Log.logWarn)isc.Log.logWarn("Duplicate load of module 'Kapow'.");}
  33. /*
  34. SmartClient Ajax RIA system
  35. Version SC_SNAPSHOT-2011-05-25/EVAL Deployment (2011-05-25)
  36. Copyright 2000 and beyond Isomorphic Software, Inc. All rights reserved.
  37. "SmartClient" is a trademark of Isomorphic Software, Inc.
  38. LICENSE NOTICE
  39. INSTALLATION OR USE OF THIS SOFTWARE INDICATES YOUR ACCEPTANCE OF
  40. ISOMORPHIC SOFTWARE LICENSE TERMS. If you have received this file
  41. without an accompanying Isomorphic Software license file, please
  42. contact licensing@isomorphic.com for details. Unauthorized copying and
  43. use of this software is a violation of international copyright law.
  44. DEVELOPMENT ONLY - DO NOT DEPLOY
  45. This software is provided for evaluation, training, and development
  46. purposes only. It may include supplementary components that are not
  47. licensed for deployment. The separate DEPLOY package for this release
  48. contains SmartClient components that are licensed for deployment.
  49. PROPRIETARY & PROTECTED MATERIAL
  50. This software contains proprietary materials that are protected by
  51. contract and intellectual property law. You are expressly prohibited
  52. from attempting to reverse engineer this software or modify this
  53. software for human readability.
  54. CONTACT ISOMORPHIC
  55. For more information regarding license rights and restrictions, or to
  56. report possible license violations, please contact Isomorphic Software
  57. by email (licensing@isomorphic.com) or web (www.isomorphic.com).
  58. */