You could check out modus (http://modus.sourceforge.net/). IIRC, it has built-in form widgets, all in CFCs.
NAT > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of webguy > Sent: 19 March 2003 16:32 > To: [EMAIL PROTECTED] > Subject: [CFCDev] Is anyone out there using cfc for GUI elements? > > > Most of the time, we here don't put HTML into your cfc, cfc model data etc > > My question is , is anyone out there using cfc to build GUI layouts and > components? Think flowlayouts and Jlabels in java. > > so... > > form.cfc is a collection of label.cfc 's and input.cfc > > form.show() calls .show() for all its components, etc etc . > > dateinput.cfc extends input.cfc and adds a JS date validation to it... > > Just wondering if anyone has cfcs in this line ... > > WG > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
