MochaUI教程

发布于 2024-10-04 11:22:52 字数 159 浏览 1 评论 0原文

我在哪里可以找到 MoachaUI 的完整教程?

我了解良好的 CSS、基本的 JS,当然还有 php! 但这个 UI 偷走了我的心,但我找不到 一个很好的学习教程:(

谢谢

where can I find a good and complete tutorial for MoachaUI?

I know good CSS, basic JS too and ofcourse php!
but this UI stole my heart but I couldn't find
a good tutorial to learn it :(

Thanks

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

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

发布评论

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

评论(1

夜吻♂芭芘 2024-10-11 11:22:52

据我所知,如果您不计算 mochaui.org 上提供的内容,则没有。

我一直在使用它开发一个应用程序,我可以提供一些指导:

  1. 该库目前正在大力开发。它的某些部分显然正在开发中(如某些插件)。也就是说,基本功能很可靠并且使用起来很有趣。如果您打算使用 github(此处),请经常查看它。
  2. 如果您打算尝试仅通过使用代码来学习它,我建议使用 0.9.8 分支并包含单独的源文件(Core.js、Window.js 等),而不是组合源。分开的源文件中的代码反映了最近的更新,并且更容易弄清楚它们分开后发生了什么。
  3. 如果您愿意,请毫不犹豫地使用 MooTools 类系统来扩展(通过实现、追加或重构 - 取决于您需要执行的操作以及您正在使用的 mootools 版本)Window/Column/Panel 对象尝试让其中一个人做一些您想要的特定事情,而不是按原样与库搏斗或编辑源代码。
  4. 如果您对 mootools 没有那么丰富的经验,但希望提高您的知识,尝试仅通过使用代码来学习该库有时可能很困难,但也非常有价值。相对而言,图书馆的资源并不是那么大。如果您可以弄清楚 MUI 类(在 Core.js 中)和 Window 类(在 Window.js 中)如何工作以及它们如何相互关联,那么库的其余部分就很容易掌握。

祝你好运!

As far as I'm aware there isn't one, if you're not counting what's available on mochaui.org.

I've been working on an application using it, and I can give some pointers:

  1. The library is currently under pretty heavy development. There are parts of it that are clearly works-in-progress (like some of the plugins). That said, the basic functionality is solid and alot of fun to work with. check the github (here) pretty frequently if you're planning on using it.
  2. If you're going to try to learn it just by working with the code, I'd recommend the 0.9.8 branch and including the separated source files (Core.js, Window.js, etc), and not the combined source. The code in the separated source files reflect more recent updates, and it's easier to figure out what's going on when they're split up.
  3. Don't hesitate to make use of the MooTools class system to extend (with implement, append, or refactor - depending on what you need to do and the mootools version you're using) the Window/Column/Panel objects if you're trying to get one of them to do something specific that you want, rather than wrestling with the library as-is or editing the source.
  4. If you're not all that experienced with mootools but are looking to improve your knowledge, trying to learn the library just from working with the code can be difficult at times but also very rewarding. The library's source isn't all that big, relatively speaking. If you can figure out how the MUI class (in Core.js) and the Window class (in Window.js) work and how they relate to eachother, then the rest of the library is pretty easy to grasp.

Good luck!

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