[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Tabbedpane button height  XML
Forum Index -> Development
Author Message
mstoyanova

Power User

Joined: 26/09/2019 07:10:15
Messages: 48
Offline

Hi Bjorn,
I am struggling with setting height to risctabbedpane_tabbedline_button? Is it possible? I want the buttons from tabbedpane to be with concrete height. The same is for riscfieldcontainer_ingridcel, which is used for headers into grid.

Kind regards!
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5522
Online

Hi,

@tabbedpane:
edit risctabbedpane-class then navigate to the _tabbedline > _button sub-definition. THe size of the top-buttons is defined by their inset-definition. This is pointing to variable "@tabbedLineButtonInsets@". Either change the global variable then the changes are taken over for all tabbedline-occurrances or update the value of the variable locally for the risctabbedpane.

@grid:
The height of the cells is driven by the FIXGRID-management. The component itself is rendered into thecell defined by the FIXGRID. Use FIXGRID-HEADLINEROWHEIGHT. You may set this in the style.xml (Control variants) centrally.

Kind regards! Björn

Björn Müller, CaptainCasa GmbH
mstoyanova

Power User

Joined: 26/09/2019 07:10:15
Messages: 48
Offline

Thanks a lot!
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team