ph_ccmapinfo PowerHome formula function
Description
Generates HTML image map data for a Control Center tab.
Syntax
ph_ccmapinfo ( id, image, mapname, nexturl, target, pagetype, imagetype, flags )
Argument Description
id String. The ID of the Control Center tab to generate image map data.
image String. The path and filename of the graphic file to be included in the image map HTML.
mapname String. A string representing the name of the image map within the HTML.
nexturl String. A string representing the next URL to be loaded as a result of clicking on the image map.
target String. The target in which to send the nexturl data.
pagetype Integer. The pagetype for the resulting CCMAP page for navigation type buttons.
imagetype Integer. The imagetype for the resulting CCMAP page for navigation type buttons.
flags Integer. The flags for the resulting CCMAP page for navigation type buttons.
Return value
String. Returns the HTML image map data.
Usage
You can combine this function with the ph_ccimage function to create a dynamic HTML image map file for a Control Center tab.