0

Updates to wwwObjectDoc

ColdFusion

Some 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">

 

 

download rar

download zip

tags:
ColdFusion
Mark Mandel said:
 
Aaraon -

I'm not seeing the changes to wwwObjectDoc.. is the link pointing to the wrong place?
 
posted 1243 days ago
Add Comment Reply to: this comment OR this thread
 
 
Mark...I have absolutely no idea what you are talking about. Maybe you should try downloading it again?



j/k It helps when I push the changes to the right server!

~AJL
 
posted 1243 days ago
Add Comment Reply to: this comment OR this thread
 
Mark Mandel said:
 
Thanks!

I thought I was finally going crazy.

This integrated really nicely into TransferDoc - didn't require a single change.

Fantastic!
 
posted 1243 days ago
Add Comment Reply to: this comment OR this thread
 

Search

Fuelly