Crestron Components Lib - Showcase App

ch5-form: submitButtonIcon

ch5-form submitButtonIcon

Submit button icon. If absent or empty, hide the icon

Room X

Do not disturb


Temperature
<ch5-form
    submitButtonLabel="Submit"
    submitbuttonicon="fa fa-play"> 
    <h2>Room X</h2>
    
    <h5>Do not disturb</h5>             
    <ch5-toggle 
        labelOn="On"
        labelOff="Off"
        feedbackMode="submit" 
        receiveStateValue="room_donotdisturb_selected" 
        sendEventOnClick="room_donotdisturb_clicked">
    </ch5-toggle> 
     
    <br><br>

    <h5>Temperature</h5>
    <ch5-slider 
        feedbackMode="submit" 
        receiveStateValue="room_thermostat_set_fb" 
        sendEventOnChange="room_thermostat_set" 
        step="10" 
        min="0" 
        max="100"> 
    </ch5-slider>
</ch5-form>