Property "Fixed Height" <fixedwidth>

Top  Previous  Next

MoreMotion Application Studio is a true WYSIWYG editor that means your design will look exactly the same in web browser as it looks on the page design area. But sometimes you may prefer the content of a web page adjusts itself according to the size of the browser window.

If this is what you want and if you want that the container elements have flexible widths then you can use this property.

Values

Auto

This option is available in all the container elements except that the page element. Auto means the value of the Fixed Width property is the same as the Fixed Width property of the parent container.

True

The height of the container is fixed and will NOT change as the size of the browser window changes.

False

The height of the container is NOT fixed and will change as the size of the browser window changes.

None

No height attribute is generated for the element

 

If you want, for instance, a panel element in the page becomes flexible, all its parent elements up to the page should be flexible which means their Fixed Width property must be set to "False".