module UiBibz::Helpers::Ui::Core::WindowsHelper
Public Instance Methods
ui_modal(content = nil, options = nil, html_options = nil, &block)
click to toggle source
Modal Component
options
(Hash) html_options
(Hash)
# File lib/ui_bibz/helpers/ui/core/windows_helper.rb, line 8 def ui_modal(content = nil, options = nil, html_options = nil, &block) UiBibz::Ui::Core::Windows::Modal.new(content, options, html_options).tap(&block).render end