X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=classes%2Fdocument.php-class;h=4490589210b157a29f6442c8ff8a1ce0c386d281;hb=c79be4c2c1230110175194a8aee78a5eb20d6af0;hp=a0800f2889c4643a36164cedd901820fdc823978;hpb=b589759193db92c7839f5d5d5d926733a7e76d26;p=php-utility-classes.git diff --git a/classes/document.php-class b/classes/document.php-class index a0800f2..4490589 100755 --- a/classes/document.php-class +++ b/classes/document.php-class @@ -125,6 +125,10 @@ class ExtendedDocument extends DOMDocument { // appends an ExtendedDocument::createElementLabel() as a child of this document (see there for params) // returns the new child // + // public function appendElementDatalist([$id], [$options]) + // appends an ExtendedDocument::createElementDatalist() as a child of this document (see there for params) + // returns the new child + // // public function appendText($text) // appends a DOMDocument::createTextNode() as a child of this document (see there for params) // returns the new child @@ -173,8 +177,7 @@ class ExtendedDocument extends DOMDocument { // returns an ExtendedElement that is an HTML with the given src and alt attributes (set to '' by default) // // public function createElementForm($action, $method, $name) - // returns an ExtendedElement that is an HTML
that is a child of an HTML
- // with the given action, method, and name + // returns an ExtendedElement that is an HTML with the given action, method, and name // // public function createElementInputHidden($name, $value) // returns an ExtendedElement that is an HTML of type 'hidden' with the given name and value @@ -251,6 +254,9 @@ class ExtendedDocument extends DOMDocument { // public function createElementLabel($for_id, $value) // returns an ExtendedElement that is an HTML