I've been thinking that some formtools are getting a bit unwieldy with all their render types and options. Array and UUID (aka Join) are a classic example. It might be better to break different render types out into separate formtools entirely.
Blair On Mon, May 24, 2010 at 3:35 PM, AJ Mercer <[email protected]> wrote: > I have just discovered that my previous hack for 5.2.6 had to be moved > from packages/formtools/array.cfc to join.cfc (with minor patching) > > I put my own cfcase in > <cfswitch expression="#arguments.stMetadata.ftRenderType#"> > <!--- ajm ---> > <cfcase value="checkbox"> > > > I am still not sure how to go about moving that out of the core and into a > library webskin > > > > > On 24 May 2010 13:21, Blair McKenzie <[email protected]> wrote: > >> I haven't done much modification of the join fields. You might have luck >> by starting with the "list" render type and extrapolating to multiple >> selections. >> >> Blair >> >> On Mon, May 24, 2010 at 2:52 PM, AJ Mercer <[email protected]> wrote: >> >>> Little help required please >>> Farcry 6.0.2 >>> >>> I would like to create my own render type / wesbskin for edit of array >>> type >>> >>> I would like to create a list of check boxes. >>> >>> >>> >>> -- >>> >>> AJ Mercer >>> http://webonix.net >>> http://twitter.com/webonix >>> >>> -- >>> You received this message cos you are subscribed to "farcry-dev" Google >>> group. >>> To post, email: [email protected] >>> To unsubscribe, email: >>> [email protected]<farcry-dev%[email protected]> >>> For more options: http://groups.google.com/group/farcry-dev >>> -------------------------------- >>> Follow us on Twitter: http://twitter.com/farcry >> >> >> -- >> You received this message cos you are subscribed to "farcry-dev" Google >> group. >> To post, email: [email protected] >> To unsubscribe, email: >> [email protected]<farcry-dev%[email protected]> >> For more options: http://groups.google.com/group/farcry-dev >> -------------------------------- >> Follow us on Twitter: http://twitter.com/farcry > > > > > -- > > AJ Mercer > http://webonix.net > http://twitter.com/webonix > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > -- 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
