Searched refs:findElementById (Results 1 – 2 of 2) sorted by relevance
77 $this->assertEquals($form->findElementById('check__id'), 2);78 $this->assertFalse($form->findElementById('dw__testform'));
218 public function findElementById($id) function in Doku_Form