프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$aFunctions | An array of |
||
$bDeferScriptGeneration | |||
$sDefer | Configuration option that can be used to request that the javascript file is loaded after the page has been fully loaded. | ||
$sRequestedFunction | This string is used to temporarily hold the name of the function that is being requested (during the request processing phase). Since canProcessRequest loads this value from the get or post data, it is unnecessary to load it again. | ||
$sXajaxPrefix | A configuration setting that is stored locally and used during the client script generation phase. |
메소드 | 설명 | |
---|---|---|
canProcessRequest ( ) | * Function: canProcessRequest | |
configure ( $sName, $mValue ) | * Function: configure | |
generateClientScript ( ) | * Function: generateClientScript | |
generateHash ( ) | ||
processRequest ( ) | * Function: processRequest | |
register ( $aArgs ) | * Function: register | |
xajaxFunctionPlugin ( ) | * Function: xajaxFunctionPlugin |
public canProcessRequest ( ) |
public configure ( $sName, $mValue ) |
public generateClientScript ( ) |
public processRequest ( ) |
public register ( $aArgs ) |
public xajaxFunctionPlugin ( ) |
public $aFunctions |
public $sDefer |
public $sRequestedFunction |