getDocument(); $wa = $document->getWebAssetManager(); $wa->useScript('keepalive') ->useScript('form.validate'); jimport('joomla.html.html.tabs'); // Create shortcut to parameters. $params = $this->item->params; //$settings = json_decode($this->item->attribs); $options = array( 'onActive' => 'function(title, description){ description.setStyle("display", "block"); title.addClass("open").removeClass("closed"); }', 'onBackground' => 'function(title, description){ description.setStyle("display", "none"); title.addClass("closed").removeClass("open"); }', 'startOffset' => 0, // 0 starts on the first tab, 1 starts the second, etc... 'useCookie' => true, // this must not be a string. Don't use quotes. ); # defining values for centering default-map $location = JemHelper::defineCenterMap($this->form); ?>