Examples

Custom buttons

Disable icon

Advanced usage of Lobibox.window

Callbacks

All popup boxes have callback option

Lobibox.confirm({ msg: "Are you sure you want to delete this user?", callback:
                                        function ($this, type, ev) { //Your code goes here } }); 

Progress does not update itself.

But you can implement it easily when uploading or waiting something

Examples

Basic notifications Can be closed by clicking on it
With image
Disable sound
Custom title
Without icon and image
Increase delay time
Sticky (without delay)
Alternative position
Change width
Change Animation

For animation Lobibox is depended on animate.css. You can use any animate.css classes

By default .animated class is added

Large Notifications

Large notifications

  • are sticky
  • can be closed only by clicking close button
  • does not have delay
  • are larger in width

With Image

Alternative position
Change animation

Mini notifications

For mini notifications icon and image is shown on small size and title is disabled by default. Although you can enable it by giving title parameter when initializing.

With image

Without icon

With title