Crestron Components Lib - Showcase App

ch5-modal-dialog (inherited from ch5-overlay-panel): closable

ch5-modal-dialog closable

Default value: false

If the closable attribute is present then a close icon will be displayed in the upper part of the modal

If the attribute is present and different from '0' or 'false' then it is considered to be 'true'

Click the above button to make the modal visible.

Sample text

<ch5-button label="Trigger show pulse" sendEventOnClick="trigger_1"></ch5-button>

<p>
    Click the above button to make the modal visible.
</p>

<ch5-modal-dialog receiveStateShowPulse="trigger_1"
                    closable>
    <p>Sample text</p>
    <ch5-image
            id="ex1-img"
            url="https://picsum.photos/200/300/?random">
    </ch5-image>
</ch5-modal-dialog>