Mark A. Yoon wrote:
> I'm trying to write a flexible address book extension. Each person has
> many locations (much as each page has multiple parts) and I want to be
> able to edit, add, remove locations without writing to the database.
> 
> I noticed that admin/page/edit uses a tabcontrol to give a name and
> index to each page part - is there any way of doing this without using
> tabcontrol?

It's done by using javascript to insert fields into the page form. The 
page edit screen was a pretty hacked up job. There is not anything in 
Rails that makes this sort of thing very easy. I'd suggest that you 
study the source...

--
John Long
http://wiseheartdesign.com
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to