new DialogContentTag()
Base class for tags that are contained in a cq-dialog
tag.
Designed to be used as a helper method for the included WebComponents. A full tutorial on how to work with and customize the web components can be found here: Web Component Interface.
Extends
- CIQ.UI.BaseComponent}
Methods
-
close()
-
Closes the dialog.
Designed to be used as a helper method for the included WebComponents. A full tutorial on how to work with and customize the WebComponents can be found here: Web Component Interface.
-
open( [params])
-
Opens the parent dialog, the nearest
cq-dialog
element. Sets the chart context if a context is provided inparams
.Designed to be used as a helper method for the included WebComponents. A full tutorial on how to work with and customize the WebComponents can be found here: Web Component Interface.
Parameters:
Name Type Argument Description params
Object <optional>
Contains the chart context.
Properties
Name Type Argument Description context
CIQ.UI.Context <optional>
A context to set. See setContext.
-
setContext(context)
-
Dynamically sets the context for a dialog so that it knows which chart to change when there are multiple charts on the screen.
Parameters:
Name Type Description context
CIQ.UI.Context The context to set.