Skip to content

HomeView

iraichi edited this page May 21, 2015 · 8 revisions

Home View

The Home View is the view that Kitto displays at application startup.

Kitto selects the name of the default home view based on the client window's physical width. This allows to use a different home/menu for different screeen sizes in order to optimize mobile applications.

Default home views are searched in the following order: HomeTiny (up to 5") HomeSmall (6" to 10") Home (all other cases)

Please note that the number of inches above is the width of the display, not the diagonal. If a certain home is not found, the next in list is retrieved.

You may change the Config #HomeView# node to use a custom view for the home page. Alternatively, you can customize the Home view by replacing its controller.

Clone this wiki locally