|
Preventing Interstitials from showing up in Queries
D E S C R I P T I O N: |
|
|
By default both interstitials and columns will show up in queries. You can override this default using the columnType attribute.
The following will limit results to columns only, thus preventing interstitials from showing up:
<dpQuery issue="this" columnType="column">
See also: <dpHeadline>,
The following will do the opposite and only return interstitials in the results:
<dpQuery issue="this" columnType="interstitial">
|
| Home:
Support:
Reference Guide:
|
Questions? Comments? Please write support@desert.net. |