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

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

	<button type="button" id="$-{this.viewId}" class="btn $-{this.properties.cssclasses}"
	onclick='UcpComponentSupport.getUcpView4Element(this).ucpComponent.$-{this.properties.clickmethodname}();'>
		$-{this.properties.text}
	</button>

</template>