KoolAjax Class [PHP]

Summary

Properties Description
CharSet Get or set the charset of KoolAjax.
isCallback Check whether page request is a koolajax callback.
Methods Description
enableFunction Make a function callback-able.
registerClientScript Regiser script to be at client from sever-side.

Properties Detail

CharSetTop

string CharSet

Get or set the charset of KoolAjax. This charset should be consistent with charset of page and of php response.

Show/Hide Code

Supported from version: 2.6.0.0

isCallbackTop

bool isCallback

Has true value when the page is under KoolAjax callback request.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

enableFunctionTop

void enableFunction(string $functionName)

Make a function callback-able.

Show/Hide Code

Supported from version: 1.1.0.0

registerClientScriptTop

void registerClientScript(string $script)

Regiser script to be at client from sever-side.

Show/Hide Code

Supported from version: 1.5.0.0