This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Difference between revisions of "Calling functions with a URL"

From Group-Office Groupware and CRM Documentation
Jump to: navigation, search
(Created page with "Sometimes it's necessary to send out an e-mail with a link that opens a dialog inside Group-Office. You can create such a URL with the following function: <pre> GO::createExtern...")
 
(No difference)

Latest revision as of 10:03, 18 July 2012

Sometimes it's necessary to send out an e-mail with a link that opens a dialog inside Group-Office. You can create such a URL with the following function:

GO::createExternalUrl('yourmodule', 'showDialog', array('aparameter'));

This will call GO.yourmodule.showDialog("aparameter");