Page 2 of 2

Doing a new search after displaying the detail page

Posted: Thu Apr 03, 2014 11:14 am
by Kai Biefang

Hi Illya,

How should I build a second list?
The list is displayed in the home page of the App and also visible when you click on a record to display the detail page (see screenshot above your post). So you should be able to use the search button from this list. Building a second list is not what I want and wont solve the problem, that I cant use the search button again after displaying a record in the detail page, I suppose.


Doing a new search after displaying the detail page

Posted: Thu Apr 03, 2014 9:47 pm
by Alena Prykhodko

Hi Kai,

If you want to have two pages (list and detail page) you have to implement list (the same functional) in these two pages.

These two pages does not have a common parts without LSV and common assets (JS and CSS).

So if you have two pages and lists - you have two different lists. (Please provide us screenshots of these lists settings).

That's why you can't update list on the detail page with action from the start page.

Your detail page is independent from start page. And you have to add new datasource and implement invoking of this datasource to see results (the same logic as for start page).


Doing a new search after displaying the detail page

Posted: Fri Apr 04, 2014 7:42 am
by Kai Biefang

Hello Alena,

I think you understand me wrong. These page you see on my last screenshot consists of two seperate pages which are displayed side by side. The list you can see beneath the detail page is the list located on the home page and is not part of the detail page itself.

So why should I build a second list on the detail page? If I would do so I would have two lists side by side on the page and thats not what I want.


Doing a new search after displaying the detail page

Posted: Sat Apr 05, 2014 5:14 am
by Alena Prykhodko

Kai,

Igor pointed this out https://getsatisfaction.com/apperyio/...
You can use LSV to pass Search result.


Doing a new search after displaying the detail page

Posted: Mon Apr 07, 2014 7:35 am
by Kai Biefang

I tried to do so, but when should I get my event to fire?
The detail page is already loaded so I cant use the "Load" or "Show" event for the search to fire. Instead I want to use the Search Button on the List page, but in fact I cant access the Search button with my event on the detail page, because it's not on the same page. So how should I use the content of the LSV?


Doing a new search after displaying the detail page

Posted: Mon Apr 07, 2014 8:31 pm
by Kateryna Grynko

Hi Kai,

If there is no access to "Search button" you can use localStorage.


Doing a new search after displaying the detail page

Posted: Fri Apr 25, 2014 7:46 am
by Kai Biefang

Thanks for your help, the problem is solved.