https://docs.kentico.com/k10/developing-websites/loading-and-displaying-data-on-websites/writing-transformations

Transformations are a crucial part of the process used to display pages and other data in Kentico. A transformation is a code template that determines how listing web parts and controls render content. Data sources provide a collection of items containing raw data, and transformations convert the data into appropriately formatted page output code (HTML).

The functionality of transformations is very similar to that of item templates used by standard ASP.NET list controls, such as the Repeater. The main difference is that the system stores transformations as virtual objects in the database, and you can easily reuse transformations for different components.

Transformations are categorized under the objects whose data they display. You can manage transformations for:

  • Page types (Page types -> Edit a page type -> Transformations)

    • Container page types do not represent actual objects on the website, but only serve as containers for transformations. Use container page types to store transformations that you want to share among multiple page types.
  • Custom tables (Custom tables -> Edit a table -> Transformations)

To assign transformations to listing web parts or controls, use the available Transformation properties. Transformations are supported by all data listing web parts, as well as by listing controls that are designed to work with Kentico pages. The full name that identifies transformations is in format <parent object code name>.<transformation name>.

The Kentico sample sites include many transformations for all built-in page types.

SELECT * FROM dbo.CMS_Class
WHERE ClassDisplayName LIKE '%article%' SELECT * FROM dbo.CMS_Transformation
WHERE TransformationClassID=5340

kentico7中,是叫Document Types

最新文章

  1. Spring学习(二)
  2. Theano2.1.21-基础知识之theano中多核的支持
  3. GRE红宝书5-6
  4. HDFS数据迁移解决方案之DistCp工具的巧妙使用
  5. Jersey(1.19.1) - Building Responses
  6. webpack入门笔记
  7. MP3文件的结构与编程
  8. Windows Phone 启动器
  9. UITableView优化方案
  10. netData.go 阅读源码
  11. psnr的定义和python实现
  12. Android 滑块验证
  13. 第35章:MongoDB-集群--Master Slave(主从复制)
  14. 【转】C++的const类成员函数
  15. Mapreduce入门和优化方案
  16. 3/5/2014 cfb 小心
  17. meterpreter源码
  18. Java 基础(1)—— 开始前的准备
  19. EasyUI DataGrid 多级表头设置
  20. 下载xftp,xshell进行与linux端的远程操作

热门文章

  1. &amp;lt;LeetCode OJ&amp;gt; 100. Same Tree
  2. vi 调到第一行,或最后一行
  3. Spark编程模型几大要素
  4. 使用http-server开启一个本地服务器
  5. vue-cli 3.0 安装和创建项目流程
  6. es6总结(一) ——开发环境
  7. 问题集锦 ~ PHP
  8. [Reading] Asking while Reading
  9. ZBrush中如何反选遮罩
  10. ZBrush软件特性之Stencil模板调控板