Module: Lipsiadmin::View::Helpers::FormBuilder

Defined in:
lib/view/helpers/view_helper.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#country_select(method, priority_countries = nil, options = {}, html_options = {}) ⇒ Object



216
217
218
# File 'lib/view/helpers/view_helper.rb', line 216

def country_select(method, priority_countries = nil, options = {}, html_options = {})
  @template.country_select(@object_name, method, priority_countries, options.merge(:object => @object), html_options)
end

#ext_date_select(method, options = {}, html_options = {}) ⇒ Object



208
209
210
# File 'lib/view/helpers/view_helper.rb', line 208

def ext_date_select(method, options = {}, html_options = {})
  @template.ext_date_select(@object_name, method, options.merge(:object => @object), html_options)
end

#ext_datetime_select(method, options = {}, html_options = {}) ⇒ Object



212
213
214
# File 'lib/view/helpers/view_helper.rb', line 212

def ext_datetime_select(method, options = {}, html_options = {})
  @template.ext_datetime_select(@object_name, method, options.merge(:object => @object), html_options)
end