cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
65 lines (64 loc) • 1.74 kB
JSON
{
"name": "crn-evaluation",
"text_pt_BR": "Avaliação",
"text_en_US": "Evaluation",
"class": "adjust-icon mdi mdi-star-outline",
"wrapper": false,
"pallete": false,
"designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/evaluation.designtime.html",
"designTimeSelector": ":self",
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/evaluation.template.html",
"properties": {
"ng-model": {
"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.',''); }",
"order": 1,
"mandatory": true
},
"cronapp-stars": {
"order": 2
},
"id": {
"order": 3
},
"class": {
"order": 9999
},
"ng-click": {
"removable": false,
"type": "event"
},
"on-hold": {
"removable": false,
"type": "event"
},
"on-double-tap": {
"removable": false,
"type": "event"
},
"on-tap": {
"removable": false,
"type": "event"
},
"on-swipe": {
"removable": false,
"type": "event"
},
"on-drag": {
"removable": false,
"type": "event"
}
},
"styles": [
{
"selector": "div#{id} i.ion-android-star",
"text_pt_BR": "Ícone Estrela Preenchido",
"text_en_US": "Filled Star Icon"
},
{
"selector": "div#{id} i.ion-android-star-outline",
"text_pt_BR": "Ícone Estrela Contorno",
"text_en_US": "Outlined Star Icon"
}
]
}