{
"propertyTemplates":[
{
"placeholder" : "{{Property_Looped_Header_Template_Here}}",
"condition" : "{{Property_Listed_Here}} == true",
"templates" : [
{
"type" : "default",
"content" : " <th style=\"width: 150px\" pSortableColumn=\"{{entity_Name_Here}}.{{property_Name_Here}}\">
{{l('{{Property_Name_Here}}')}}
<p-sortIcon field=\"{{entity_Name_Here}}.{{property_Name_Here}}\"></p-sortIcon>
</th>
"
}
]
},
{
"placeholder" : "{{Property_Looped_Template_Here}}",
"condition" : "{{Property_Listed_Here}} == true",
"templates" : [
{
"type" : "enum",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{Property_Name_Here}}')}}</span>
{{l('Enum_{{Property_Type_Here}}' + {{property_Type_Here}}[record.{{entity_Name_Here}}.{{property_Name_Here}}])}}
</td>
"
},
{
"type" : "bool",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{Property_Name_Here}}')}}</span>
<div *ngIf=\"record.{{entity_Name_Here}}.{{property_Name_Here}}\" class=\"text-center\"><i class=\"fa fa-check-circle m--font-success\" title=\"True\"></i></div>
<div *ngIf=\"!record.{{entity_Name_Here}}.{{property_Name_Here}}\" class=\"text-center\"><i class=\"fa fa-times-circle\" title=\"False\"></i></div>
</td>
"
},
{
"type" : "DateTime",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{Property_Name_Here}}')}}</span>
<span *ngIf=\"record.{{entity_Name_Here}}.{{property_Name_Here}}\">
{{record.{{entity_Name_Here}}.{{property_Name_Here}} | momentFormat:\'L\'}}
</span>
<span *ngIf=\"!record.{{entity_Name_Here}}.{{property_Name_Here}}\">-</span>
</td>
"
},
{
"type" : "default",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{Property_Name_Here}}')}}</span>
{{record.{{entity_Name_Here}}.{{property_Name_Here}}}}
</td>
"
}
]
},
{
"placeholder" : "{{Property_Filter_Template_Here}}",
"condition" : "{{Property_Advanced_Filter_Here}} == true",
"templates" : [
{
"type" : "enum",
"content" : "
<div class=\"col-md-3\">
<label for=\"{{Property_Name_Here}}FilterSelect\">{{l(\"{{Property_Name_Here}}\")}}</label>
<select class=\"form-control\" name=\"{{Property_Name_Here}}Filter\" id=\"{{Property_Name_Here}}FilterSelect\" [(ngModel)]=\"{{property_Name_Here}}Filter\">
<option value=\"-1\">{{l(\"All\")}}</option>
{{Enum_Option_Looped_Template_Here}}
</select>
</div>"
},
{
"type" : "bool",
"content" : "
<div class=\"col-md-3\">
<label for=\"{{Property_Name_Here}}FilterSelect\">{{l(\"{{Property_Name_Here}}\")}}</label>
<select class=\"form-control\" name=\"{{Property_Name_Here}}Filter\" id=\"{{Property_Name_Here}}FilterSelect\" [(ngModel)]=\"{{property_Name_Here}}Filter\">
<option value=\"-1\">{{l(\"All\")}}</option>
<option value=\"0\">{{l(\"False\")}}</option>
<option value=\"1\">{{l(\"True\")}}</option>
</select>
</div>"
},
{
"type" : "DateTime",
"content" : "
<div class=\"col-md-3\">
<div class=\"form-group\">
<label for=\"Min{{Property_Name_Here}}Filter\">{{l(\"MinMax\")}} {{l(\"{{Property_Name_Here}}\")}}</label>
<div class=\"input-group\">
{{DateTimePicker_Before_V6}}{{DateTimePicker_After_V6}}
</div>
</div>
</div>"
},
{
"type" : "numeric",
"content" : "
<div class=\"col-md-3\">
<div class=\"form-group\">
<label for=\"Min{{Property_Name_Here}}Filter\">{{l(\"MinMax\")}} {{l(\"{{Property_Name_Here}}\")}}</label>
<div class=\"input-group\">
<input type=\"number\" class=\"form-control\" id=\"Min{{Property_Name_Here}}Filter\" [(ngModel)]=\"min{{Property_Name_Here}}Filter\" placeholder=\"{{l('MinValue')}}\" name=\"min{{Property_Name_Here}}Filter\" />
<input type=\"number\" class=\"form-control\" [(ngModel)]=\"max{{Property_Name_Here}}Filter\" placeholder=\"{{l('MaxValue')}}\" name=\"max{{Property_Name_Here}}Filter\" />
</div>
</div>
</div>"
},
{
"type" : "default",
"content" : "
<div class=\"col-md-3\">
<div class=\"form-group\">
<label for=\"{{Property_Name_Here}}Filter\">{{l(\"{{Property_Name_Here}}\")}}</label>
<input type=\"text\" class=\"form-control\" id=\"{{Property_Name_Here}}Filter\" name=\"{{property_Name_Here}}Filter\" [(ngModel)]=\"{{property_Name_Here}}Filter\">
</div>
</div>"
}
]
}
],
"navigationPropertyTemplates":[
{
"placeholder" : "{{NP_Looped_Header_Template_Here}}",
"templates" : [
{
"relation" : "single",
"content" : " <th style=\"width: 150px\" pSortableColumn=\"{{nP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}\">
{{l('{{NP_Display_Property_Name_Here}}')}}
<p-sortIcon field=\"{{nP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}\"></p-sortIcon>
</th>
"
}
]
},
{
"placeholder" : "{{NP_Looped_Template_Here}}",
"templates" : [
{
"relation" : "single",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{NP_Display_Property_Name_Here}}')}}</span>
{{record.{{nP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}}}
</td>
"
}
]
},
{
"placeholder" : "{{NP_Filter_Template_Here}}",
"templates" : [
{
"relation" : "single",
"content" : "
<div class=\"col-md-3\">
<div class=\"form-group\">
<label for=\"{{NP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}Filter\">({{l(\"{{NP_Foreign_Entity_Name_Here}}{{NP_Duplication_Number_Here}}\")}}) {{l(\"{{NP_Display_Property_Name_Here}}\")}}</label>
<input type=\"text\" class=\"form-control\" id=\"{{NP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}Filter\" name=\"{{nP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}Filter\" [(ngModel)]=\"{{nP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}Filter\">
</div>
</div>"
}
]
}
],
"enumTemplates":[
{
"placeholder" : "{{Enum_Option_Looped_Template_Here}}",
"content" : " <option value=\"{{Enum_Property_Value_Here}}\">{{l(\'Enum_{{Enum_Name_Here}}_{{Enum_Property_Value_Here}}\')}}</option>
"
}
],
"conditionalTemplates":[
{
"placeholder": "{{EntityHistory
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
















收起资源包目录





































































































共 4455 条
- 1
- 2
- 3
- 4
- 5
- 6
- 45
资源评论

- CLJComeOn2019-02-26下载了,不错的资源
- kindylive2019-01-15下载了,能正常运行
- yb9802019-01-08这个资源很靠谱,如果有破解就更好了

weixin_41584268
- 粉丝: 1
- 资源: 3
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


会员权益专享
安全验证
文档复制为VIP权益,开通VIP直接复制
