Flex 中的页面控制(如 php)
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要管理许多页面(又名弹性组件):我建议使用“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