在最新的MODx(2.3.1)中,我想为默认选中的文档资源制作“容器”复选框(系统密钥 isfolder )。 如何实现这一目标?
感谢。
答案 0 :(得分:1)
在modx中,您可以通过多种方式设置默认字段值。可以通过插件实现,但您可以通过表单自定义(http://rtfm.modx.com/revolution/2.x/administering-your-site/customizing-the-manager/form-customization-sets)
轻松完成1. Go to Security --> Form Customization.
2. Create new profile and go edit him.
3. Inside profile create new "Set Rules" on "create resource" action,
live template blank if you do not have to limit on it.
4. Edit new set of rules and set inside property "isfolder" to 1.
5. Save and check how it works.
答案 1 :(得分:0)
在系统中,你不能做什么,你需要做的就是创建一个插件来触发其中一个文档保存事件,它会变得有点实现起来很复杂,但是这里有一个讨论和一些代码示例供您参考。
http://forums.modx.com/thread/81774/automatically-tick-container-box-when-subpage