| Package | Description |
|---|---|
| org.xwiki.edit | |
| org.xwiki.edit.script |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractTemplateEditor.render() |
protected abstract String |
AbstractEditor.render() |
String |
Editor.render(D data,
Map<String,Object> parameters)
Generates the HTML code needed to edit the given data.
|
String |
AbstractEditor.render(D data,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
SyntaxContentEditScriptService.text(String content,
org.xwiki.rendering.syntax.Syntax syntax,
Map<String,Object> parameters)
Generates the HTML code needed to edit the given data.
|
String |
SyntaxContentEditScriptService.wysiwyg(String content,
org.xwiki.rendering.syntax.Syntax syntax,
Map<String,Object> parameters)
Generates the HTML code needed to edit the given data.
|
Copyright © 2004–2016 XWiki. All rights reserved.