Hi,
You should just be able to set the component's or container's min-
width and height using CSS. Then either you browser will pick it up,
or jLayout will when it tries to calculate the minimum size. Remember
that the minimum size of a container is the minimum size of all its
children combined. I could perhaps add some code that check the
minimum and maximum size before it tries to set the size of a
component or container. This will ensure that it also works on
browsers that do not natively support min and max sizes.
Your suggestion will also work.
Let me know if you run into any problems,
Bram