Installation and deployment
Version 7.x > Installation and deployment > multiple pages content loading View modes: 
User avatar
Member
Member
pavel.1991-tut - 4/4/2013 8:35:58 AM
   
multiple pages content loading
I have a folder. There are a lot of pages in this folder. I need to load content of all pages from this folder to another page. I can use web part placeholder, but using this web part I can load only content of one page. How can I load content of all pages from any folder?

User avatar
Member
Member
pavel.1991-tut - 4/5/2013 10:02:18 AM
   
RE:multiple pages content loading
Does anybody know?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/5/2013 2:27:22 PM
   
RE:multiple pages content loading
Hi,

It depends where the content is stored. If it is on the FORM tab, like e.g. for the news documents, then you can use repeater to list all the documents content using the transformation.

If you mean editable regions on the Page tab, this is more complicated and you will need to develop a custom web part to get the3 data from the pages you want to display. Or, another way is to use Datasource web part to get the data you want and then connect them to the repeater and then display it using transformation again.

Best regards,
Juraj Ondrus

User avatar
Member
Member
pavel.1991-tut - 4/8/2013 8:29:25 AM
   
RE:multiple pages content loading
I mean this:
There are some pages in one folder. Each page contains different web-parts. Content of all pages from this folder must be displayed on another page. I used placeholder web-part to insert content from one page to another. But there can be a lot of pages in this folder and I have to use placeholder web part for each page. How can I insert content all pages from folder?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/15/2013 12:05:03 PM
   
RE:multiple pages content loading
Hi,

Where are the data stored? Page tab or Form tab?
If you want to display the documents as they are on the live site, you can uise the iFrame tag. Otherwise you need to use documents or custom datasource web part to return the content you want to display.

Best regards,
Juraj Ondrus