Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • class定义具体的用来实例化的Java类。
  • dialog<module name>:<path to dialog>格式设置到对话定义的路径。
  • editable为一个布尔属性,有truefalse两个选项值,用来定义编辑者是否可以编辑此区域内容。
  • modelClass定义包含此区域业务逻辑的Java类。
  • optional为一个布尔属性,有truefalse两个选项值,用来定义编辑者是否可以删除此区域。

    Advanced Tables - Table Plus
    heading0
    multiplefalse
    enableHeadingAttributesfalse
    enableSortingfalse
    classm5-configuration-tree
    enableHighlightingfalse
    节点名

    prototype

     

    areas

     

    sectionHeader

     

    Paragraph

    description

    areas.templates.sectionHeader.description

    Paragraph

    dialog

    standard-templating-kit:pages/section/stkSectionHeader

    Paragraph

    editable

    false

    Paragraph

    enabled

    true

    Paragraph

    modelClass

    info.magnolia.module.templatingkit.templates.areas.SectionHeaderAreaModel

    Paragraph

    templateScript

    /templating-kit/pages/content/sectionHeader.ftl

    Paragraph

    title

    areas.templates.sectionHeader.title

    Paragraph

    type

    noComponent

您可以在Reference部分找到您可以在参考资料部分找到区域属性的完整列表。

区域类型

type属性决定什么可以在此区域内绘制,有三个选项:singlelistnoComponent。

...