Beispiel #1
0
 /**
  * Get the html node for this element
  *
  * @param \DOMElement $node
  * @param \AppShed\Remote\XML\DOMDocument $xml
  * @param \AppShed\Remote\HTML\Settings $settings
  * @param \AppShed\Remote\Style\CSSDocument $css
  * @param array $javascripts
  */
 protected function getHTMLNodeBase($node, $xml, $settings, $css, &$javascripts)
 {
     parent::getHTMLNodeBase($node, $xml, $settings, $css, $javascripts);
     $node->setAttribute('data-zoom', $this->zoom);
 }