Detail

For Pollstar100 Applications where there is a large amount of Sample Data records, it is possible to provide the Sample Data on a page-by-page basis and so avoid lengthy download times. The Page Control Components are a set of three controls that enable the user to navigate through multiple pages of Sample Data. For the sake of simplicity the three individual Page Controls are arranged horizontally within a Page Control Array Component. The designer specifies the location, dimensions and visibility for the Page Control Array Component rather than having to specify location and dimension Properties for each individual Page Control.  
 
 
 
 
Custom XML Tags  
 
Use the following XML tag to define custom Properties for the Page Control Array Component within your Custom XML file:  
 
 
<PageControlArray     />  
 
 
 
 
Use the following XML tags to define custom Properties for each actual Page Control Component within your Custom XML file:  
 
 
<PagePrevControl />  
<PageNextControl />  
<PageZeroControl />  
 
 
 
 
 
 
Page Control Array Properties  
 
The Page Control Array Component inherits the following common Properties:  
 
Component Visibility Properties  
Use this Property to exclude the Page Control Components from the UI.  
 
Location Properties  
Use these Properties to specify the size and location of the Page Control Array within the UI.  
 
 
 
 
Default Page Control Array Property Values  
 
The following default Property values are defined for the Page Control Array Component:
 
 
Property Name
Default Value
Visible
true
X
undefined
Y
undefined
Width
undefined
Height
undefined
 
 
 
 
 
Page Control Properties  
 
Each individual Page Control Component within the array inherits the following common Properties:  
 
Margins Properties  
Use these Properties to set the left, right, top and bottom margins within which any text data is displayed.  
 
Text Properties  
Use these Properties in order to set and format text data for a Page Control Component.  
 
Image Properties  
Control Image Properties  
Use these Properties in order to define images for the a Page Control Component.  
 
Opacity Properties  
Use this Property to set the Component image opacity.  
 
 
 
 
Default Page Control Property Values  
 
The following default Property values are defined for the Page Control Components:
 
 
Property Name
PagePrevControl
PageNextControl
PageZeroControl

Default Value
Default Value
Default Value
Margins
0, 0, 0, 0
0, 0, 0, 0
0, 0, 0, 0
Text
<
>
||
TextFont
Times New Roman
Times New Roman
Times New Roman
TextAlign
center
center
center
TextColour
0
0
0
TextSize
12
12
12
TextItalic
false
false
false
TextBold
false
false
false
TextUnderline
false
false
false
TextBorder
false
false
false
Image
default
default
default
ImageUp
undefined
undefined
undefined
ImageDown
undefined
undefined
undefined
ImageOver
undefined
undefined
undefined
Opacity
100
100
100
BorderRadius
0
0
0
BorderColour
0
0
0
BorderWeight
1
1
1
Colours
undefined
undefined
undefined
 
 
 
 
 
Notes  
 
An end-users page number can be preserved between sessions via the Cookie Related Properties.

 
 
 
Related Topics  
 
The Page Textbox  
The Sample Page Size