Class Dialog


  • public class Dialog
    extends Element
    This class represents the Symphony Element Dialog which is represented with tag name "dialog". The messageML representation of the dialog element can contain the following attributes:
    • id (required) -> used to identify the dialog
    • width -> used to specify dialog width, must be among values "small", "medium", "large", "full-width". Default value is medium
    • state -> used to specify dialog state, must be among values "open", "close". Default value is "close"
    It can contain the following child tags: