eldname': 'city','label':'City', 'fieldtype': 'Data'},
{'fieldname': 'country','label':'Country', 'fieldtype': 'Data'},
{'fieldname': 'phone_number','label':'Phone Number','fieldtype':'Data'},
{'fieldname': 'postal_code','label':'Postal Code','fieldtype':'Data'},
],
primary_action: function(){
s.hide();
console.log(s.get_values());
//cur_frm.set_value();
cur_frm.save();
//show_alert(d.get_values());
}
});
//d.fields_dict.ht.$wrapper.html('Hello World');
s.show();
{'fieldname': 'country','label':'Country', 'fieldtype': 'Data'},
{'fieldname': 'phone_number','label':'Phone Number','fieldtype':'Data'},
{'fieldname': 'postal_code','label':'Postal Code','fieldtype':'Data'},
],
primary_action: function(){
s.hide();
console.log(s.get_values());
//cur_frm.set_value();
cur_frm.save();
//show_alert(d.get_values());
}
});
//d.fields_dict.ht.$wrapper.html('Hello World');
s.show();
No comments:
Post a Comment