cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
73 lines (72 loc) • 1.46 kB
JSON
{
"name": "crn-item-select",
"text_pt_BR": "Item de caixa de seleção",
"text_en_US": "Combobox Item",
"class": "adjust-icon mdi mdi-equal-box",
"wrapper": false,
"pallete": false,
"template": "<option value=\"1\" class=\"\" ng-selected=\"\">Value 1</option>",
"properties": {
"ng-selected": {
"removable": false,
"displayName_pt_BR": "Selecionado",
"displayName_en_US": "selected",
"type": "list",
"options": [
{
"key": "",
"value_pt_BR": "Não",
"value_en_US": "No"
},
{
"key": "true",
"value_pt_BR": "Sim",
"value_en_US": "Yes"
}
],
"selector": "ng-selected",
"childrenProperty": true,
"order": 2
},
"id": {
"order": 1
},
"value" : {
"order": 2
},
"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"
}
},
"childrenProperties": [
{
"name": "content",
"selector": ":self",
"type": "content"
}
]
}