Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
Dform_form.test.php83 $this->assertEquals($form->findElementByAttribute('value','Cancel'), 4);
84 $this->assertFalse($form->findElementByAttribute('name','cancel'));
/dokuwiki/inc/
Dform.php238 public function findElementByAttribute($name, $value) function in Doku_Form