Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 4789

Show
Ignore:
Timestamp:
07/02/08 16:48:37 (2 months ago)
Author:
machosry
Message:

Javascript tree works fine... add options works fine.. yet to complete the edit and delete options..

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/addresshierarchy/web/module/addresshierarchyCreate.jsp

    r4787 r4789  
    6464     var rad = this.controller; 
    6565     AddressHierarchy.createLocation(titl,typeid,parent.locationId,function(data){ 
    66      alert("here it is"); 
     66      
    6767        var res = rad.createChild(parent, 0, { title: data[0], locationId : data[1],typeId : data[2], parentId : data[3] }); 
    68         alert("here"); 
     68         
    6969     }) 
    7070