<panel>
The <panel> tag defines a generic container for adding content.
Parent tag : <column>
Child tag : <pr>
Attributes
Syntax | <panel title='My Activity'> |
---|---|
Output |
|
Note :
- title attribute is optional.
- title acts as a source attribute. i.e: All the below listed attributes viz: titleSize, boldTitle, italicTitle, titleColor are styling attributes for the title and applicable only when a title is specified.
Syntax | <panel title='My Activity' titleSize='7'> |
---|---|
Output |
|
Note :
- titleSize attribute is optional.
- true
- false
- false
Syntax | <panel title='My Activity' boldTitle='true'> |
---|---|
Output |
|
Note :
- boldTitle attribute is optional.
Syntax | <panel title='My Activity' italicTitle='true'> |
---|---|
Output |
|
Note :
- italicTitle attribute is optional.
Syntax | <panel title='My Activity' titleColor='#047B33'> |
---|---|
Output |
|
Note :
- titleColor attribute is optional.