-
Notifications
You must be signed in to change notification settings - Fork 4
Container
Eric edited this page Sep 27, 2019
·
18 revisions
Container is an object that generates OML placeholders. It uses optional Tabs and Carousel
Extends
Uxi, Placeholder
Requires
Tabs, Carousel
Format
{"selector:Container":{CONFIG}}
Example
{"selector:Container":{
"tabs":{"list":["tabA", "tabB", "tabC"]},
"node:OML":[
{"default:Html":{"html":"ContentA"}},
{"default:Html":{"html":"ContentB"}},
{"default:Html":{"html":"ContentC"}}
]
}}
"id":STRING,
"tabs":BOOL|STRING,
"drag":BOOL,
"node:OML":ARRAY|STRING,
"flatten":INT
- Welcome
- Changelog
- Structure
- Configuration
- Getting started
- CLI
- Poly
- Core
- Templating
- Routing
- Controllers
- Components
- Extra Components
- Helpers
- Styling
- Debugging