Method: HtmlGrid::FormMethods#to_html

Defined in:
lib/htmlgrid/form.rb

#to_html(context) ⇒ Object



57
58
59
60
61
# File 'lib/htmlgrid/form.rb', line 57

def to_html(context)
	context.send(self::class::TAG_METHOD, @form_properties) {
		super << context.div('style'=>'display:none') { hidden_fields(context) }
	}
end