需要有关 JavaScript 控制库的建议

发布于 2024-09-04 00:07:25 字数 356 浏览 4 评论 0原文

我正在寻找有关 Javascript 控件库(如 ext-js、dhtmlx、jquery-UI 等)的建议/意见...

我有一些 ASP.NET 背景,并发现各种 3rd 方控件可以真正缩短开发时间。

我正在用 PHP 做一个项目,并考虑了一些 PHP 特定的控件,但是我怀疑,从长远来看,坚持使用直接的 javascript 控件库(例如我在 ext-js 和 dhtmlx 中找到的控件库)会更好。 (我需要一个网格控件)

我正在寻找关于这种方法的意见 - 我是否走在正确的轨道上,是否有另一个我应该检查的库,是否有一些不错的后端 php 脚本可以使与 javascript 控件的交互变得更容易,经验等...

谢谢, - 杰克

I'm looking for advice/opinions on Javascript control libraries like ext-js, dhtmlx, jquery-UI etc...

I've got some background in asp.net and have found the various 3rd party controls to really boost development time.

I'm doing a project in PHP and have considered some PHP specific controls, however I suspect I would be better served long term by sticking to a straight up javascript control librarty such as those I've found with ext-js and dhtmlx. (I need a grid control)

I'm looking for opinions on this approach - am I on the right track, is there another library I should check out, are there some nice back end php scripts that make interacting with the javascript controls easier, experiences etc...

Thanks,
- Jack

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

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

发布评论

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

评论(1

百变从容 2024-09-11 00:07:25

偏见说明:我为 ExtJS 工作。

如果您正在构建应用程序,ExtJS 非常有用,您可以真正减少开发时间,因为繁重的工作已经为您完成。 Ext 3 有一个名为 Ext.Direct 的新功能,用于简化客户端和服务器之间的呼叫。有适用于多种不同服务器语言的路由器。您可以在这里找到路由器: http:// /www.extjs.com/forum/showthread.php?67992-Ext.Direct-Server-side-Stacks

Bias note: I work for ExtJS.

ExtJS is great if you're building an application, you can really cut down your development time because the heavy lifting is done for you. Ext 3 has a new feature called Ext.Direct, which is used to ease calls between client and server. There's routers for a number of different server languages. You can find the routers here: http://www.extjs.com/forum/showthread.php?67992-Ext.Direct-Server-side-Stacks

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