0

Doubt about Reladview

Hi All,
I have a sidebar view which has a list of items in a grid. If i choose an item, another sidebar view will be loaded with the details about the item chosen. In this details view, I have a next and previous button,which will show the details about the next and previous item. My problem is,in the details view if I select next button 2 times and then press f10(back button), it does not go back to the list of items view. I have to press f10 2 times(or the number of times I have pressed the next or previous button) before going back to the list of items view. Please help me.

Thanks in advance.
Priya

by
1 Reply
  • Check out the optional value in the loadView() and reloadView() for skipping saving the view in the history stack.

    CODE
    //Save in history stack
    KONtx.application.reloadView({dataset});

    //Skip saving in history stack
    KONtx.application.reloadView({dataset},true);
    0

Recent Posts

in Design / Interaction - Yahoo! TV Widgets