Tag: Component
Definition of a new component in a layout.
Tree
- <layout>
- <component>
- <component/>
-
<callbacks>
...
</callbacks>
- </component>
- </layout>
Examples
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 |
|
|