On Feb 12, 10:38 am, BazD <[EMAIL PROTECTED]> wrote: > Ive added a test entry using the "add" action and its come up with > what must be a default form based on the information I want to store > within the database. By default, its assumed that I want to manually > type in the information into each field, which is good for the most > part, but on some of the fields, I want to populate a list menu so > that the admin can select the data from the list without having to > type in, this could be for example, like a date of birth field, where > all the months are in a drop down list. > > How can I now alter the way the admin form looks for my new content > class ?
This is where FarCry development gets fun: http://docs.farcrycms.org/display/FCDEV40/Formtools+Technology And more specifically the library of form tool behaviours here: http://docs.farcrycms.org/display/FCDEV40/Form+Tool+Property+Metadata You might also review how content types in the ./plugins/farcrycms/ packages/types folder have been constructed. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
