14 abstract public function contentAsString();
20 $jsUtils->html(
"#".$this->identifier,str_replace(
"\"",
"'", $this->contentAsString()),
true);
44 public function __call($method, $args) {
45 if(isset($this->$method) && is_callable($this->$method)) {
46 return call_user_func_array(
fromDispatcher(JsUtils $js, $dispatcher, $startIndex=0)
setAttr($attr)
Define the html attribute for each element url in ajax.
attr($element='this', $attributeName='id', $value="", $immediatly=false)
Get or set the value of an attribute for the first element in the set of matched elements or set one ...
jsSetContent(JsUtils $jsUtils)
Generate the jquery script to set the elements to the HtmlNavElement.