MCPcopy Create free account
hub / github.com/apache/cloudstack / Button

Function Button

tools/ngui/static/bootstrap/js/bootstrap.js:1506–1509  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

1504 * ============================== */
1505
1506 var Button = function (element, options) {
1507 this.$element = $(element)
1508 this.options = $.extend({}, $.fn.button.defaults, options)
1509 }
1510
1511 Button.prototype.setState = function (state) {
1512 var d = 'disabled'

Callers

nothing calls this directly

Calls 2

$Function · 0.85
extendMethod · 0.80

Tested by

no test coverage detected