Class ProgrammeFilter : Constructor Method
ProgrammeFilter Constructor( String title, String description, [ Date dtFrom ], [ Date dtTo ] ) |
Summary
Create the filter
Parameters
Parameter | Description |
String title |
Title of the filter, appears on the caption of Show Me |
String description |
Description of the filter |
Date dtFrom [optional] |
Date used to start a search. Added in build 1105 |
Date dtTo [optional] |
Date used to end a search. Added in build 1105 |
|
|
|
Examples
var pFilter = new ProgrammeFilter( "All movies between 1990 and 2000", "Shows all movies between 1990 and 2000" );
|
See the example script file example-show-me-filter.dgscript
Requirements
Build 1069
|