Author |
Message |
22/02/2011 14:52:20
|
dstrigel
Power User
Joined: 09/12/2010 09:23:42
Messages: 69
Offline
|
Hi!
is there a way to define a explicit height for a tile in a Tiledarea?
If we put in a tile a PageBean wich has as content a Pane with a explicit height the tile does not changes its size...
Kind regards,
Daniel
|
Filename |
tiledarea.png |
Download
|
Description |
|
Filesize |
10 Kbytes
|
Downloaded: |
518 time(s) |
|
|
|
22/02/2011 15:08:14
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
the sizing of the tiles is driven "from outside" - i.e. by the split panes that are internally built up by the tile manager.
So, inside-out sizing is currently not supported.
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
22/02/2011 15:34:44
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
I am sorry, my response referred to the Workplace-Tile-Management - not to the TILEDAREA component...
In the TILEDAREA the height is driven by the content. But...: you have to pay attention to dealing with SCROLLPANEs (same with ROWBODYPANE) - these oney tell to outside that thay are "very small", because their minimum size is independent from their content (which is scrolled).
Consequence: remove the ROWBODYPANE / SCROLLPANE from your page, then things look nicer... (+ as you expected).
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
27/02/2012 10:25:56
|
bzeuner
Power User
Joined: 28/02/2011 17:12:24
Messages: 59
Offline
|
What if I want that the containers size is 100%?
I have a page bean that contains 2 100% rowdistances and in the middle a pane with a fix height. I want that the pane is arranged in vertical middle of the page. But the tiled area is only driven by the panes height.
Is there any way that the tiled areas height is 100%?
Ben
|
|
|
27/02/2012 11:13:56
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
yes the area is sized inside-out. We can/will add an explicit height to the tile info... (should be part of today's update).
Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
27/02/2012 11:14:34
|
bzeuner
Power User
Joined: 28/02/2011 17:12:24
Messages: 59
Offline
|
Perfect, thx
|
|
|
|