Class: UltimateTurboModal::Flavors::Vanilla

Inherits:
Base
  • Object
show all
Defined in:
lib/ultimate_turbo_modal/flavors/vanilla.rb

Constant Summary collapse

DIV_DIALOG_CLASSES =
"modal-container"
DIV_OVERLAY_CLASSES =
"modal-overlay"
DIV_OUTER_CLASSES =
"modal-outer"
DIV_INNER_CLASSES =
"modal-inner"
DIV_CONTENT_CLASSES =
"modal-content"
DIV_MAIN_CLASSES =
"modal-main"
DIV_HEADER_CLASSES =
"modal-header"
DIV_TITLE_CLASSES =
"modal-title"
DIV_TITLE_H_CLASSES =
"modal-title-h"
"modal-footer"
BUTTON_CLOSE_CLASSES =
"modal-close"
BUTTON_CLOSE_SR_ONLY_CLASSES =
"sr-only"
CLOSE_BUTTON_TAG_CLASSES =
"modal-close-button"
ICON_CLOSE_CLASSES =
"modal-close-icon"

Method Summary

Methods inherited from Base

#footer, #initialize, #template, #title

Methods included from Phlex::DeferredRenderWithMainContent

#template

Constructor Details

This class inherits a constructor from UltimateTurboModal::Base