[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/ -> Ajax.php (summary)

(no description)

File Size: 447 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 lib/exe/mediamanager.php

Defines 1 class

Ajax:: (12 methods):
  __construct()
  callQsearch()
  callSuggestions()
  callLock()
  callDraftdel()
  callMedians()
  callMedialist()
  callMediadetails()
  callMediadiff()
  callMediaupload()
  callIndex()
  callLinkwiz()


Class: Ajax  - X-Ref

Manage all builtin AJAX calls

__construct($call)   X-Ref
Execute the given call

param: string $call name of the ajax call

callQsearch()   X-Ref
Searches for matching pagenames

author: Andreas Gohr <andi@splitbrain.org>

callSuggestions()   X-Ref
Support OpenSearch suggestions

link: http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.0
author: Mike Frysinger <vapier@gentoo.org>

callLock()   X-Ref
Refresh a page lock and save draft

Andreas Gohr <andi@splitbrain.org>

callDraftdel()   X-Ref
Delete a draft

author: Andreas Gohr <andi@splitbrain.org>

callMedians()   X-Ref
Return subnamespaces for the Mediamanager

author: Andreas Gohr <andi@splitbrain.org>

callMedialist()   X-Ref
Return list of files for the Mediamanager

author: Andreas Gohr <andi@splitbrain.org>

callMediadetails()   X-Ref
Return the content of the right column
(image details) for the Mediamanager

author: Kate Arzamastseva <pshns@ukr.net>

callMediadiff()   X-Ref
Returns image diff representation for mediamanager

author: Kate Arzamastseva <pshns@ukr.net>

callMediaupload()   X-Ref
Manages file uploads

author: Kate Arzamastseva <pshns@ukr.net>

callIndex()   X-Ref
Return sub index for index view

author: Andreas Gohr <andi@splitbrain.org>

callLinkwiz()   X-Ref
List matching namespaces and pages for the link wizard

author: Andreas Gohr <gohr@cosmocode.de>