如果侧面菜单是浮动的还是固定的,有没有办法让我以编程方式获取?

Posted

技术标签:

【中文标题】如果侧面菜单是浮动的还是固定的,有没有办法让我以编程方式获取?【英文标题】:Is there a way for me to programmatically get if the side menu is floating or fixed? 【发布时间】:2020-02-18 13:03:46 【问题描述】:

我正在 Buildfire 平台上开发一个插件。我看到一个应用程序可以有浮动或固定的侧边菜单。我想根据侧面菜单样式更改插件内容的位置。 我已经检查了appearance,没有什么可以帮助我。我错过了什么吗? 任何帮助表示赞赏。

【问题讨论】:

【参考方案1】:

我认为目前不提供此功能(截至 2020 年 2 月)。 closet 方法是buildfire.appearance.getAppTheme,它只返回字体和颜色


  "appName": "AlicanDemo2019",
  "colors": 
    "backgroundColor": "#18191a",
    "titleBar": "#09a3ee",
    "titleBarTextAndIcons": "#ffffff",
    "headerText": "#09a3ee",
    "bodyText": "#ffffff",
    "icons": "#09a3ee",
    "primaryTheme": "#09a3ee",
    "successTheme": "#14cb5d",
    "infoTheme": "#69d5ff",
    "warningTheme": "#faba41",
    "dangerTheme": "#ed4b4b",
    "defaultTheme": "#0677ae",
    "footerMenuBackgroundColor": "#18191a",
    "footerMenuIconColor": "#09a3ee"
  ,
  "fontId": "Architects+Daughter",
  "fontName": "Architects Daughter"

【讨论】:

以上是关于如果侧面菜单是浮动的还是固定的,有没有办法让我以编程方式获取?的主要内容,如果未能解决你的问题,请参考以下文章

固定/粘性/浮动顶部菜单导航栏的正确名称 [关闭]

xamarin 中的浮动菜单栏

滚动时如何使菜单栏固定在顶部

清除浮动

位置:固定在菜单栏上 - 希望很简单

如何让我的网站内容在我的固定菜单栏下滚动并在透明背景下消失?