Searched refs:addHTMLElement (Results 1 – 2 of 2) sorted by relevance
123 … $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"');
2068 public function addHTMLElement ($element, $attributes = NULL) { function in ODTDocument