Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dform_form.test.php71 $this->assertEquals($form->findElementByType('button'), 3);
72 $this->assertFalse($form->findElementByType('text'));
/dokuwiki/inc/
H A Dform.php199 public function findElementByType($type) function in Doku_Form