[fusion-users] JX Panel height
Paul Spencer
pspencer at dmsolutions.ca
Fri Aug 22 08:59:13 EDT 2008
I believe that you can pass layout constraints to the Jx.Panel
constructor:
var panel = new Jx.Panel({
label: 'My Panel',
constraint: {
height: 200
}
});
and the panel should start with a height of 200 pixels (I hope).
You can also constrain the minimum and maximum height of panels:
var panel = new Jx.Panel({
label: 'My Panel',
constraint: {
minHeight: 200,
maxHeight: 200,
height: 200
}
});
This would create a panel that is exactly and always 200 pixels, and
isn't collapsed when other panels are maximized.
Cheers
Paul
On 20-Aug-08, at 5:05 PM, Marc Pfister wrote:
> Is there a way to explicitly set the height of a JX panel in pixels,
> or as a percentage of the panel pane, or to automagically size it to
> fit its contents?
>
> Thanks,
>
> Marc
>
> n
> Marc Pfister
> Geospatial Data Manager
> ENPLAN
> mpfister at enplan.com
> 530/221-0440 x108
> 530/221-6963 Fax
>
> _______________________________________________
> fusion-users mailing list
> fusion-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/fusion-users
__________________________________________
Paul Spencer
Chief Technology Officer
DM Solutions Group Inc
http://www.dmsolutions.ca/
More information about the fusion-users
mailing list