ExamplesPlaygroundReference Source

Function

Static Public Summary
public

Accordion item's content component

public

Accordion item's label component

public

The Alert default content

public

The Alert footer content

public

The Alert header content

public

The AnchorButton label content

public

A Banner Content component

public

A Banner Header component

public

BaseButton(superClass: *): *

The base element for Button components

public

BaseListItem(superClass: *): *

The base element for List Item components

public

The Button label content

public

The Card Asset

public

The Card Content

public

A Card context component

public

A Card description component

public

The Card Info

public

The Card Overlay

public

A Card Property Content component

public

A Card sub title component

public

A Card title component

public

The Checkbox label

public

ColumnView's Column content component

public

ColumnView's Item content component

public

ColumnView's Item thumbnail component

public

ColumnView's preview asset component

public

ColumnView's preview content component

public

ColumnView's preview label component

public

ColumnView's preview separator component

public

ColumnView's preview value component

public

The Dialog default content

public

The Dialog footer content

public

The Dialog header content

public

Drawer content component

public

The List item content

public

The Masonry Item Accessibility State

public

The Multifield item content

public

A PanelStack Item Content component

public

The Popover default content

public

The Popover footer content

public

The Popover header content

public

The Progress label content

public

The Radio label

public

The SelectList Item content

public

Shell's content component

public
this function was deprecated.

Shell's help separator

public

Shell HomeAnchor's label component

public

Shell's OrgSwitcher footer component

public

Shell's Solution label component

public
this function was deprecated.

Shell's solution sub-cloud name

public

Shell's User content component

public

Shell's User footer component

public

Shell's User heading component

public

Shell's User name component

public

Shell's User subheading component

public

The SideNav Heading

public

The SideNav Item Content

public

Slider's content component

public

The Status Label

public

A Step Label

public

The Switch label

public

Tab's label component

public

The Table HeaderCell content

public

Tag's label component

public

The Toast default content

public

Tooltip's content component

public

Tree item's content component

public

loadIcons(svgURL: *)

Static Public

public AccordionItemContent(): HTMLElement source

Accordion item's content component

Return:

HTMLElement

Example:

Markup
<coral-accordion-item-content></coral-accordion-item-content>
JS constructor
new Coral.Accordion.Item.Content();

See:

public AccordionItemLabel(): HTMLElement source

Accordion item's label component

Return:

HTMLElement

Example:

Markup
<coral-accordion-item-label></coral-accordion-item-label>
JS constructor
new Coral.Accordion.Item.Label();

See:

public AlertContent(): HTMLElement source

The Alert default content

Return:

HTMLElement

Example:

Markup
<coral-alert-content></coral-alert-content>
JS constructor
new Coral.Alert.Content();

See:

public AlertFooter(): HTMLElement source

The Alert footer content

Return:

HTMLElement

Example:

Markup
<coral-alert-footer></coral-alert-footer>
JS constructor
new Coral.Alert.Footer();

See:

public AlertHeader(): HTMLElement source

The Alert header content

Return:

HTMLElement

Example:

Markup
<coral-alert-header></coral-alert-header>
JS constructor
new Coral.Alert.Header();

See:

public AnchorButtonLabel(): HTMLElement source

The AnchorButton label content

Return:

HTMLElement

Example:

Markup
<coral-anchorbutton-label></coral-anchorbutton-label>
JS constructor
new Coral.AnchorButton.Label();

See:

public BannerContent(): HTMLElement source

A Banner Content component

Return:

HTMLElement

Example:

Markup
<coral-banner-content></coral-banner-content>
JS constructor
new Coral.Banner.Content();

See:

public BannerHeader(): HTMLElement source

A Banner Header component

Return:

HTMLElement

Example:

Markup
<coral-banner-header></coral-banner-header>
JS constructor
new Coral.Banner.Header();

See:

public BaseButton(superClass: *): * source

The base element for Button components

Params:

NameTypeAttributeDescription
superClass *

Return:

*

public BaseListItem(superClass: *): * source

The base element for List Item components

Params:

NameTypeAttributeDescription
superClass *

Return:

*

public ButtonLabel(): HTMLElement source

The Button label content

Return:

HTMLElement

Example:

Markup
<coral-button-label></coral-button-label>
JS constructor
new Coral.Button.Label();

See:

public CardAsset(): HTMLElement source

