The code for cfdump is in CFusionMX\wwwroot\WEB-INF\cftags, but it's encrypted, so you won't be able to get at it :( It's another roll-your-own solution if you want full control.
If, however, you just care about the text in the dump, then you can use a cheat. In your code, before CFDUMP, put the following line of code: <CFSET request.cfdumpinited = true> This will force the results of CFDUMP to appear as mostly unformatted text, as it keeps the cfdump tag from outputting the style sheet and javascript references. You can then extract the style names from the code and create your own css, containing whatever formatting you choose! Roland -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danilo Celic Sent: Friday, January 16, 2004 2:04 PM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] Making sure is not called out of sequence Roland Collins wrote: > CFDUMP the cfcatch variable! > > Put this in a CF page and run it and you'll see all of the properties and > their types. Thanks, Roland. Do you know where can I change the styles that CFDUMP outputs? Reason I ask is that for me, the object types that are outputted are styled such that the text is white. Not good when most pages I work on have white backgrounds. I'd prefer to drop the color all together. -- Enjoy, Danilo Celic | Extending Knowledge, Daily | http://www.CommunityMX.com/ Those who aren't looking often have their eyes open widest. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
