{
"propertyTemplates":[
{
"placeholder" : "{{Property_Looped_Header_Template_Here}}",
"condition" : "{{Property_Listed_Here}} == true",
"templates" : [
{
"type" : "default",
"content" : " <th style=\"width: 150px\" pSortableColumn=\"{{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_Localization_Before_060600}} {{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 {{Font_Success_Class_Here}}\" 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(\"{{Property_Name_Here}}Range\")}}</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_Object_Name_Here}}Fk.{{nP_Display_Property_Name_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_Property_Name_Here}}\')}}</option>
"
}
],
"conditionalTemplates":[
{
"placeholder": "{{EntityHistoryModal_Action_Here}}",
"condition": "{{Entity_History_Here}} == true",
"c
没有合适的资源?快使用搜索试试~ 我知道了~
aspnet-zero-core-9.3.0

共4756个文件
cs:1214个
css:667个
js:617个


aspnet-zero-core-9.3.0 带补丁亲测。 利用ABP框架搭建的模板项目,它会提供预建的页面及强大的基础设施架构。利用它提供的基础框架代码能让你快速的开发你的应用层。 基于Abp开发的aspnet-zero-core-9.3.0最新版本,测试可用,可以改名。
资源推荐
资源详情
资源评论

















收起资源包目录





































































































共 4756 条
- 1
- 2
- 3
- 4
- 5
- 6
- 48
资源评论

- jerryb1232021-04-02不好用,不提供改名方法,说 fail verify project name,should not rename name from ....
sfgwkpe
- 粉丝: 7
- 资源: 11

上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助

会员权益专享
最新资源
- stm32f103单片机项目模板
- vc++ MFC实现操作ODBC数据库
- 最棒的AXURE原型系列1-6季完整源码(马克出品)
- 碧海威高性能网关,第一版,支持D525
- 经典游戏:坦克大战,construct2制作,现在仅支持双人对战模式,HTML5
- QQ免输及会员和额度修复包 (1).zip
- 慕尘码支付2.2.5免授权完美运行版_微信云端可用 (1).zip
- MicrosoftEdgeSetupBeta.exe
- 桌面共享工具(RTMP推流工具、投屏工具、播放工具)EXE,非源码)(水印版,不喜勿下)
- 新身份证号码所在地(8599条)含修订日期、次数、区域覆盖全国34个省、市、自治区、特别行政区
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



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