Languages

Menu
Sites
Language
General Project Structure

I was curious as to how I should be setting up HTML files in the project. I'm using the Tizen Web UI FW navigation-view project and trying to add more pages. Should I be added the other pages to index.html or creating new HTML files for them. Is it standard to have 10+ pages in one index.html file? Thanks!

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
Marco Buettner
Its your own decision. I prefer one index.html which includes all pages. But its also okay to user for every page a own .html file. But maybe you have to add always our javascript and css files.