Searched refs:findElementByAttribute (Results 1 – 2 of 2) sorted by relevance
83 $this->assertEquals($form->findElementByAttribute('value','Cancel'), 4);84 $this->assertFalse($form->findElementByAttribute('name','cancel'));
238 public function findElementByAttribute($name, $value) function in Doku_Form