The Card Asset

Return:

HTMLElement

Example:

Markup
<coral-card-asset></coral-card-asset>
JS constructor
new Coral.Card.Asset();

See:

public CardContent(): HTMLElement source

The Card Content

Return:

HTMLElement

Example:

Markup
<coral-card-content></coral-card-content>
JS constructor
new Coral.Card.Content();

See:

public CardContext(): HTMLElement source

A Card context component

Return:

HTMLElement

Example:

Markup
<coral-card-context></coral-card-context>
JS constructor
new Coral.Card.Context();

See:

public CardDescription(): HTMLElement source

A Card description component

Return:

HTMLElement

Example:

Markup
<coral-card-description></coral-card-description>
JS constructor
new Coral.Card.Description();

See:

public CardInfo(): HTMLElement source

The Card Info

Return:

HTMLElement

Example:

Markup
<coral-card-info></coral-card-info>
JS constructor
new Coral.Card.Info();

See:

public CardOverlay(): HTMLElement source

The Card Overlay

Return:

HTMLElement

Example:

Markup
<coral-card-overlay></coral-card-overlay>
JS constructor
new Coral.Card.Overlay();

See:

public CardPropertyContent(): HTMLElement source

A Card Property Content component

Return:

HTMLElement

Example:

Markup
<coral-card-property-content></coral-card-property-content>
JS constructor
new Coral.Card.Property.Content();

See:

public CardSubtitle(): HTMLElement source

A Card sub title component

Return:

HTMLElement

Example:

Markup
<coral-card-subtitle></coral-card-subtitle>
JS constructor
new Coral.Card.Subtitle();

See:

public CardTitle(): HTMLElement source

A Card title component

Return:

HTMLElement

Example:

Markup
<coral-card-title></coral-card-title>
JS constructor
new Coral.Card.Title();

See:

public CheckboxLabel(): HTMLElement source

The Checkbox label

Return:

HTMLElement

Example:

Markup
<coral-checkbox-label></coral-checkbox-label>
JS constructor
new Coral.Checkbox.Label();

See:

public ColumnViewColumnContent(): HTMLElement source

ColumnView's Column content component

Return:

HTMLElement

Example:

Markup
<coral-columnview-column-content></coral-columnview-column-content>
JS constructor
new Coral.ColumnView.Column.Content();

See:

public ColumnViewItemContent(): HTMLElement source

ColumnView's Item content component

Return:

HTMLElement

Example:

Markup
<coral-columnview-item-content></coral-columnview-item-content>
JS constructor
new Coral.ColumnView.Item.Content();

See:

public ColumnViewItemThumbnail(): HTMLElement source

ColumnView's Item thumbnail component

Return:

HTMLElement

Example:

Markup
<coral-columnview-item-thumbnail></coral-columnview-item-thumbnail>
JS constructor
new Coral.ColumnView.Item.Thumbnail();

See:

public ColumnViewPreviewAsset(): HTMLElement source

ColumnView's preview asset component

Return:

HTMLElement

Example:

Markup
<coral-columnview-preview-asset></coral-columnview-preview-asset>
JS constructor
new Coral.ColumnView.Preview.Asset();

See:

public ColumnViewPreviewContent(): HTMLElement source

ColumnView's preview content component

Return:

HTMLElement

Example:

Markup
<coral-columnview-preview-content></coral-columnview-preview-content>
JS constructor
new Coral.ColumnView.Preview.Content();

See:

public ColumnViewPreviewLabel(): HTMLElement source

ColumnView's preview label component

Return:

HTMLElement

Example:

Markup
<coral-columnview-preview-label></coral-columnview-preview-label>
JS constructor
new Coral.ColumnView.Preview.Label();

See:

public ColumnViewPreviewSeparator(): HTMLElement source

ColumnView's preview separator component

Return:

HTMLElement

Example:

Markup
<coral-columnview-preview-separator></coral-columnview-preview-separator>
JS constructor
new Coral.ColumnView.Preview.Separator();

See:

public ColumnViewPreviewValue(): HTMLElement source

ColumnView's preview value component

Return:

HTMLElement

Example:

Markup
<coral-columnview-preview-value></coral-columnview-preview-value>
JS constructor
new Coral.ColumnView.Preview.Value();

See:

public DialogContent(): HTMLElement source

The Dialog default content

Return:

