44 public function __call($method, $args) {
45 if(isset($this->$method) && is_callable($this->$method)) {
46 return call_user_func_array(
Bs class for navigation elements : Breadcrumbs and Pagination.
setAttr($attr)
Define the html attribute for each element url in ajax.
fromDispatcher(JsUtils $js, $dispatcher, $startIndex=0)
jsSetContent(JsUtils $jsUtils)
Generate the jquery script to set the elements to the HtmlNavElement.
html($element='this', $value='', $immediatly=false)
Get or set the html of an attribute for the first element in the set of matched elements.