]> _ Git - cubeextranet.git/commitdiff
#1710
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 19 Dec 2017 10:09:42 +0000 (10:09 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 19 Dec 2017 10:09:42 +0000 (10:09 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index a5875284c683c9af851f9a2deeab6fa72c51322e..79d1353888ad842cd086f68e29e69913158c7bb9 100644 (file)
@@ -28,6 +28,7 @@ class wsHTML5Link {
        public $id;
        public $rot;
        public $class;
+       public $uid;
 
        protected $_init;
 
@@ -198,7 +199,7 @@ class wsHTML5Link {
        }
 
        public function getHTMLContainer() {
-               return '<div class="' . $this->getHTMLContainerClass() . '" id="l_' . $this->id . '">' . $this->getHTMLContent() . '</div>';
+               return '<div class="' . $this->getHTMLContainerClass() . '" data-id="' . $this->uid . '" id="l_' . $this->id . '">' . $this->getHTMLContent() . '</div>';
        }
 
        public function getHTMLContainerClass() {