cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
51 lines (50 loc) • 1.39 kB
JSON
{
"name": "crn-ion-tab-item",
"text_pt_BR": "Item de aba",
"text_en_US": "Tab item",
"class": "adjust-icon mdi mdi-window-maximize",
"wrapper": false,
"designTimeDynamic": true,
"pallete": false,
"designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/ion-tab-item.designtime.html",
"designTimeSelector": ":self",
"template": "<ion-tab title=\"\" icon-on=\"ion-ios-filing\" icon-off=\"ion-ios-filing-outline\" id=\"ion-tab-${RANDOM}\" href=\"\" badge=\"\"></ion-tab>",
"properties": {
"icon-on": {
"displayName_pt_BR": "Ícone ativo",
"displayName_en_US": "Active icon",
"type": "icon",
"order": 2
},
"icon-off": {
"displayName_pt_BR": "Ícone inativo",
"displayName_en_US": "Inactive icon",
"type": "icon",
"order": 3
},
"href": {
"removable": false,
"type": "projectResource",
"resourceType": "text/html",
"order": 1
},
"title": {
"removable": false,
"displayName_pt_BR": "Título",
"displayName_en_US": "Title",
"type": "text",
"order": 4
},
"badge": {
"removable": false,
"displayName_pt_BR": "Badge",
"displayName_en_US": "Badge",
"type": "text",
"order": 5
},
"ng-click": {
"removable": false,
"type": "event"
}
}
}