API Docs for: 1.1
Show:

MoedalObject Class

Class used by any modal instances.

Constructor

MoedalObject

()

Methods

animate

(
  • animation
)
MoedalObject

Animates the modal.

Parameters:

  • animation String

Returns:

close

() MoedalObject

Closes the modal.

Returns:

pack

() MoedalObject

Packs the modal.

Returns:

show

(
  • animation
)
MoedalObject

Displays the modal in the screen.

Parameters:

  • animation String

Returns:

Properties

backdropClass

String

CSS class of backdrop.

content

String

Content of modal.

modalClass

String

CSS class of modal.

self

Object

Self container.

title

String

Title of modal.

uniqueId

String

A unique id of MoedalObject instance.