Neptune 1.0 Beta 1 Documentation: links()

Neptune Information

Download from RIA Forge

links()

The "links" method returns XML describing any links that are needed for this program. A link to the program will automatically be added to the site on installation, but this will provide links inside the program section to individual pages in the program.

Example:

<cffunction name="links" access="public" output="no">
<program permissions="CMS">
	<link label="Pages" url="page-list.cfm" />
	<link label="Sections" url="section-list.cfm" />
</program>
</cffunction>