Submit Tag

submit_tag

Syntax:

$form_tag_helper->submit_tag([ $value ],[ $options ])

Description:
Creates a submit button with the text $value (defaults to null) as the caption. $options is an array:

  • 'disable_with' ⇒ value value will be used to rename a disabled version of the submit button.

image_submit_tag

Syntax:

$form_tag_helper->image_submit_tag($source,[ $options ])

Description:
Displays an image which when clicked will submit the form.
$source is passed to AssetTagHelper#image_path

 
helper-imagesubmit.txt · Last modified: 2008/03/07 00:22 by alake
 

The Akelos Framework was created by Bermi Ferrer and other contributors.
Potions of the code and documentation have been ported from Ruby on Rails.

The Akelos Framework is released under the LGPL license.

"Akelos", "Akelos Framework", and the Akelos logo are trademarks of Bermi Labs All rights reserved.

Wiki driven by DokuWiki