cronapp-framework-js
Version:
Javascript library for CronApp's projects
48 lines • 1.64 kB
JSON
{
"name": "crn-cron-report-viewer",
"onDrop": "openEditor",
"onDoubleClick": "openEditor",
"text_pt_BR": "Visualizador de relatório",
"text_en_US": "Report viewer",
"order": 2,
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-report-viewer.svg",
"description": "Estrutura para criar relatórios com valores da fonte de dados",
"description_en_US": "Framework for creating reports with data source values",
"category": [
"LAYOUTS"
],
"designTimeSelector": "cron-report-viewer",
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-report-viewer.template.html",
"designTimeDynamic": true,
"designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-report-viewer.designtime.html",
"properties": {
"class": {
"order": 9999
},
"id": {
"order": 1
}
},
"childrenProperties": [
{
"name": "options",
"displayName_pt_BR": "Configurações",
"displayName_en_US": "Configuration",
"removable": false,
"global": "true",
"selector": "cron-report-viewer",
"type": "text",
"order": 1,
"mandatory": true
},
{
"name": "ng-model",
"selector": "cron-report-viewer",
"onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result; } return result; }",
"onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
"type": "text",
"order": 2,
"mandatory": true
}
]
}