cronapp-framework-js
Version:
Javascript library for CronApp's projects
103 lines • 2.89 kB
JSON
{
"name": "crn-slider",
"onDrop": "openEditor",
"onDoubleClick": "openEditor",
"text_pt_BR": "Slider",
"text_en_US": "Slider",
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-slider.svg",
"description": "Campo para escolha de valores através de uma sequência pré-estabelecida",
"description_en_US": "Field for choosing values through a pre-established sequence",
"category": [
"INPUTS"
],
"designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/components/templates/cron-slider.designtime.html",
"designTimeDynamic": true,
"designTimeSelector": "cron-slider",
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-slider.template.html",
"properties": {
"class": {
"order": 9999
},
"crn-tooltip": {
"displayName_pt_BR": "Tooltip",
"displayName_en_US": "Tooltip",
"order": 2
},
"id": {
"order": 1
}
},
"styles": [
{
"selector": "div#{id} .k-slider .k-button-decrease",
"text_pt_BR": "Seta Esquerda",
"text_en_US": "Arrow Left"
},
{
"selector": "div#{id} .k-slider .k-button-increase",
"text_pt_BR": "Seta Direita",
"text_en_US": "Arrow Right"
},
{
"selector": "div#{id} .k-slider-track",
"text_pt_BR": "Caminho",
"text_en_US": "Track"
},
{
"selector": "div#{id} .k-draghandle",
"text_pt_BR": "Botão Arrastar",
"text_en_US": "Drag Button"
},
{
"selector": "div#{id} label",
"text_pt_BR": "Título",
"text_en_US": "Title"
}
],
"childrenProperties": [
{
"name": "options",
"selector": "cron-slider",
"displayName_pt_BR": "Configuração",
"displayName_en_US": "Configuration",
"type": "text",
"order": 1,
"mandatory": true
},
{
"name": "ng-model",
"selector": "cron-slider",
"type": "text",
"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.',''); }",
"mandatory": true
},
{
"name": "content",
"selector": "label",
"displayName_pt_BR": "Título",
"displayName_en_US": "Title",
"type": "text",
"order": 2
},
{
"name": "ng-required",
"selector": "cron-slider",
"type": "logic"
},
{
"name": "ng-change",
"selector": "cron-slider",
"displayName_pt_BR": "Ao Alterar",
"displayName_en_US": "On Change",
"type": "event"
},
{
"name": "ng-slide",
"selector": "cron-slider",
"displayName_pt_BR": "Ao Mover Slide",
"displayName_en_US": "On Slide",
"type": "event"
}
]
}