HTMLElement

Example:

Markup
<coral-dialog-content></coral-dialog-content>
JS constructor
new Coral.Dialog.Content();

See:

public DialogFooter(): HTMLElement source

The Dialog footer content

Return:

HTMLElement

Example:

Markup
<coral-dialog-footer></coral-dialog-footer>
JS constructor
new Coral.Dialog.Footer();

See:

public DialogHeader(): HTMLElement source

The Dialog header content

Return:

HTMLElement

Example:

Markup
<coral-dialog-header></coral-dialog-header>
JS constructor
new Coral.Dialog.Header();

See:

public DrawerContent(): HTMLElement source

Drawer content component

Return:

HTMLElement

Example:

Markup
<coral-drawer-content></coral-drawer-content>
JS constructor
new Coral.Drawer.Content();

See:

public ListItemContent(): HTMLElement source

The List item content

Return:

HTMLElement

Example:

Markup
<coral-list-item-content></coral-list-item-content>
JS constructor
new Coral.List.Item.Content();

See:

public MasonryItemAccessibilityState(): * source

The Masonry Item Accessibility State

Return:

*

Example:

Markup
<coral-masonry-item-accessibilitystate></coral-masonry-item-accessibilitystate>
JS constructor
new Coral.Masonry.Item.AccessibilityState();

See:

public MultifieldItemContent(): HTMLElement source

The Multifield item content

Return:

HTMLElement

Example:

Markup
<coral-multifield-item-content></coral-multifield-item-content>
JS constructor
new Coral.Multifield.Item.Content();

See:

public PanelContent(): HTMLElement source

A PanelStack Item Content component

Return:

HTMLElement

Example:

Markup
<coral-panel-content></coral-panel-content>
JS constructor
new Coral.Panel.Content();

See:

public PopoverContent(): HTMLElement source

The Popover default content

Return:

HTMLElement

Example:

Markup
<coral-popover-content></coral-popover-content>
JS constructor
new Coral.Popover.Content();

See:

public PopoverFooter(): HTMLElement source

The Popover footer content

Return:

HTMLElement

Example:

Markup
<coral-popover-footer></coral-popover-footer>
JS constructor
new Coral.Popover.Footer();

See:

public PopoverHeader(): HTMLElement source

The Popover header content

Return:

HTMLElement

Example:

Markup
<coral-popover-header></coral-popover-header>
JS constructor
new Coral.Popover.Header();

See:

public ProgressLabel(): HTMLElement source

The Progress label content

Return:

HTMLElement

Example:

Markup
<coral-progress-label></coral-progress-label>
JS constructor
new Coral.Progress.Label();

See:

public RadioLabel(): HTMLElement source

The Radio label

Return:

HTMLElement

Example:

Markup
<coral-radio-label></coral-radio-label>
JS constructor
new Coral.Radio.Label();

See:

public SelectListItemContent(): HTMLElement source

The SelectList Item content

Return:

HTMLElement

Example:

Markup
<coral-selectlist-item-content></coral-selectlist-item-content>
JS constructor
new Coral.SelectList.Item.Content();

See:

public ShellContent(): HTMLElement source

Shell's content component

Return:

HTMLElement

Example:

Markup
<coral-shell-content></coral-shell-content>
JS constructor
new Coral.Shell.Content();

See:

public ShellHelpSeparator(): HTMLElement source

this function was deprecated.

Shell's help separator

Return:

HTMLElement

Example:

Markup
<coral-shell-help-separator></coral-shell-help-separator>
JS constructor
new Coral.Shell.Help.Separator();

See:

public ShellHomeAnchorLabel(): HTMLElement source

Shell HomeAnchor's label component

Return:

HTMLElement

Example:

Markup
<coral-shell-homeanchor-label></coral-shell-homeanchor-label>
JS constructor
new Coral.Shell.HomeAnchor.Label();

See:

public ShellOrgSwitcherFooter(): HTMLElement source

Shell's OrgSwitcher footer component

Return:

HTMLElement

Example:

Markup
<coral-shell-orgswitcher-footer></coral-shell-orgswitcher-footer>
JS constructor
new Coral.Shell.OrgSwitcher.Footer();

See:

public ShellSolutionLabel(): HTMLElement source

Shell's Solution label component

Return:

HTMLElement

Example:

