cronapp-framework-js
Version:
Javascript library for CronApp's projects
56 lines • 1.33 kB
JSON
{
"name": "crn-vertical-container",
"text_pt_BR": "Layout vertical",
"text_en_US": "Vertical Layout",
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-horizontal-container.svg",
"description": "Dois recipiente empilhado para inserir componentes",
"description_en_US": "Two stacked container for inserting components",
"category": [
"LAYOUTS"
],
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/grid-vertical.template.html",
"properties": {
"class": {
"order": 9999
},
"id": {
"order": 1
},
"ng-init": {
"removable": true,
"type": "event"
},
"ng-click": {
"removable": true,
"type": "event"
},
"ng-dblclick": {
"removable": true,
"type": "event"
},
"ng-mouseenter": {
"removable": true,
"type": "event"
},
"ng-mouseleave": {
"removable": true,
"type": "event"
},
"ng-mousemove": {
"removable": true,
"type": "event"
}
},
"wrapper": false,
"handleRules": {
"canOrder": true,
"canActivate": true,
"canIncrement": true,
"rules": [
{
"sourceHTML": "<div data-container=\"true\" data-replace=\"true\">Content New</div>",
"targetSelector": ":self"
}
]
}
}