X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=classes%2Fdocument.php-class;h=1933808002202d86d315fc2a553eedfb3d60122a;hb=acaa2daa10fcee2745749592fa84e8a33aedd027;hp=d3dca7d7e66553df777c4160ab97b633f685553a;hpb=1a4ee0f0263c463f59bfb272435ef9f83fdffaa7;p=php-utility-classes.git diff --git a/classes/document.php-class b/classes/document.php-class index d3dca7d..1933808 100755 --- a/classes/document.php-class +++ b/classes/document.php-class @@ -150,9 +150,13 @@ class ExtendedDocument extends DOMDocument { // appends a representation of the XML data as children of the given parent node, by default this document // NO return value! // + // public function appendStyleElement($styledata) + // appends an ExtendedDocument::createElementStyle() as a child of this document (see there for params) + // returns the new child + // // public function appendJSElement($jsdata) // appends an ExtendedDocument::createElementJS() as a child of this document (see there for params) - // NO return value! + // returns the new child // // public function appendJSFile($jsURL, [$defer], [$async]) // appends an ExtendedDocument::createElementJSFile() as a child of this document (see there for params) @@ -243,6 +247,9 @@ class ExtendedDocument extends DOMDocument { // public function createElementLabel($for_id, $value) // returns an ExtendedElement that is an HTML