Method: FormWidget#form

Defined in:
lib/cuca/stdlib/form.rb

#formObject

Create your form by overwriting this Name your submit button @submit_name, so the form can detect if it is submitted or not. You can use FormElements module to get access to some helper functions to build really fast forms.



117
118
# File 'lib/cuca/stdlib/form.rb', line 117

def form
end