var xxx = {
value : 20,
label : 'Codice fiscale',
valueStyle : { fontsize: 14 },
isEmpty : function() { return 2%2 == 0 },
isVisible : true,
style : { xs_width: "100%", sm_width: "50%", xs_marginBottom: 20, sm_paddingRight: 5 },
otherStuff: [
{ style: {color: "red", xs_width: "100%", sm_width: "50%", xs_marginBottom: 20, sm_paddingRight: 5} , class: "test_" },
{ style: {color: "blue"}, class: "toast_" }
]
};
var y = function() {
return {
value : 10,
label : 'Codice fiscale',
valueStyle : { fontsize: 14 },
isEmpty : function() { return 2%2 == 0 },
isVisible : true,
style : { xs_width: "100%", sm_width: "50%", xs_marginBottom: 20, sm_paddingRight: 5 },
otherStuff: [
{ style: {color: "red", xs_width: "100%", sm_width: "50%", xs_marginBottom: 20, sm_paddingRight: 5} , class: "test_" },
{ style: {color: "blue"}, class: "toast_" }
]
};
}