[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/mod/wiki/editors/ -> wiki_editor.php (summary)

This file defines a simple editor

Author: Jordi Piguillem
Author: Kenneth Riba
License: http://www.gnu.org/copyleft/gpl.html GNU Public License
File Size: 105 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  wiki_print_editor_wiki()
  getTokens()

Functions
Functions that are not part of a class:

wiki_print_editor_wiki($pageid, $content, $editor, $version = -1, $section = null, $upload = false, $deleteuploads = array()   X-Ref
Printing wiki editor.
Depending on where it is called , action will go to different destinations.
If it is called from comments section, the return will be in comments section
in any other case it will be in edit view section.

param: $pageid. Current pageid
param: $content. Content to be edited.
param: $section. Current section, default null
param: $comesfrom. Information about where the function call is made
param: commentid. id comment of comment that will be edited.

getTokens($format, $token)   X-Ref
Returns escaped token used by a wiki language to represent a given tag or "object" (bold -> **)

param: string $format format of page
param: array|string $token format tokens which needs to be escaped
return: array|string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1