jdoc标签用于声明joomla模板的页面结构,joomla的模板引擎根据jdoc标签输出页面的指定内容.

<jdoc:include type=”component” />
<jdoc:include type=”head” />
<jdoc:include type=”installation” />
<jdoc:include type=”message” />
<jdoc:include type=”module” name=”breadcrumbs” />
<jdoc:include type=”module” name=”submenu” style=”rounded” id=”submenu-box” />
<jdoc:include type=”modules” name=”left” style=”xhtml” />
<jdoc:include type=”modules” name=”right” style=”xhtml” />
<jdoc:include type=”modules” name=”top” style=”xhtml” />
<jdoc:include type=”modules” name=”user1″ style=”xhtml” />

type 属性

jdoc:include 元素中的type属性指定要渲染的内容类型,属性值可以是component,head,installation,message,module,modules

component
页面内容主输出部分,在模板页面<body>元素中应该只出现一次。

head
填充当前页的style, script,meta的相关元素,应该在模板的<head>元素中只出现一次。

installation
仅仅在安装模板中有用,在前台和后台的模板中没有用到,某种程度上与 component类型相似,渲染安装步骤中中的一个页面主内容。

message
在模板的<body>元素中只出现一次,填充系统或者报错信息。

module
渲染由name属性指定的单一模块,模块必须是发布的并且当前用户有权访问,还可以有layout以及controller属性。

modules
渲染模板中所有指定名称的模块,模块必须是发布的并且当前用户有权访问,还可以有layout以及controller属性。

style 属性

对于module 和modules 类型,style是一个可选属性,这一属性指定了模块被渲染风格,如果没指定style,默认是none

3 Responses to “joomla 模板制作中的 jdoc 介绍”

  1. rock United States United States Internet Explorer Internet Explorer 8.0 Windows Windows XP
    四月 13th, 2010 13:39

    不是很明白

    回复
  2. 很好!学习了! Colombia Colombia Mozilla Firefox Mozilla Firefox 3.0.14 Windows Windows XP
    六月 5th, 2010 00:00

    很好!学习了!

    回复
  3. 乔永晨 China China Google Chrome Google Chrome 14.0.835.202 Windows Windows XP
    十月 12th, 2011 15:42

    请教一下,modules后面指定controller属性,有什么作用?

    回复

Leave a Reply