Hi
I do not want to show header (and footer) in my reports. So in “Generate” I activated “No header/footer” in the views and this works fine. But with this option the menu on the left side disapears too. I am showing actually two views and I’d like to navigate between them in the menu on the left side.
What do I wrong ?Yves
Sorry, I am a little bit puzzled. The reason for my question.
At the end I’d like to insert my reports in my website. This website has a header which is included like <?php include "./phpadds/header.php"; ?> in index.html.
This should be the solution at the end. So I started to remove header/footer and then I realized, that the menu is part of it. Then I lost the overall view.
Is there a possibility to insert <?php include "./phpadds/header.php"; ?> in phpmaker, so that my header is included ? (and the include to the css too… )
Again sorry for my chaos.
It depends on
- where you insert “./phpadds/header.php”
- what HTML code the “./phpadds/header.php” outputs
In general, you may use jQuery to insert the HTML to where you insert your header.php:
https://api.jquery.com/category/manipulation/dom-insertion-outside/You may also use Auto JS Template, see the topic Server Events and Client Scripts > Page_Foot in the help file.
I custom files I created a file “header”. In this file I inserted my header as html code. This works fine. Header shows up with widht 100%.
But I have still the problem wit the menu on the left side. In the menu I want to display two views.
When I generate the files with no header/footer, then the menu is not visible.
When I generate the files with header/footer, then the menu goes up to the top and then my header is no more widht 100%. Logo (PHPMaker ist on top left position, instead below of the header)The only thing I need is the menu on the left with (and my header)
- report1
- report2
Yves