The Descriptions Panel Component corresponds to the Item Descriptions Field in the Sample Data file. It's purpose is to display a name or descriptive information for each Sample Data item in the Sample Data set.  
 
The descriptive information defined in the Item Descriptions Field in the Sample Data file can be plain text format, HTML text format or even file-based. The designer can therefore embed URLs into Sample Data item descriptions that provide the end-user with the means to drill into more detail concerning a specific data item or alternatively embed whole plaintext or HTML documents into an Application. Furthermore, hits on any such defined URLs can be recorded and totals for each Sample Data item displayed on the UI via Hits View.  
 
 
 
 
Custom XML Tag  
 
Use the following XML tag to define custom Properties for the Descriptions Panel Component within your Custom XML file:  
 
 
<DescriptionsPanel />  
 
 
 
 
 
 
Common Properties  
 
The Descriptions Panel Component inherits the following common Panel Properties:  
 
Component Visibility Properties  
General Panel Properties  
Location Properties  
Margins Properties  
Image Properties  
Opacity Properties  
 
 
 
 
Specialised Properties  
 
In addition to the above, the Descriptions Panel Component also inherits the following specialised Properties:  
 
Counting Hits  
Use this Property in order to record the number of hits received for a HTML Description related URL.  
 
Text Properties  
Use these Properties in order to set and format the Panel text data.  
 
Panel Text Rotation  
Use this Property to specify an angle of rotation for the Panel text data.  
 
HTML Text  
Use this Property to specify whether the text data is plain-text or supports HTML format.  
 
File Based Text
Use this Property to specify that the text data for this Component is contained within an external file.

CSS File  
Use this Property to specify the location of an external CSS File used to format this Components' text data.  
 
Sample Field Data Type  
Use this Property to override the default filtering mechanism used for the Item Descriptions Field.  
 
 
 
 
Default Property Values  
 
The following default Property values are defined for the Descriptions Panel Component:  
 
Property Name
Default Value
Visible
true
X
undefined
Y
undefined
Width
undefined
Height
undefined
Margins
0, 0, 0, 0
Scale
70
Horizontal
false
TextFromFile
false
Text
undefined
TextHTML
true
TextFont
Times New Roman
TextAlign
left
TextColour
0
TextSize
12
TextItalic
false
TextBold
false
TextUnderline
false
TextBorder
false
TextRotation
0
CSSFile
undefined
Image
default
Opacity
100
BorderRadius
0
BorderColour
0
BorderWeight
0
Colours
undefined
CountHits
true
SampleFieldDataType
text
 
 



Related Topics  
 
Generic Text Panels