address.js

This commit is contained in:
Syed Amir
2017-09-07 16:23:59 +08:00
parent 28bbae4bbc
commit fafa676de8
@@ -158,9 +158,9 @@ $(function(){
});
Address.defaults = $.extend({}, $.fn.editabletypes.abstractinput.defaults, {
tpl: '<div class="editable-address"><label><span>City: </span><input type="text" name="city" class="form-control input-small"></label></div>'+
'<div class="editable-address"><label><span>Street: </span><input type="text" name="street" class="form-control input-small"></label></div>'+
'<div class="editable-address"><label><span>Building: </span><input type="text" name="building" class="form-control input-small"></label></div>',
tpl: '<div class="editable-address"><label><span>Height: </span><input type="text" name="city" class="form-control input-small"></label></div>'+
'<div class="editable-address"><label><span>Width: </span><input type="text" name="street" class="form-control input-small"></label></div>'+
'<div class="editable-address"><label><span>Depth: </span><input type="text" name="building" class="form-control input-small"></label></div>',
inputclass: ''
});