Example #1
0
 /**
  * No longer needed -- instance id embded into url
  * 
  * @return string
  */
 public function form_instance_id()
 {
     return "<input type='hidden' name='_CRICKET_PAGE_INSTANCE_' value='" . $this->page->getInstanceID() . "'>";
 }