cf_contextMenu allows you to specify a menu to pop-up when a user right-clicks.
Simply provide the menu like the example below:
<cf_contextMenu id="name|default:ie5menu" class="name|default:skin0" targetID="elementID|default:empty"> <div class="menuitems" url="http://www.cftagstore.com/" target="newwin">CF_TagStore</div> <div class="menuitems" url="http://www.dynamicdrive.com/" target="newwin">Dynamicdrive.com</div> <div class="menuitems" url="http://www.cp-webdesigns.com/" target="newwin">C.P. Web Designs</div> <hr> <div class="menuitems" url="mailto:webmaster@cp-webdesigns.com">Email Us</div> </cf_contextMenu>
To see the contextMenu in action, visit our website...
|