Getting Started with Tipue JS
STARTING OPTIONS
The options for Tipue JS are held in the Tipue JS Set file, and broken up into sections.
When you first install Tipue JS you must set the following options in the General section.
|
data = DOC
|
Where DOC is the XML data file or RSS feed.
This can be either a document, a partial URL or a full URL including the http:// element.
|
|
data_source = INT
|
Where INT sets the data source type.
If INT is 0 the data format is RSS. If INT is 1 the data format is XML. If INT is 2 the data format is JavaScript.
|
|
results_location = DOC
|
Where DOC is the location of the Search Results page.
This can be either a document, a partial URL or a full URL including the http:// element.
|
For more options, see Reference.
|
|