[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Tiledarea height  XML
Forum Index -> Development
Author Message
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
[Thumb - tiledarea.png]
 Filename tiledarea.png [Disk] Download
 Description
 Filesize 10 Kbytes
 Downloaded:  489 time(s)

CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
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
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
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
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
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
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
bzeuner

Power User

Joined: 28/02/2011 17:12:24
Messages: 59
Offline

Perfect, thx
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team