Skip to content

Extend niord.js with methods to display data in modal-windows etc.

License

Notifications You must be signed in to change notification settings

FCOO/jquery-bootstrap-niord

Repository files navigation

jquery-bootstrap-niord

Description

Extend niord.js with methods to display data in modal-windows etc.

Installation

bower

bower install https://github.com/FCOO/jquery-bootstrap-niord.git --save

Demo

http://FCOO.github.io/jquery-bootstrap-niord/demo/

Usage

ns.Message.prototype.popoverContent      = function()             //Return a bs-object for popover or tooltips
ns.Message.prototype.bsPopoverOptions    = function()             //Return a object to be used in $.fn.bsPopover(...)
ns.Message.prototype.bsModalSmallOptions = function(modalOptions) //Return options to create a small version for $.bsModal
ns.Message.prototype.bsModalOptions      = function(modalOptions) //Return standard options to create a $.bsModal
ns.Message.prototype.asModalSmall        = function(modalOptions) //Return a bsModal created with bsModalSmallOptions
ns.Message.prototype.asModal             = function(modalOptions) //Return a bsModal created with bsModalOptions

Copyright and License

This plugin is licensed under the MIT license.

Copyright (c) 2018 FCOO

Contact information

Niels Holt nho@fcoo.dk

About

Extend niord.js with methods to display data in modal-windows etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published