Home
last modified time | relevance | path

Searched refs:addHTMLElement (Results 1 – 2 of 2) sorted by relevance

/plugin/odt/renderer/
H A Dpage.php123 … $this->document->addHTMLElement ('html', 'lang="'.$conf['lang'].'" dir="'.$lang['direction'].'"');
124 $this->document->addHTMLElement ('body');
125 $this->document->addHTMLElement ('div', 'id="dokuwiki__site"');
126 …$this->document->addHTMLElement ('div', 'id="dokuwiki__top" class="site dokuwiki mode_show tpl_ado…
127 $this->document->addHTMLElement ('div', 'id="dokuwiki__content"');
128 $this->document->addHTMLElement ('div', 'class="page group"');
/plugin/odt/ODT/
H A DODTDocument.php2068 public function addHTMLElement ($element, $attributes = NULL) { function in ODTDocument