| Cheetah
    | 
Go to the source code of this file.
| Functions | |
| rayGetSettingValue ($sWidget, $sSettingKey) | |
| isCheetahWidgetsRegistered () | |
| setRayCheetahLicense ($sLicense) | |
| getRayIntegrationJS ($isCheetahPage=0) | |
| widgetExists ($sWidget) | |
| getFlashConfig ($sModule, $sApp, $aParamValues) | |
| getEmbedCode ($sModule, $sApp, $aParamValues) | |
| getApplicationContent ($sModule, $sApp, $aParamValues=array(), $bInline=false, $bEmbedCode=false, $sHtmlId="") | |
| getRedirectForm ($sModule, $sApp, $aRequest) | |
| phpArrayToJS ($aArray, $sName) | |
| getApplicationContent | ( | $sModule, | |
| $sApp, | |||
| $aParamValues = array(), | |||
| $bInline = false, | |||
| $bEmbedCode = false, | |||
| $sHtmlId = "" | |||
| ) | 
Gets the content of necessary widget's application.
| sModule | - module(widget) name. | 
| sApp | - application name in the widget. | 
| aParamValues | - an associative array of parameters to be passed into the Flash object. | 
| bInline | - whether you want to have it with the full page code(for opening in a new window) or only DIV with flash object (for embedding into the existing page). | 
Definition at line 166 of file content.inc.php.
| getEmbedCode | ( | $sModule, | |
| $sApp, | |||
| $aParamValues | |||
| ) | 
Gets the embed code of necessary widget's application.
| sModule | - module(widget) name. | 
| sApp | - application name in the widget. | 
| aParamValues | - an associative array of parameters to be passed into the Flash object. | 
Definition at line 131 of file content.inc.php.
| getFlashConfig | ( | $sModule, | |
| $sApp, | |||
| $aParamValues | |||
| ) | 
Definition at line 79 of file content.inc.php.
| getRayIntegrationJS | ( | $isCheetahPage = 0 | ) | 
Definition at line 41 of file content.inc.php.
| getRedirectForm | ( | $sModule, | |
| $sApp, | |||
| $aRequest | |||
| ) | 
Make redirect and send necessary parameters using POST method.
Definition at line 315 of file content.inc.php.
| isCheetahWidgetsRegistered | ( | ) | 
Definition at line 18 of file content.inc.php.
| phpArrayToJS | ( | $aArray, | |
| $sName | |||
| ) | 
Definition at line 344 of file content.inc.php.
| rayGetSettingValue | ( | $sWidget, | |
| $sSettingKey | |||
| ) | 
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 13 of file content.inc.php.
| setRayCheetahLicense | ( | $sLicense | ) | 
Definition at line 24 of file content.inc.php.
| widgetExists | ( | $sWidget | ) | 
Checks if given widget exists
| sWidget | - widget name | 
Definition at line 70 of file content.inc.php.