This wiki does not contain official documentation and is currently deprecated and read only. Please try reading the documentation on the Liferay Developer Network, the new site dedicated to Liferay documentation. DISCOVER Build your web site, collaborate with your colleagues, manage your content, and more. DEVELOP Build applications that run inside Liferay, extend the features provided out of the box with Liferay's APIs. DISTRIBUTE Let the world know about your app by publishing it in Liferay's marketplace. PARTICIPATE Become a part of Liferay's community, meet other Liferay users, and get involved in the open source project. Accessibility portlets - display personalization
Introduction #
This article describes how to install, configure and use the accessibility portlet and the accessibility theme.
Features #
- Unauthenticated user (guest)
- User can define his display preferences (font size and color, background, navigation position)
- Filter portlets and journal articles (by templateid or articleid)
Install, configure #
We've created a sourceforge project for Liferay wai plugins : http://sourceforge.net/projects/liferaywai/ You can get accessibility's plugins (theme and portlet) from the community plugins repository or directly from sourceforge.
Porltet : http://www.liferay.com/downloads/liferay-portal/community-plugins/-/software_catalog/products/6653303(compatibility :liferay 6.0.5 +)
Theme : http://www.liferay.com/downloads/liferay-portal/community-plugins/-/software_catalog/products/6653591 (compatibility :liferay 6.0.5 +)
You need to install both portlet and theme (required-deployment-contexts) to have it work.
You can configure the portlet to filter specific porltets or journal articles:
Examples:
If you want to not display "Hello world" and "Hello velocity" portlets you have to add : Portlets to filter : 47,50
If you want to not display specific templates you have to add : Web content templates to filter : template-name-1,template-name-2
If you want to not display specific articles you have to add : Web contents to filter (article id): 12782,12783
Screenshots #
We can see that "Hello world" and "Hello velocity" portlets are filtred in the display results.