base.js revision d9c6583f91a300de45f8166de9de85efb2a13246
/* For reference
*/
this.addAttrs({
name: {
}
},
id: {
}
},
type: {
value: 'push',
},
if (val === "toggle") {
// Reverse
}, this);
}
}
},
disabled: {
value: 'false',
},
if (val === true) {
}
else {
}
}
},
tabIndex: {
value: '0',
},
}
},
srcNode: {
}
else {
return val;
}
}
},
selected: {
value: false,
if (value) {
}
else {
}
}
else {
// Setting to same value, don't do anything (right?)
}
return value;
},
}
}
}, config);
}
}
});
});
});
});
});
this.on('selectedChange', function(e){
if (e.propogate === false) {
}
});
}
/* A few methods to handle color contrast, not sure if these will make it in the final build or not */
}
return color;
}
};
}
var ButtonGenerator = function(config) {
});
return button;
}
var buttons = [];
});
});
return buttons;
}