gpt4 book ai didi

cocoa - 如何激活 Cocoa 帮助文件中的 TOC 按钮?

转载 作者:行者123 更新时间:2023-12-03 17:20:19 25 4
gpt4 key购买 nike

我正在构建我的第一个帮助文件,到目前为止,除了一件事之外,一切都正常:帮助浏览器中有一个目录按钮,对于我的帮助(以及到目前为止我查看的所有第 3 方帮助)已停用。然而它在大多数苹果应用程序中使用。它允许您隐藏显示帮助页面左侧的导航。

我根本没有找到任何关于此的文档。所以我想知道是否有人知道如何解决这个问题。

谢谢!

最佳答案

取自 https://gist.github.com/mattshepherd/54c66d38be90c2b1acf0

// Disable TOC button
window.HelpViewer.showTOCButton(false);

// Enable TOC button
// If you call this on window load it will flash active for a brief second
// and then disable again. Call if after a delay of 250ms and is works fine
// Not sure what the second variable does yet, but passing false works fine
window.HelpViewer.showTOCButton( true, false, function() {
//do something to toggle TOC in your webpage
});

// Apple stores the status of the TOC using a window session variable,
// you can use this to keep the TOC open or closed when transitioning
// between pages.
window.sessionStorage.getItem("toc");

关于cocoa - 如何激活 Cocoa 帮助文件中的 TOC 按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31874815/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com