The C1Dialog control is a box used to display information to a user or get a response from a user. This control is modeled after the iPhone's standard dialog box; when it opens, it appears as a semi-translucent, gray box. The image below shows a C1Dialog control appearing over a C1ViewPort control:
You can add content to the C1Dialog control by adding text and / or controls between its <Content> and </Content> tags in Source view. You can hide the dialog box using the client-side Hide method; you can show the dialog box using the client-side Show method.
For task-based help on the C1Dialog control, see Using the C1Dialog Control.