[gatein-issues] [JBoss JIRA] Created: (GTNPORTAL-1263) Pages.xml - add width and height elements at schema

Michal Vanco (JIRA) jira-events at lists.jboss.org
Thu May 27 13:43:08 EDT 2010


Pages.xml - add width and height elements at schema
---------------------------------------------------

                 Key: GTNPORTAL-1263
                 URL: https://jira.jboss.org/browse/GTNPORTAL-1263
             Project: GateIn Portal
          Issue Type: Task
      Security Level: Public (Everyone can see)
            Reporter: Michal Vanco


Schema is: http://www.gatein.org/xml/ns/gatein_objects_1_0

It is possible to use element <height> at portlet-application element, but it is not at schema.

Currently it works only if it is placed on the last place, for example:

<portlet-application>
	<portlet>
		<application-ref>application</application-ref>
		<portlet-ref>PortletSample</portlet-ref>
	</portlet>
	<title>Portlet title</title>
	<access-permissions>Everyone</access-permissions>
	<show-info-bar>true</show-info-bar>
	<show-application-state>false</show-application-state>
	<show-application-mode>false</show-application-mode>
	<height>200px</height>
</portlet-application>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list