Markup
<coral-shell-solution-label></coral-shell-solution-label>
JS constructor
new Coral.Shell.Solution.Label();

See:

public ShellSolutionsHeader(): HTMLElement source

this function was deprecated.

Shell's solution sub-cloud name

Return:

HTMLElement

Example:

Markup
<coral-shell-solutions-header></coral-shell-solutions-header>
JS constructor
new Coral.Shell.Solutions.Header();

See:

public ShellUserContent(): HTMLElement source

Shell's User content component

Return:

HTMLElement

Example:

Markup
<coral-shell-user-content></coral-shell-user-content>
JS constructor
new Coral.Shell.User.Content();

See:

public ShellUserFooter(): HTMLElement source

Shell's User footer component

Return:

HTMLElement

Example:

Markup
<coral-shell-user-footer></coral-shell-user-footer>
JS constructor
new Coral.Shell.User.Footer();

See:

public ShellUserHeading(): HTMLElement source

Shell's User heading component

Return:

HTMLElement

Example:

Markup
<coral-shell-user-heading></coral-shell-user-heading>
JS constructor
new Coral.Shell.User.Heading();

See:

public ShellUserName(): HTMLElement source

Shell's User name component

Return:

HTMLElement

Example:

Markup
<coral-shell-user-name></coral-shell-user-name>
JS constructor
new Coral.Shell.User.Name();

See:

public ShellUserSubheading(): HTMLElement source

Shell's User subheading component

Return:

HTMLElement

Example:

Markup
<coral-shell-user-subheading></coral-shell-user-subheading>
JS constructor
new Coral.Shell.User.Subheading();

See:

public SideNavHeading(): HTMLElement source

The SideNav Heading

Return:

HTMLElement

Example:

Markup
<coral-sidenav-heading></coral-sidenav-heading>
JS constructor
new Coral.SideNav.Heading();

See:

public SideNavItemContent(): HTMLElement source

The SideNav Item Content

Return:

HTMLElement

Example:

Markup
<coral-sidenav-item-content></coral-sidenav-item-content>
JS constructor
new Coral.SideNav.Item.Content();

See:

public SliderContent(): HTMLElement source

Slider's content component

Return:

HTMLElement

Example:

Markup
<coral-slider-content></coral-slider-content>
JS constructor
new Coral.Slider.Content();

See:

public StatusLabel(): HTMLElement source

The Status Label

Return:

HTMLElement

Example:

Markup
<coral-status-label></coral-status-label>
JS constructor
new Coral.Status.Label();

See:

public StepLabel(): HTMLElement source

A Step Label

Return:

HTMLElement

Example:

Markup
<coral-step-label></coral-step-label>
JS constructor
new Coral.Step.Label();

See:

public SwitchLabel(): HTMLElement source

The Switch label

Return:

HTMLElement

Example:

Markup
<coral-switch-label></coral-switch-label>
JS constructor
new Coral.Switch.Label();

See:

public TabLabel(): HTMLElement source

Tab's label component

Return:

HTMLElement

Example:

Markup
<coral-tab-label></coral-tab-label>
JS constructor
new Coral.Tab.Label();

See:

public TableHeaderCellContent(): HTMLElement source

The Table HeaderCell content

Return:

HTMLElement

Example:

Markup
<coral-table-headercell-content></coral-table-headercell-content>
JS constructor
new Coral.Table.HeaderCell.Content();

See:

public TagLabel(): HTMLElement source

Tag's label component

Return:

HTMLElement

Example:

Markup
<coral-tag-label></coral-tag-label>
JS constructor
new Coral.Tag.Label();

See:

public ToastContent(): HTMLElement source

The Toast default content

Return:

HTMLElement

Example:

Markup
<coral-toast-content></coral-toast-content>
JS constructor
new Coral.Toast.Content();

See:

public TooltipContent(): HTMLElement source

Tooltip's content component

Return:

HTMLElement

Example:

Markup
<coral-tooltip-content></coral-tooltip-content>
JS constructor
new Coral.Tooltip.Content();

See:

public TreeItemContent(): HTMLElement source

Tree item's content component

Return:

HTMLElement

Example:

Markup
<coral-tree-item-content></coral-tree-item-content>
JS constructor
new Coral.Tree.Item.Content();

See:

public loadIcons(svgURL: *) source

Params:

NameTypeAttributeDescription
svgURL *