Method: HtmlGrid::FormMethods#autofill?

Defined in:
lib/htmlgrid/form.rb

#autofill?Boolean

Returns:

  • (Boolean)


43
44
45
# File 'lib/htmlgrid/form.rb', line 43

def autofill?
	self.class.const_get(:AUTOFILL)
end