This tag lets you dynamically create a organizational chart from data in a database. Users can add or remove elements on the fly. This component is very easy to use, and very usefull for companies to view the structure of their organization.
<!--- step 1: create a table in your database using the mysql.sql queries in the zip file --->
<!--- Step 2: specify your datasource here ---> <cfparam name="application.datasource" default="">
<!--- Step 3: unzip the files in a directory on your server --->
<!-- Step 4: call the custom tag on your page --> <cf_orgchart>
or width a difined startpoint
<cfparam name="Attributes.processcount" default="0"> <cf_OrgChart ActivityID=#Attributes.processcount#>
|