Updates to wwwObjectDoc
ColdFusionSome time ago I wrote a custom tag to document objects (see original post here ).
I have just added some new features that I think might make it a little more user friendly.
New OPTIONAL attributes:
Title - Title and filename of
generated flash paper doc
FileLocation - relative path to the
desired doc location
Access - filter functions by access
type
DocumentWidth - the width (in pixels)
of the embedded flashpaper doc
DocumentHeight - the height (in
pixels) of the embedded flashpaper doc
FunctionNameContains - filter your
returned function names
Order – Asc or Desc order of the
method names
Usage:
<cf_wwwobjectDoc object=#ObjectName#
access="public"
title="My Sweet Object"
filelocation="/views/"
documentwidth="800"
documentheight="600"
functionNameContains="get"
order="Desc">





Loading....