Name
|
Description
|
codebase |
This parameter is actually part of the <APPLET> tag and therefore
should be specified on the first line of the Applet (see example). It
allows you to specify the location of this applet's class file.
The recommended value is "../classes/".
See codebase
for more information.
|
category_label |
This parameter allows you to change the text that is displayed
next to the category selection menu. The default value is
"Category".
|
category_options |
This parameter allows you to specify the name of the categories
and the names of the data files for each category. The format of
this parameter is CATEGORYNAME=CATEGORYFILE, where CATEGORYNAME is
the name of the category as you would like it to be displayed in
the drop-down list, and CATEGORYFILE is the name of the category
data file. See the uShopTM
User's Guide
for more information about the format of these bar-delimited
data files.
NOTE: For this special applet, you may pad each field with spaces
so that the fields are aligned in the uShopInput20 applet.
NOTE 2: Do NOT use commas or semicolons in any of the data fields of
you data file.
|
target |
This parameter allows you to specify the "target" frame or
window in which the dynamically generated product pages will
be displayed. The default value of this parameter is "NONE"
which would cause the generated page to be displayed in the
current frame. The suggested value is something like "FRAME2",
where "FRAME2" is a separate frame being used to display the
dynamically generated product pages.
|
keyword_label |
This parameter allows you to change the text that is displayed
next to the keyword entry box. The default value is
"Keyword".
|
search_label |
This parameter allows you to change the text that is displayed
on the "Search" button. The default value is "Search".
|
matches_label |
This parameter allows you to change the text that is displayed
next to "total number of matches" indicator. The default value
is "Total Matches".
|
back_label |
This parameter allows you to change the text that is displayed
on the "Previous" button. The default value is "<< Prev".
|
next_label |
This parameter allows you to change the text that is displayed
on the "Next" button. The default value is "Next >>".
|
product_template |
The name of the product template file that will be used as
the template of all dynamically generated product pages.
The default value for this parameter is "product_template.html".
This file should be located in your "classes" directory. See the
uShopTM User's Guide
for more information about setting up the product template file.
|
dyn_popup |
This parameter allows you to specify whether to display a
message in a popup window whenever this item has been added
to the shopping cart from one of the dynamically generated
product pages. Valid values are "YES" or "NO". The
default value is "NO".
|
dyn_background_color |
This parameter allows you to specify the background color
of the applet that is created on the dynamically generated
product pages. This value can be specified
as an RGB value such as "#FFFFFF" or as one of the keyword
colors such as "white". See
color parameter
format for more information on colors.
|
dyn_text_color |
This parameter allows you to specify the text color of the
applet that is created on the dynamically generated product
pages. This value can be specified
as an RGB value such as "#000000" or as one of the keyword
colors such as "black". See
color parameter
format for more information on colors.
|
dyn_applet_width |
This parameter allows you to specify the width of the
uShopInput20 applet.
|
dyn_product_per_page |
This parameter allows you to specify the maximum number of
products per page. If the search results has more matches
than this number, then the NEXT/PREVIOUS buttons can be used
to traverse to additional pages.
|
dyn_show_id |
This parameter allows you to specify whether to show the
product IDs in the uShopInput20 applet or not.
|
dyn_show_name |
This parameter allows you to specify whether to show the
product names in the uShopInput20 applet or not.
|
dyn_show_description |
This parameter allows you to specify whether to show the
product descriptions in the uShopInput20 applet or not.
|
dyn_show_qty |
This parameter allows you to specify whether to show the
product quantity in the uShopInput20 applet or not.
|
dyn_show_price |
This parameter allows you to specify whether to show the
product prices in the uShopInput20 applet or not.
|
dyn_font_size |
This parameter allows you to specify the font size used in
the uShopInput20 applet.
|
background_color |
This search applet's background color. This value can be specified
as an RGB value such as "#FFFFFF" or as one of the keyword
colors such as "white". See
color parameter
format for more information on colors.
|
text_color |
This search applet's text color. This value can be specified
as an RGB value such as "#000000" or as one of the keyword
colors such as "black". See
color parameter
format for more information on colors.
|