Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > include a particular urls on CMSTabControl View modes: 
User avatar
Member
Member
navas13-gmail - 6/10/2010 2:11:45 PM
   
include a particular urls on CMSTabControl
Hi everyone

i want to include only some pages on my cmstabcontrol for example i have 8 pages and i want to put only 3 and i want to specify those 3 on the path property of the web part is that posible, any way separate the pages by , or something, because if i put only /% or / i show all the pages but i want to put the 3 and othe link or url inside the site or other site anyideas, thks

Daniel navas

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 6/11/2010 1:59:27 AM
   
RE:include a particular urls on CMSTabControl
Hi,

You can specify only one path in “Path” property of web part. However, you can create some section in your web site where you can create linked documents to your original documents and specify path to this location in your web part or control. Example of content tree structure:

Doc1
Some section
-Doc2
Some section2
-Subsection
--Doc3
Doc4
Doc5
Doc6
Doc7
Doc8

Folder
-linked Doc 1
-linked Doc 5
-linked Doc 8

You can find more information about linked documents here:

http://devnet.kentico.com/docs/devguide/creating_a_linked_document.htm?zoom_highlightsub=linked

Or, you can also use one path (“/%”) and use where condition property of control or web part to specify which exact documents will be displayed.

Best regards,
Miroslav Remias