Skip to content

dkuk/modal_windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modal windows

Plugin for Redmine

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.

sample sample2

Installation

To install plugin, go to the folder "plugins" in root directory of Redmine. Clone plugin in that folder.

	git clone https://github.com/dkuk/modal_windows.git

Restart your web-server.

Supported Redmine, Ruby and Rails versions.

Plugin aims to support and is tested under the following Redmine implementations:

  • Redmine 2.3.1
  • Redmine 2.3.2
  • Redmine 2.3.3

Plugin aims to support and is tested under the following Ruby implementations:

  • Ruby 1.9.2
  • Ruby 1.9.3
  • Ruby 2.0.0

Plugin aims to support and is tested under the following Rails implementations:

  • Rails 3.2.13

Copyright

Copyright (c) 2011-2013 Vladimir Pitin, Danil Kukhlevskiy. [skin]: https://github.com/tdvsdv/redmine_alex_skin For better appearance we recommend to use this plugin with Redmine skin of our team - [Redmine Alex Skin][skin].

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

About

Redmine plugin for modal windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published