zoukankan      html  css  js  c++  java
  • Umbraco Document Type CQ

    Supported by Umbraco Development Team of Nova Software.

    If we compare Umbraco Document Type with C# class, we could easily understand what are Umbraco Document Type.

    Class

    Umbraco Document Type

    Is a logic unit for set of data Is a logic unit for set of data fields
    Can be created for objects Can be created for contents
    Have data members Have data fields
    Have other objects of classes as data members Have children document types defined in document structure

    Now, we understand that Umbraco document type can be created for contents and has data fields. The contents of the document type must be edited, saved and published in Umbraco dashboard prior to  be represented in the front pages.

    Data Field of Data Type

    The data field in Umbraco Document type takes a piece of data but is editable with the data type. For example, the Umbraco Document Type has a data field naming “Message”. How to edit the message in dashboard? We could select the data type for this data field, such as textstring, simple editor or rich editor.

    image

    Umbraco ships sufficient data types, such as rich editor,  label, related links, content picker, media picker and so on. See them in Umbraco/Developer/Data Types node.

    image

    Content Structure

    The content structure gives concise logic relationship between contents.

    image

    The content node can only contain the sub content nodes strictly following the logic in the context. It is defined in the structures in the Umbraco Document Type. In the preceding screenshot, Home node can contain Mynter-Norge and ContactUs content but not the item content.

    image

    In summary, Umbraco Document Type is a absolutely separated layer for contents definition. Draw the content with data fields in document types and connect them with logically with structure in document types.

    Supported by Umbraco Development Team of Nova Software.

  • 相关阅读:
    Codeforces 120F Spiders
    Codeforces 509C Sums of Digits
    Topcoder SRM 497 DIV2 1000 MakeSquare
    codeforces 22B Bargaining Table
    Codeforces 487B Strip
    Codeforces 132C Logo Turtle
    关闭窗口对话框提示 messagedlg应用和showmodal的使用
    如何让窗口显示在电脑屏幕中间
    delphi项目程序输出编译成应用程序文件
    delphi程序项目创建和保存
  • 原文地址:https://www.cnblogs.com/czy/p/2745548.html
Copyright © 2011-2022 走看看