Flex 3:是否可以在没有 ViewStack 的情况下使用 DeepLinking?

发布于 2024-09-30 06:54:40 字数 252 浏览 4 评论 0原文

我有一个 Flex 3 项目。

深度链接仅适用于 viewStacks 吗? (我的项目没有任何viewStacks)。我想根据组合框中选择的内容使用深度链接。我希望用户能够根据组合框中选择的内容添加书签或使用后退按钮。

组合框选择确定从数据库中提取哪些数据。

这可能吗?我在另一个项目中设置了深度链接,但它有 viewStacks。我见过的所有深度链接示例都使用 viewStack。

谢谢。

-拉克斯米迪

I've got a Flex 3 project.

Does deep linking only work on viewStacks? (My project doesn't have any viewStacks). I'd like to use deeplinking based on what was selected in a comboBox. I'd like the user to be able to bookmark or use the back button based on what was selected in the comboBox.

The comboBox selection determines which data is pulled from the database.

Is this possible? I set-up deeplinking in another project, but it had viewStacks. And all of the deep linking examples that I've seen use viewStacks.

Thank you.

-Laxmidi

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

山人契 2024-10-07 06:54:40

查看 BrowserManager 的文档并深层链接。

您可以使用 Flex深度链接无需内置组件,但您需要手动添加支持。

您需要创建一个 BrowserManager 实例并让它在应用程序加载时加载 URL。然后您可以使用 URL 加载请求的数据。

您还需要确保每次数据更改时都使用 BrowserManager 更新 URL,以便您希望为其提供单独的链接。

Look at the documentation for BrowserManager and deep linking.

You can use Flex deep linking without a component that has it built in, but you need to add the support manually.

You will need to create a BrowserManager instance and have it load the URL when your application loads. You can then use the URL to load the data requested.

You also need to make sure to update the URL using the BrowserManager each time your data changes in a way that you want to have a separate link for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文