cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
37 lines (36 loc) • 851 B
JSON
{
"name": "crn-tabs",
"text_pt_BR": "Abas",
"text_en_US": "Tabs",
"class": "cpn cpn-tabs",
"pallete": false,
"properties": {
"orientation": {
"removable": false,
"type": "list",
"options": [
{
"key": "top",
"value": "No topo"
},
{
"key": "bottom",
"value": "Na base"
}
]
}
},
"handleRules": {
"canOrder": true,
"canActivate": true,
"canIncrement": true,
"rules": [
{
"activeClass": "active",
"sourceHTML": "<a href='#' class='tab-item component-holder' target='_self' data-component='crn-anchor'>Link</a>",
"targetSelector": "div.tabs"
}
]
},
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/tabs.template.html"
}