Detail

The Descriptions Filter Control Component enables the end-user to enter a pattern string that must be matched in the Item Descriptions Field for all Sample Data records returned to the client.
 
 
 
By default, case insensitive filtering is employed via the preg_match
PHP function. Details concerning the valid syntax of preg_match pattern strings can be found at http://uk2.php.net/manual/en/reference.pcre.pattern.syntax.php.  
 
 
Designers can override the default filtering method by changing the field data type of the Descriptions Panel Sample Data field. This table describes the types of filtering that are available for each available sample field data type definition:  
 
 
 
 
Custom XML Tag  
 
Use the following XML tag to define custom Properties for the Descriptions Filter Control Component within your Custom XML file:  
 
 
<DescriptionsFilterControl          />  
 
 
 
 


Common Properties  
 
The Descriptions Filter Control Component inherits the following common Control Properties:  
 
Component Visibility Properties  
Location Properties  
Margins Properties  
Text Properties  
Image Properties  
Opacity Properties  
 
 
 
 
Default Property Values  
 
The Descriptions Filter Control Component has these default Property values defined.
 
 
 
 

Related Topics  
 
Cookie Related Properties