Solar_View_Helper_Form::addProcessGroup()

public Solar_View_Helper_Form Solar_View_Helper_Form::addProcessGroup ( array $list , string $label = NULL )

Adds a group of process buttons with an optional label.

Parameters

  • (array) $list: An array of process button names. Normally you would pass a sequential array ('save', 'delete', 'cancel'). If you like, you can pass the process name as the key, with an associative array value of element info for that particular submit button.

  • (string) $label: The label for the group.

Returns

  • (Solar_View_Helper_Form)

Description

Adds a group of process buttons with an optional label.



Local