AJ, In 5.1.X I think there might be a displayLabel.cfm convention that the array property uses in how to display the array property. I believe by default in the core it is defined as just the label. Perhaps you can extend that for your custom type by using the convention of displayLabel, but displaying more information on the item?
Just a thought, Tomek On Mon, Jun 22, 2009 at 7:30 AM, AJ Mercer <[email protected]> wrote: > > So maybe I should just extend formtool/array.cfc > and and an new case entry for my edit > > On Monday, June 22, 2009, modius <[email protected]> wrote: > > > > On Jun 22, 6:54 pm, AJ Mercer <[email protected]> wrote: > >> ummm - yes > >> > >> in the type stored in the array, there is a name and description > properties. > >> > >> for the form, I would like to have the checkbox and name on one line, > then > >> the description underneath. > > > > Hmm.. check out librarySelected.cfm here: > > > http://docs.farcrycms.org/display/FCDEV50/UNIT+06+-+Content+Relationships > > > > You can't change the checkbox element (without writing your own > > formtool) but you can format the data of the array item any way you > > like. > > > > -- geoff > > http://www.daemon.com.au/ > > > > > > > -- > AJ Mercer > Web Log: http://webonix.net > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
