User Manual

08.14.2024

MANUAL

FAQ: How to hide the command buttons at the bottom of the screen when printing

## Answer Use "[Style](/en/manual/table-management-style)". --- ## Answer When printing using the browser's print function, the command button area (the command buttons and Copyright notation at the bottom) may be displayed in the middle of the screen. If you want to hide the command button area, use "[Style](/en/manual/table-management-style)". ## Operation Procedure 1. Open the target table. 1. Click Manage → Table Management. 1. Open the Style tab. 1. Click the New button to display the dialog. 1. Enter any title such as "When Printing" in the title. 1. Enter the following CSS in the style. 1. Click the Change button in the dialog. 1. Click the Update button at the bottom of the screen. 1. Open the list screen of the target table, etc., and display the print preview of the browser function to check. ## Sample Code ##### CSS ``` @media print { #MainCommandsContainer { /* Command buttons */ display:none; } #Footer { /* Copyright notation */ display:none; } } ``` ## Related Information <div id="ManualList"><ul><li><a href="/en/manual/table-management-style">Table Management: Style</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.