Extend niord.js with methods to display data in modal-windows etc.
bower install https://github.com/FCOO/jquery-bootstrap-niord.git --save
http://FCOO.github.io/jquery-bootstrap-niord/demo/
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
This plugin is licensed under the MIT license.
Copyright (c) 2018 FCOO
Niels Holt nho@fcoo.dk