User Manual

08.14.2024

MANUAL

FAQ: I want to hide a specific button

## Answer Use "[Style](/en/manual/table-management-style)". --- ## Overview You can use the style function to delete specific buttons in Pleasanter. Right-click on the ID or class attribute of the button you want to hide, and click "Inspect" in Chrome or "Inspect Element" in IE. ## Operation 1. Note down the ID or class attribute of the button you want to hide. You can check the ID or class attribute in the browser's developer tools. Right-click on the ID or class attribute of the button, and click "Inspect" in Chrome or "Inspect Element" in IE. 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 "Hide the back button" in the title. 1. Enter the following style in the Style field. 1. Make sure that the output destination is set to "All". 1. Click the Change button in the dialog. 1. Click the Update button at the bottom of the screen. 1. Check the list screen, new creation screen, editing screen, etc. of the target table and confirm that the "Back" button is not displayed. ## Sample Code ### 1. CSS to hide the back button ##### CSS ``` #GoBack{ display: none !important; } ``` *If you use the class attribute, please write . (dot) instead of #. The method of writing is as per the CSS selector specifications. ## 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.