X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=include%2Fcbsm%2Futil%2Fdocument.php-class;h=c06354458f6d3438ad9e847b3838fe0c2916eeb4;hp=46d4293fe81d105c8aa025e4bd6e75ba9f06957f;hb=4aa31782e6b957d355064118532525ddb91e335f;hpb=bf91764c43dfd3ff85994c3668b1c3c1fcfba176 diff --git a/include/cbsm/util/document.php-class b/include/cbsm/util/document.php-class index 46d4293..c063544 100755 --- a/include/cbsm/util/document.php-class +++ b/include/cbsm/util/document.php-class @@ -102,6 +102,10 @@ class ExtendedDocument extends DOMDocument { // appends an ExtendedDocument::createElementJS() as a child of this document (see there for params) // NO return value! // + // function appendCOMElement($module, $attributes) + // appends an ExtendedDocument::createCOMElement() as a child of this document (see there for params) + // returns the new child + // // function createElementLink($target, [$value]) // returns an ExtendedElement that is an HTML with the given target (href) and (optional) value // @@ -144,6 +148,10 @@ class ExtendedDocument extends DOMDocument { // // function createElementJS($jsdata) // returns an ExtendedElement that is an HTML