####CS代码部分
1. 添加**ControlType**枚举
Ataw.Framework.Core\Config\Column\ControlType.cs
```
namespace Ataw.Framework.Core
{
[CodePlug("ControlType", Description = "控件类型")]
public enum ControlType
{
None = 0,
Text = 1,
TextArea = 2,
DetailArea = 3,
Detail = 4,
Password = 5,
MarkDown = 91
```
2.
####Xml部分
####Js部分
####使用