We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
到目前为止我还没有使用过它,所以我不知道它是否适合您的需求,但是 自动管理模块 似乎至少提供了您正在寻找的一些功能。
I have not used it at all so far, so I have no clue if it fits your needs, but the Auto Admin module seems to offer at least some of the features you are looking for.
在构建定制的东西之前,您应该查看 CCK 并检查它是否满足您的要求。您的所有要求都可以通过 CCK、视图和一些调整的组合来满足。
You should look at CCK and check that doesn't meet your requirements before building something bespoke. All of your requirements can be met with a combination of CCK, Views, and a bit of tweaking.
这种 CRUD 操作可以使用 Drupal 7 模块(如数据、模式、实体、视图和 ctools)来实现。
好文章在这里:http://subhojit777.in/crud-data-table-in -drupal/
也可以使用 Quickedit 模块对字段进行就地编辑,但需要 Backbone.js、Underscore.js 库,并且您的主题应该支持。
This CRUD operations can be achieved using Drupal 7 modules like data,schema,entity,views and ctools.
Nice article is here: http://subhojit777.in/crud-data-table-in-drupal/
In-place editing for Fields is also possible using quickedit module,but Backbone.js,Underscore.js libraries are required and your Theme should support.