2.1
PrintShop Web Skinning Guide | 15
In the picture above additional text is added to the user info bar (the text PSW). You may hard code
this text, in this case it is retrieved using the generateAdditionalInfo function. The returned value
depends on the selected language and can be changed by editing the cAddiontalInfo string in the Edit
Language page (Settings).
Menu
This function generates the main menu bar.
Crumbs
On a Web site, a bread crumb trail is a navigation tool that allows a user to see where the current page
is in relation to the Web site's hierarchy. The term bread crumb trail comes from the story of Hansel
and Gretel, who left a trail of bread crumbs as they walked through the forest so they could trace their
way back home.
Bread crumbs in action
Messages
The generateMessages inserts the main headline and descriptive text for each page.
The login page showing a headline and descriptive text
Content
The generateContent function renders the main area. It holds the overview information, forms, buttons
and the main process functionality of the PSW system. At the Login page shown previously the login
details and the Login button are part of the information rendered by the generateContent function.










