PHP 클래스 xajaxIncludeClientScriptPlugin

Generates the SCRIPT tags necessary to 'include' the xajax javascript library on the browser. This is called when the page is first loaded.
상속: extends xajaxRequestPlugin
파일 보기 프로젝트 열기: xajax/xajax

공개 메소드들

메소드 설명
configure ( $sName, $mValue ) * Function: configure
generateClientScript ( ) * Function: generateClientScript
getJavascriptConfig ( ) * Function: getJavascriptConfig
getJavascriptInclude ( ) * Function: getJavascriptInclude
printJavascriptConfig ( ) * Function: printJavascriptConfig
printJavascriptInclude ( ) * Function: printJavascriptInclude
xajaxIncludeClientScriptPlugin ( )

메소드 상세

configure() 공개 메소드

* Function: configure
public configure ( $sName, $mValue )

generateClientScript() 공개 메소드

* Function: generateClientScript

getJavascriptConfig() 공개 메소드

Generates the xajax settings that will be used by the xajax javascript library when making requests back to the server. Returns: string - The javascript code necessary to configure the settings on the browser.
public getJavascriptConfig ( )

getJavascriptInclude() 공개 메소드

Generates SCRIPT tags necessary to load the javascript libraries on the browser. sJsURI - (string): The relative or fully qualified PATH that will be used to compose the URI to the specified javascript files. aJsFiles - (array): List of javascript files to include. Returns: string - The SCRIPT tags that will cause the browser to load the specified files.

printJavascriptConfig() 공개 메소드

See

printJavascriptInclude() 공개 메소드

See

xajaxIncludeClientScriptPlugin() 공개 메소드