html5 templating

Hi,
I am having a bit trouble with html templating and DHTMLX TOUCH integration. Can you guys provide any sample app with html templating. I have a full responsive html templating but the problem I am facing is how to integrate dhtmlx touch ui like list, carousel without altering html5 designs.Any examples??
Thanks

Hi,

Touch layout is perfect solution to create UIs with flexible sizes. Full-screen layouts listen to changes of screen sizes and resize layout with its views automatically:
samples/01_views/01_layout.html

If you initialize Touch views in certain html containers, you will need to call resize methods on screen rotate or window resize. You can use adjust() method that adjust view sizes to sizes of its parent html container.
$$(“list”).adjust();