Multiple Languages
Texts can be added for multiple languages. With the definition of 'pplanguageid="1"' (german example) language specific contents can be defined. The contents then also need to be hidden via css. As soon as the language is identified on loading the page then the corresponding contents is shown. Example:
<div style="display:none;" pplanguageid="1">German text</div>
<div style="display:none;" pplanguageid="2">English text</div>
<div style="display:none;" pplanguageid="3">French text</div>
<div style="display:none;" pplanguageid="78">Spanish text</div>
<div style="display:none;" pplanguageid="198">Portuguese text</div>
Open contents in a pop up
You can use the following code to open a url directly in the corresponding UI element in a Picturepark pop up.
<a onclick="window.publisher.openUrlInWindow('http://www.URL.com', { title: 'Title', width: 500, height: 600, maximizable: true });" href="javascript:void(0);">Open pop-up</a>
Parameters
- URL: the URL must start with http:// or https://. If a page does not allow the integration in iFrames, then it will not be displayed correctly.
- Title: enter a window title for the pop up
- Width/Height: enter the width and height in pixels
- Maximizable: True or False - if this option is activated then the pop up can be maximised to the whole window width.
Page assignments
All the assignments of a port or UI element can be seen in the settings of a skin. The list only contains pages, to which the currently logged in user has rights.

|