Flex 中的页面控制(如 php)

发布于 2024-08-06 06:07:29 字数 315 浏览 3 评论 0原文

我是 Flex 新手。 有这样的设计,

我在一页中

有两个选项,例如Hard & 。 。

当我点击硬(选项)时,会显示三个选项(在php中到达另一个页面),例如

标准,方形和软 口袋和下面的页面中返回(当单击此选项时,它将返回之前的状态(页面))选项将显示

当鼠标悬停在任何选项上时,这将在页面的任何一侧显示其属性,

当选择其中任何一个时,它将显示下一步(页面)以获得更高的性能。

软选项将像硬选项一样工作。

请帮助我提供代码示例或教程。

最良好的问候 马赫迪

I'm new in flex.
I have a design like this

in one page have two option like this

Hard & soft

when i click hard(option) there will show three option(in php got to another page) like

standard, square & pocket and in the page below BACK(when click this option it will back previous state(page)) option will be show

When mouse over on any option's this will show its properties in any side of page

when select any one of them it will go next step(page) for more performance.

Soft option will work like hard option.

Please help me with code example or tutorials.

Best regard
mahedi

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

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

发布评论

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

评论(1

聆听风音 2024-08-13 06:07:29

要管理许多页面(又名弹性组件):我建议使用“ViewStack”容器;或“TabNavigator”对于 Flex 初学者来说可能更容易。

为了使浏览器(例如 Internet Explorer、Mozilla Firefox 等)中的“后退按钮”正常工作,我建议使用“浏览器管理器”。

以下教程应该对“ViewStack”和“BrowserManager”有所帮助:
www.switchonthecode.com/tutorials/flex-snippet-tutorial-view-stack-component
www.switchonthecode.com/tutorials/flex-browsermanager-browser-history-and-the-back-button-fun

To manage many pages (aka flex components): I suggest using the "ViewStack" Container; or "TabNavigator" might be easier for flex beginners.

To make the "back button" in the browser (e.g., Internet Explorer, Mozilla Firefox, etc) work correctly, I suggest using the "Browser Manager".

The following tutorials should help with "ViewStack" and "BrowserManager":
www.switchonthecode.com/tutorials/flex-snippet-tutorial-view-stack-component
www.switchonthecode.com/tutorials/flex-browsermanager-browser-history-and-the-back-button-fun

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