Module: Uihelpers

Defined in:
app/helpers/ui-helper.rb

Overview

UiHelpers

Author:

  • Xarala Web Studios

Instance Method Summary collapse

Instance Method Details

#ui_widget($block) ⇒ Object

ui_widget

render a jquery ui widget



13
14
15
16
17
# File 'app/helpers/ui-helper.rb', line 13

def ui_widget($block)
   :div, :class => "ui-helper-reset ui-widget" do
    yield &block
  end
end