|
Brian- try this: <cfscript> oCFC = createObject('component','CFIDE.componentutils.cfcexplorer'); </cfscript> <cfdump
var="#oCFC.getCFCInHTML('SiteComposer.Globals.cfComPonents.content.content')#"> This produces a HTML file. You could augment this by using
<CFDIRECTORY> to get a recordset of CFC files then loop over the above
code and for each file capture the produced HTML using <CFSAVECONTENT>
then save the HTML using <CFFILE>. Hope this helps. Thanks - Tom Schreck -----Original Message----- Just thought I'd ask before took a stab at this myself. Is there
an easy way to have CFMX generate and save (as HTML files) the CFC documentation from the component browser for a whole directory or package of CFCs automatically? Thanks, Brian ---------------------------------------------------------- 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/ |
