<p>As Tab is pressed by user, Tab[X] will become true and send signal.<br/>NOTE: Repeat digital is not supported when Tab[x]_Press signal is sent.</p>
<ch5-tab-button
contractName="House"
indexId="idx"
buttonType="info">
<ch5-tab-button-label>
<template>
{{idx}}
</template>
</ch5-tab-button-label>
</ch5-tab-button>
Crestron Components Lib - Showcase App
ch5-tab-button: contractName
As Tab is pressed by user, Tab[X] will become true and send signal.
NOTE: Repeat digital is not supported when Tab[x]_Press signal is sent.
<p>The class list for the ch5-tab-button will be appended with the Join value associated with control system state name of "My.Contract.Prefix.CustomClass" and the customclass attribute of "blue-dashed-border" should be ignored</p>
<ch5-tab-button
indexId="idx"
buttonType="info"
show="true"
customclass="blue-dashed-border"
useContractForCustomClass="true"
contractName="My.Contract.Prefix"
useContractForEnable="true">
<ch5-tab-button-label>
<template>
{{idx}}
</template>
</ch5-tab-button-label>
</ch5-tab-button>
.blue-dashed-border{
border: 3px dashed blue;
}
The class list for the ch5-tab-button will be appended with the Join value associated with control system state name of "My.Contract.Prefix.CustomClass" and the customclass attribute of "blue-dashed-border" should be ignored
<p>The class list for the ch5-tab-button will be appended with the Join value associated with control system state name of "My.Contract.Prefix.CustomStyle" and the customstyle attribute should be ignored.</p>
<ch5-tab-button
indexId="idx"
buttonType="info"
show="true"
customstyle="border: 3px dashed blue"
useContractForCustomStyle="true"
contractName="My.Contract.Prefix">
<ch5-tab-button-label>
<template>
{{idx}}
</template>
</ch5-tab-button-label>
</ch5-tab-button>
The class list for the ch5-tab-button will be appended with the Join value associated with control system state name of "My.Contract.Prefix.CustomStyle" and the customstyle attribute should be ignored.