Cheetah
All Classes Namespaces Files Functions Variables Pages
Functions
content.inc.php File Reference

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)
 

Function Documentation

◆ getApplicationContent()

getApplicationContent (   $sModule,
  $sApp,
  $aParamValues = array(),
  $bInline = false,
  $bEmbedCode = false,
  $sHtmlId = "" 
)

Gets the content of necessary widget's application.

Parameters
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()

getEmbedCode (   $sModule,
  $sApp,
  $aParamValues 
)

Gets the embed code of necessary widget's application.

Parameters
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()

getFlashConfig (   $sModule,
  $sApp,
  $aParamValues 
)

Definition at line 79 of file content.inc.php.

◆ getRayIntegrationJS()

getRayIntegrationJS (   $isCheetahPage = 0)

Definition at line 41 of file content.inc.php.

◆ getRedirectForm()

getRedirectForm (   $sModule,
  $sApp,
  $aRequest 
)

Make redirect and send necessary parameters using POST method.

Definition at line 315 of file content.inc.php.

◆ isCheetahWidgetsRegistered()

isCheetahWidgetsRegistered ( )

Definition at line 18 of file content.inc.php.

◆ phpArrayToJS()

phpArrayToJS (   $aArray,
  $sName 
)

Definition at line 344 of file content.inc.php.

◆ rayGetSettingValue()

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()

setRayCheetahLicense (   $sLicense)

Definition at line 24 of file content.inc.php.

◆ widgetExists()

widgetExists (   $sWidget)

Checks if given widget exists

Parameters
sWidget- widget name
Returns
bExists - true/false

Definition at line 70 of file content.inc.php.