spny / sclopen

Automatically exported from code.google.com/p/sclopen
0 stars 0 forks source link

Allow jum-back to list of contents in "use-helinks-sts" documentation #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It should be possible to jump back to the list of content (first page when 
clicking on "use heliks sts" in menu-panel) from any place inside the 
documentation.

This could be solved using Joomla default features (similar to pdf-
generation and print utility).

Original issue reported on code.google.com by kapew...@googlemail.com on 24 Feb 2010 at 7:52

GoogleCodeExporter commented 8 years ago
This required modification to 

../components/com_wrapper/views/wrapper/view.php
  // auto height control
  if ( $this->params->def( 'height_auto' ) ) {
      //$this->wrapper->load = 'onload=iFrameHeight()"'; <- Original
      $this->wrapper->load = 'onload="scroll(0,0)"'; <- Modifed
  } else {
   $this->wrapper->load = '';
  }

Original comment by Alberto.Perri@googlemail.com on 24 Feb 2010 at 5:41