Jump to content
We've recently updated our Privacy Statement, available here ×
  • Customizing decorate=no


    Jim W
    • Features: URLs Version: v7.1 Product: Aperte Reports

    Description:

    [toc on_off::hide=1]

    You are making use of the URL parameter `decorate=no` to hide the toolbar when you open reports in a new browser tab. The URL you are using looks like this:

    http://10.111.22.333/abc/flow.html?_flowId=viewReportFlow&decorate=no&standAlone=true&ParentFolderUri=%2Fpublic%2Fabc%2sub%2Freports%2Flibrary&reportUnit=%2Fpublic%2Fabc%2sub%2Freports%2Flibrary%2xyz_report

    As a result of decorate=no the toolbar is being hidden. However, you would also lose the custom title in the browser tab that normally says `Company ABC: [report name]`. With decorate=no the browser tab title becomes `Jaspersoft: [report name]`

    Is there finer grained control than `decorate=no` ?


    Resolution:

    When decorate is set to NO, the html is generated by minimalDecorate.jsp. So, the simple high level guidance we can provide, is that you can copy the needed code fragment from decorator.jsp into minimalDecorator.jsp to make it work for you. The content in the tab is generated by the <head><title> tag. See screenshot.


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...