[Solar-talk] Forms, User roles and access

Jeff Surgeson solar at 3hex.com
Mon Mar 24 11:34:14 CDT 2008


Hi  James

> Hehe, good questions. Solar_Form is not highly customizable in it's
> structure. Though I had a thought. Paul, what about adding the
> capability in Solar_Form to 'group' things together. Everything in a
> given groups would be displayed horizontally rather than vertically(if

beginGroup() and endGroup() will group for example 3 buttons together and 
display them horizontally as apposed to default vertically.

echo $this->form()
	->auto($this->forms['edit'])
        ->beginGroup()
        ->addProcessGroup(array(
        	'save',
                'cancel',
                'delete' => array('attribs' => $attribs)
              ))
        ->endGroup()
        ->fetch();

> + Solar_Form:
>    How can I customize the way the form is build up
>    concerning the design? E.g.: I would like to set some
>    fields next to each other instead of below.
>
> Tino

-- 
...........::::::...........
Jeff Surgeson / South Africa


More information about the Solar-talk mailing list