1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: [EXTERNAL] Phoebus toolbar_entries |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Dr. Simon Friederich" <s.friederich at uni-mainz.de>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 2 Oct 2024 20:13:45 +0000 |
From the online help:
# Toolbar entries
#
# Apps like the file browser contribute a toolbar entry.
# This setting can control which toolbar entries are shown
# and for the most part also in which order.
#
# Format: Comma-separated list of entries.
#
# The special entry "*" adds all remaining available toolbar entries.
# An entry starting with "!" removes that item from the available entries.
# The order of the initial buttons "Home, Top Resources, Layouts"
# cannot be changed, but they can be suppressed by adding "!",
# for example "Home, !Top Resources, !Layouts"
#
# Examples:
#
# Default buttons, then all remaining available items:
#
# Home, Top Resources, Layouts, *
#
# Default buttons, then assert that File Browser comes next:
#
# Home, Top Resources, Layouts, File Browser, *
#
# Only Home and File Browser:
#
# Home, !Top Resources, !Layouts, File Browser
toolbar_entries=Home, Top Resources, Layouts, File Browser, * First note that you can only control the appearance of toolbar buttons that are contributed by apps. The data browser contributes a “Data Browser” toolbar button, so you can show/hide that. The log entry calendar likely doesn’t offer a toolbar button, so there’s nothing to hide, and no way to force it to show up since it doesn’t exist. Add all the available options by ending the setting with “, *” You can now see their name in the tool tip of each button, so hover your mouse over the button to get the name, then use that name in the
toolbar_entries setting to control their order or hide some, but again you can’t create any that aren’t offered by the app. -Kay |