Hello,
I succeed to use a SmartGWT application in a JSR-286 portlet deployed in a JBoss Portal 2.7 instance.
This portlet simply displays a ListGrid with data fetched from a Grails backend application.
I just saw two problems related to CSS:
1. Using in others JQuery, JBoss Portal displays a login form that appeared under the grid; to resolve this I changed a JBoss JavaScript file that creates HTML elements with the z-index style property; now all works well.
2. The second problem I saw is related to the CSS style for HTML HR element used in the ListGrid contectual menu; it seems that the CSS styles used by JBoss Portal hides the HR separator.
I ask me if I can get other troubles with others UI controls; do other persons used Smarclient in a Portal environment? Or in situations where the GWT application is displayed in a part of an HTML page?
Thank you!
Bertrand.
I succeed to use a SmartGWT application in a JSR-286 portlet deployed in a JBoss Portal 2.7 instance.
This portlet simply displays a ListGrid with data fetched from a Grails backend application.
I just saw two problems related to CSS:
1. Using in others JQuery, JBoss Portal displays a login form that appeared under the grid; to resolve this I changed a JBoss JavaScript file that creates HTML elements with the z-index style property; now all works well.
2. The second problem I saw is related to the CSS style for HTML HR element used in the ListGrid contectual menu; it seems that the CSS styles used by JBoss Portal hides the HR separator.
I ask me if I can get other troubles with others UI controls; do other persons used Smarclient in a Portal environment? Or in situations where the GWT application is displayed in a part of an HTML page?
Thank you!
Bertrand.
Comment