Home
last modified time | relevance | path

Searched refs:editor (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/scripts/
H A Deditor.js2 * The DokuWiki editor features
4 * These are the advanced features of the editor. It does NOT contain any
11 * initialize the default editor functionality
17 var $editor = jQuery('#wiki__text');
18 if($editor.length === 0) {
22 dw_editor.initSizeCtl('#size__ctl',$editor);
24 if($editor.attr('readOnly')) {
28 $editor.keydown(dw_editor.keyHandler);
38 * @param selector editor the textarea to control
40 initSizeCtl: function(ctlarea,editor){ argument
74 sizeCtl(editor,val) global() argument
87 toggleWrap(editor) global() argument
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DOPMLCreator.php38 if ($this->editor != "") {
39 $feed .= " <ownerName>".$this->editor."</ownerName>\n";
H A DAtomCreator03.php7 * produce valid atom files. For example, you have to specify either an editor
50 if ($this->editor != "") {
52 $feed .= " <name>".$this->editor."</name>\n";
H A DAtomCreator10.php7 * produce valid atom files. For example, you have to specify either an editor
50 if ($this->editor != "") {
52 $feed .= " <name>".$this->editor."</name>\n";
H A DRSSCreator091.php94 if ($this->editor != "") {
96 htmlspecialchars($this->editor),
H A DFeedCreator.php22 public $syndicationURL, $image, $language, $copyright, $pubDate, $lastBuildDate, $editor, $editorEmail, $webmaster, $category, $docs, $ttl, $rating, $skipHours, $skipDays;