Class: UltimateTurboModal::Flavors::Custom

Inherits:
Base
  • Object
show all
Defined in:
lib/generators/ultimate_turbo_modal/templates/flavors/custom.rb

Constant Summary collapse

DIV_MODAL_CONTAINER_CLASSES =
""
DIV_OVERLAY_CLASSES =
""
DIV_DIALOG_CLASSES =
""
DIV_INNER_CLASSES =
""
DIV_CONTENT_CLASSES =
""
DIV_MAIN_CLASSES =
""
DIV_HEADER_CLASSES =
""
DIV_TITLE_CLASSES =
""
DIV_TITLE_H_CLASSES =
""
""
BUTTON_CLOSE_CLASSES =
""
BUTTON_CLOSE_SR_ONLY_CLASSES =
""
CLOSE_BUTTON_TAG_CLASSES =
""
ICON_CLOSE_CLASSES =
""
TRANSITIONS =
{
  overlay: {
    enter: {
      animation: "",
      start: "",
      end: ""
    },
    leave: {
      animation: "",
      start: "",
      end: ""
    }
  },
  dialog: {
    enter: {
      animation: "",
      start: "",
      end: ""
    },
    leave: {
      animation: "",
      start: "",
      end: ""
    }
  }
}

Method Summary

Methods inherited from Base

#footer, #initialize, #title, #view_template

Methods included from Phlex::DeferredRenderWithMainContent

#view_template

Constructor Details

This class inherits a constructor from UltimateTurboModal::Base