Templates

List

{
"datatype":"list",
"templateName":"listView",
"layout":{
    "absoluteWidth":160,
    "x":0,
    "y":0,
    "content":[
        {
            "listTemplate":"default",
            "listData":[
            {
                "text":{"text":"Lorem"}

            },
            {
                "text":{"text":"Lorem"}
            }
            ],
            "type":"verticalLayout"
        }
    ]
    }
    }