36 $this->attr =
"data-ajax";
47 return $this->
getOnClick($this->root, $targetSelector, array(
53 return JArray::implode($this->_contentSeparator, $this->content);
57 $divider =
"<div class='divider'> {$divider} </div>";
62 $contentDivider =
"<i class='" . $iconContentDivider .
" icon divider'></i>";
63 return $this->
setDivider($contentDivider, $index);
68 if (! \is_array($this->_contentSeparator))
69 $this->_contentSeparator = array_fill(0, $this->
count() - 1, $this->_contentSeparator);
70 $this->_contentSeparator[$index] = $divider;
72 $this->_contentSeparator = $divider;
78 if (\is_array($this->_contentSeparator)) {
79 return @$this->_contentSeparator[$index];
getOnClick($url, $responseElement="", $parameters=array())
Performs a get to $url on the click event on $element and display it in $responseElement.
Base class for Semantic Html collections.
Sem class for navigation elements : Breadcrumbs and Pagination.
setDivider($divider, $index)
setIconContentDivider($iconContentDivider, $index=NULL)
autoGetOnClick($targetSelector)
Associate an ajax get to the elements, displayed in $targetSelector.
__construct($identifier, $tagName, $baseClass)
getContentDivider($index)
setContentDivider($divider, $index=NULL)