Sha256: c51f6272a18633c464c4ab66b8d91d24cd894d4905a369b956812eefaa5b139f
Contents?: true
Size: 268 Bytes
Versions: 16
Compression:
Stored size: 268 Bytes
Contents
module JqueryUiForm module Inputs module TextInput def text_input(method, options = {}) options[:rows] ||= 5 options[:cols] ||= 35 basic_input_helper(:text_area, :text, method, options) end end end end
Version data entries
16 entries across 16 versions & 1 rubygems