Recent Changes - Search:

Information

Installation

Documentation

HtmlViewElementsPanel

A panel is a basic container element which can host other elements.

Layout:

  • By default, a panel places all children side by side and centered on the screen (as text in a center-aligned paragraph). This setting can be changed using the CSS properties of the panel and/or its children.
  • The single exception to this rule are panel. A child panel added to a parent panel will be displayed in a new line.

Properties

NameDescriptionValues acceptedDefault
BorderColorThe color for the border.Use the editor provided or input a String with any valid CSS color. 
BorderStyleThe style for the border to display.A string constant or variable with any valid border style.No border
BorderWidthThe width of the border.An integer gives the same width for all sides. A string can provide up to four values, one per side, as in "thin medium thic 10px". 
BoxShadowThe shadow to attach to the element.A string constant or variable with any valid shadow.No shadow

The element also inherits properties from its parent.

Edit - History - Print - Recent Changes - Search
Page last modified on October 04, 2023, at 09:19 AM