视图节点关系参数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了视图节点关系参数相关的知识,希望对你有一定的参考价值。

Use this to pull a list of items based on the nid of the 'parent' node.... so you can show fields added to that node, on the child. Handy.

Make nid argument..... use custom php arg code below to feed the argument the nid of the parent.

Remember to change the $ to the field name you are targeting..... IMPORTANT
  1. if (arg(0) == 'node' && is_numeric(arg(1))) {
  2. $node = node_load(arg(1));
  3. return $node->field_proj_parent_ref[0][nid];
  4. } else {
  5. return FALSE;
  6. }

以上是关于视图节点关系参数的主要内容,如果未能解决你的问题,请参考以下文章

如何使用底部导航视图和 Android 导航组件将参数传递给片段?

CWE视图层级关系解析:节点关系查询

Thymeleaf,片段和默认参数

回收站视图未显示在片段中

以编程方式添加的视图不正常

如何从片段内的列表视图打开链接网址?