From 69409ddbd7c3c478d5e2828757ece01301fecaef Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Thu, 25 Jan 2018 22:24:59 +0100 Subject: [PATCH 1/1] add a strictmatch option to the select element functions, stay with lazy match by default --- classes/document.php-class | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/classes/document.php-class b/classes/document.php-class index dc0d919..f266fb0 100755 --- a/classes/document.php-class +++ b/classes/document.php-class @@ -85,7 +85,7 @@ class ExtendedDocument extends DOMDocument { // appends an ExtendedDocument::createElementTextArea() as a child of this document (see there for params) // returns the new child // - // public function appendElementSelect($name, [$id], [$options], [$default]) + // public function appendElementSelect($name, [$id], [$options], [$default], [$strictmatch]) // appends an ExtendedDocument::createElementSelect() as a child of this document (see there for params) // returns the new child // @@ -175,9 +175,9 @@ class ExtendedDocument extends DOMDocument { // returns an ExtendedElement that is an HTML