[Solar-talk] Forms, User roles and access

Kilbride, James P. James.Kilbride at gd-ais.com
Mon Mar 24 11:37:52 CDT 2008


So it is in there! When was that added? Because I know we looked for
something like this at one point and i think we discussed it then.
Didn't realize it had come back into the trunk.

James Kilbride 

-----Original Message-----
From: solar-talk-bounces at lists.solarphp.com
[mailto:solar-talk-bounces at lists.solarphp.com] On Behalf Of Jeff
Surgeson
Sent: Monday, March 24, 2008 12:34 PM
To: solar-talk at lists.solarphp.com
Subject: Re: [Solar-talk] Forms, User roles and access

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
_______________________________________________
Solar-talk mailing list
Solar-talk at lists.solarphp.com
http://mailman-mail3.webfaction.com/listinfo/solar-talk



More information about the Solar-talk mailing list