<template id="Button" is="bootstrap-button">

<!--@todo create a property for disabled:true and in the css pass it as disabled class -->

	<button type="button" class="btn $-{this.model.cssClasses}"
	onclick='Current(this).ucpComponent.$-{this.model.onClickMethodName}();'>
	<span class="$-{this.model.textAlignment}">
		$-{this.model.text}
	</span>
	</button>

</template>