| Author |
Message |
|
|
When I set the datatable scrolling to none, the columns of the table are rendered to try and squeeze the columns into the width of the block containing it.
If you set the scrolling of the datatable to horizontal, the block containing the table is set to scroll as well, and the number of rows are too big for the block both horizontally and vertically, you have to scroll down to the bottom of the containing block before you can scroll horizontally on the table.
Would it be possible for the datatable to have a setting that does not resize the columns to fit the containing block and allow the containing block to handle scrolling?
|
 |
|
|
|
I am using Ecruiser combo boxes, and the drop down height and width are being set dynamically to the height and width of the first element in the drop down list. In the demo the height and width are set to auto and work fine. Are there any setting I need to set for the combobox to set height and width to auto and is there any documentation on these simple Ecruiser components other then the API docs?
|
 |
|
|
|
I understand that auto sizing is available, but is there anyway to dynamically set the size and position of the window?
|
 |
|
|
Is there a way to dynamically set the size and position of the window?
Example, place the window in a central location of the current browser or resize the window based on content and browser size.
|
 |
|
|
|
When using a resource bundle to populate the text of a tab, the text is output twice: once in the middle column of the tab table like expected but also once out side the tab table but inside the tab div. If the text hardcoded to the tab, then the double printing does not happen. I have attached a screen shot of the outcome.
|
 |
|
|
I am using the layout pane for the overall layout of my site. I am using facelets 1.1.13 and myfaces 1.1.5, and no content is showing inside the layout areas.
Could anyone give me some ideas of what might be going wrong?
|
 |
|
|
|
The declaration of the popupmenu tag is available in the tld file but not available in the ecruiser.taglib.xml file for facelets.
|
 |
|
|
Hi,
I am currently doing discovery of implementing the Simplica JSF gridTable and I have hit a snag. When I add the grid to the JSF page, all other javascript fails with "Object doesn't support this property or method", but when I remove the gridTable entirely, everything works just fine.
I am using JSF 1.1.5, Facelets 1.1.13, JBoss Rich Faces 3.1.2, and Ecruiser 1.1.4 Beta.
The following is my gridTable mark up:
|
 |
|
|