Project

General

Profile

Plugins Directory » Modal windows

Author: RMplus.pro Team
Website: http://rmplus.pro
Code repository: https://github.com/dkuk/modal_windows
Registered on: 2013-10-30 (over 10 years ago)
Current version: 0.0.1
Compatible with: Redmine 2.4.x, 2.3.x, 2.2.x
User ratings:   (0)

Redmine modal window plugin that adds simple helper for modal window generation.
Window content can be static or async loaded from link url.
Modal windows can be closed on mouseleave or mouseclick on area outside window.
Window appears left or right from the link depend of available page space.
If there are not enought space from both sides, window will be resized to max available.

Sample:
  • `link_to_modal_window('Modal with dynamic loaded content', {:controller => 'doc_ver', :action=> 'auto_user', :q => ''})` - default modal - disappears on mouseleave or mouseclick.


Plugin also integrates Lightview (http://projects.nickstakenburg.com/lightview) into Redmine. Be awere! Lightview library avalible for free only for non-commercial use.
Read license please: http://projects.nickstakenburg.com/lightview/license


For better appearance we recommend to use this plugin with Redmine skin of our team - Redmine Alex Skin

Another plugins of our team you can see on site http://rmplus.pro

Changelog

0.0.1 (2013-10-30)

Compatible with Redmine 2.4.x, 2.3.x, 2.2.x.