在dashcode中实现Tab栏ctrl

发布于 2024-09-16 15:13:15 字数 120 浏览 2 评论 0原文

我正在为 iPhone 开发网络应用程序。是否可以在 dashcode 中实现选项卡栏控制器。

是否有任何选项可用于使用 dashcode 来开发 Web 应用程序来实现选项卡栏。

谢谢 明杜斯

I am developing web application for iphone. Is it possible to implement Tab bar controller in dashcode.

Is there is any option available for implementing tab bar using dashcode for developing web application.

Thanks
mindus

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

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

发布评论

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

评论(1

燕归巢 2024-09-23 15:13:16

您可能可以在 dashcode 中完成此操作,但没有任何库项目可以让您开箱即用。我还认为,当 Dashcode 针对 iPhone 应用程序时,空间有限,您可能不会使用选项卡作为标准导航方法,这可能是它不存在的原因。然而,如果使用浏览器和可能的 iPad(Dashcode 似乎根本不考虑这一点),那么情况就不是这样了。

快速查看 Sencha Touch 和 Sproutcore touch,我看不到任何选项卡式范例。我再次怀疑这是由于触摸导航方法的性质,其中垂直表格视图往往是常态。

在破折号代码中执行此操作非常简单,因为您可以简单地使用 JavaScript + css 来实现选项卡。

you probably could do it in dashcode but there are no library items that let you do it out of the box as it were. i think also that the limited real estate when Dashcode is targeting iPhone apps is such that you probably would not use tabs as a standard method of navigation and this may be the reason for it's absence. However if doing browsers and possibly iPad (which does not seem to be catered for in Dashcode at all) then this wouldn't be the case.

Quickly looking at Sencha Touch and Sproutcore touch i cannot see any tabbed paradigms. Which again is i suspect due to the nature of the Touch method of navigating where the vertical table view tend to be the norm.

To do it in dash code would be simple enough as you could simply use JavaScript + css to implement the tabs.

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