/**
  * {@inheritDoc}
  * @see \Ajax\common\html\BaseHtml::compile()
  */
 public function compile(JsUtils $js = NULL, $view = NULL)
 {
     $this->insertItem(new HtmlIcon("", "left chevron"));
     $this->addItem(new HtmlIcon("", "right chevron"));
     $this->asPagination();
     return parent::compile($js, $view);
 }