Manual:$wgAjaxExportList

This page is a translated version of the page Manual:$wgAjaxExportList and the translation is 78% complete.
Ajax: $wgAjaxExportList
action=ajax 経由で呼び出せる AjaxFunctions.php の関数のリスト。
導入されたバージョン:1.6.0 (r13364)
廃止予定になったバージョン:1.27.0 (Gerrit change 262460; git #0aafc0bf)
除去されたバージョン:1.38.0 (Gerrit change 741941; git #9bcd3fdf)
許容される値:(文字列の配列)
既定値:[] (1.8+)
[ 'wfSajaxSearch' ] (1.6-1.7)

詳細

Ajax 経由で呼び出し可能な関数のレジストリ: これは拡張機能 (および、いくつかの関数) が関数を、JavaScript から呼び出せるようにする方法です。 Making an Ajax request to index.php with the action=ajax&rs=funcname&rsargs[0]=arg1&rsargs[1]=arg2&... parameters will result in a funcname( "arg1", "arg2", ... ) call in PHP, as long as funcname is listed in $wgAjaxExportList. Such functions then usually return an AjaxResponse object.

$wgAjaxSearch $wgAjaxWatch wfSajaxSearchwfAjaxWatch をこの配列にそれぞれ追加します。

関連項目