/**
  * Attaches properties to the html wrap element
  * @return ContentHtmlWrap Returns the saved html wrap
  */
 protected function SaveElement()
 {
     $this->htmlWrap->SetHtml($this->Value('Html'));
     return $this->htmlWrap;
 }