Changeset 931
- Timestamp:
- 2008-12-04 08:53:33 (4 years ago)
- Location:
- trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static/js
- Files:
-
- 2 edited
-
control.js (modified) (1 diff)
-
location.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static/js/control.js
r867 r931 861 861 } 862 862 863 this.initEvents(); 864 863 865 // register event-wiring to happen when form completes 864 866 this.getForm().initComplete(function(){ -
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static/js/location.js
r928 r931 96 96 }; 97 97 98 GMapControl.prototype.initEvent Wiring= function(){98 GMapControl.prototype.initEvents = function(){ 99 99 var me = this; 100 101 100 102 101 // we are now setting the valueChanged handler
Note: See TracChangeset
for help on using the changeset viewer.