Jake,
  The sx: tags are based on the .4 dojo tags. I would just use the
dojo tags themselves. The dojo plugin is also being depricated. The
new dojo tags are at 1.4.  I solved a similiar height problem on dojo
1.4 by doing the following.


  <style type="text/css">
      body, html { height: 99%;overflow:hidden;
margin-bottom:0;padding-bottom:0;}
  </style>
</head>
<body class="tundra">
<div id="tabbedPaneContainer" style="height:100%;">
<div id="tabbedPane" dojoType="dijit.layout.TabContainer"
preload="false" style="width:100%;height:100%">

Steve



On Thu, Feb 4, 2010 at 10:25 AM, Jake Vang <vangj...@googlemail.com> wrote:
> i'm using the <sx:tabbedpanel/> in the struts2-dojo-plugin. i have a
> few questions on controlling the display/rendering of this component.
>
> 1. can i make the <sx:tabbedpanel/> expand 100% in height? i've tried
> several things: a) place the <sx:tabbedpanel/> inside a <table> and
> set the height of the table to 100%, b) set the <body/> height to
> 100%, c) set the <sx:tabbedpanel/> height to 100% (with combinations
> of a and/or b). none of these seem to work unless i explicitly set the
> height in px (i.e. <sx:tabbedpanel cssStyle="width: 100%; height:
> 400px;"/>), but then this doesn't expand 100% in height.
>
> 2. how can i control how the actual tabs inside <sx:tabbedpanel/> gets
> displayed (the <sx:div/>)? from looking at the TLD and generated HTML,
> it seems the rendering is controlled through CSS. however, at which
> level, <sx:tabbedpanel/> or <sx:div/>, do i set the CSS? my problem is
> that i don't particularly like the rounded, blue tab display. i want
> to change it to something more linear/rectangular. when i look at the
> HTML generated, there is a link to
> /<my-context>/struts/TabbedPanel.css, but looking at this CSS file, i
> just see something defined for, .strutsDisabledTab div span.
>
> any help is appreciated. thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to