Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dform_form.test.php77 $this->assertEquals($form->findElementById('check__id'), 2);
78 $this->assertFalse($form->findElementById('dw__testform'));
/dokuwiki/inc/
H A Dform.php218 public function findElementById($id) function in Doku_Form