gpt4 book ai didi

java - Buildfire:使用 buildfire.navigation.navigateTo (pluginData)

转载 作者:太空宇宙 更新时间:2023-11-04 11:06:50 25 4
gpt4 key购买 nike

我正在尝试向主文件夹插件写入第二个菜单,并且我想在文本 block (在旋转木马 block 和插件实例之间)中写入一段 html,以便用户可以导航到另一个插件。

如何使用 buildfire.navigation.navigateTo (pluginData)那里有功能?如何使用 <a href=""></a> 编写函数?

pluginData在哪里?该功能需要什么?-pluginId-instanceId-folderName-title

因为当我尝试使用它时(我正在尝试 navigateHome(); 函数以确保它有效),我收到“拒绝访问”错误。

现在我正在尝试这个:

<a onclick="javascript:buildfire.navigation.navigateHome();">

但它不起作用。

如何导航到其他插件?

提前致谢。

最佳答案

这里是关于导航的官方文档https://github.com/BuildFire/sdk/wiki/How-to-use-Navigation

基本上 javascript:buildfire.navigation.navigateHome() 应该可以工作。请发布您收到的错误,以便我们进行审核。

可以使用
导航到另一个插件buildfire.navigation.navigateTo(pluginData)

pluginData {
pluginId: (string) The id of the plugin type you'd like to navigate to.
,instanceId: (string) The the instance of the plugin you'd like to navigate to.
,folderName (string) The folder name of the plugin that you'd like to navigate to.
,title (string) The title that should show up in the title bar once the plugin is loaded.
,queryString (string) Optional. This is a query string that will be passed to the next plugin's window.location.search. example: "name=Larry&age=36&showDetails=true"
}

引用号:https://github.com/BuildFire/sdk/wiki/How-to-use-Navigation#buildfirenavigationnavigateto-plugindata

您还应该查看动态数据,以确保您拥有对该插件的最新引用,因为它们可能会发生变化

引用号:https://github.com/BuildFire/sdk/wiki/How-to-use-the-Datastore-Dynamic-Data

综上所述,我想提请您注意当前在轮播中实现的 ActionItems

enter image description here

enter image description here

引用号:https://github.com/BuildFire/sdk/wiki/BuildFire-Action-Items-Component

关于java - Buildfire:使用 buildfire.navigation.navigateTo (pluginData),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46401849/

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