Tag: Component

Definition of a new component in a layout.

Tree

  • <layout>
    • <component>
    • </component>
  • </layout>

Mandatory Attributes

Name Description Type Allowed Values
ComponentType Type of the component for the component. String
Height Height value for the component. Single
HeightType Height type for the component. ComponentLengthType
name Name of the component. String
Width Width value for the component. Single
WidthType Width type for the component. ComponentLengthType

Optional Attributes

Name Description Type Default Value Allowed Values
BottomAttachment Bottom attachment of the layout. String
BottomOffset Bottom offset related to the bottom attachment. Int32
CustomCSSFile Custom css file for the component layout. String
CustomHTMLFile Custom html file for the component layout. String
CustomJSFile Custom jscript file for the component layout. String
LeftAttachment Left attachment of the layout. String
LeftOffset Left offset related to the left attachment. Int32
MaxHeight Maximum height for the component. Int32
MaxWidth Maximum width for the component. Int32
MinHeight Minimum height for the component. Int32
MinWidth Minimum width for the component. Int32
RightAttachment Right attachment of the layout. String
RightOffset Right offset related to the right attachment. Int32
TopAttachment Top attachment of the layout. String
TopOffset Top offset related to the top attachment. Int32