uShopInputVertical_du.class


The uShopInputVertical applet is the similar to the uShopInputStandard applet except the layout is vertical rather than horizontal. It is ideal for placement next to product images and/or whenever horizontal real estate is limited. Like the uShopInputStandard applet, you can specify the product's id, name, description, weight, price, and an optional choice menu. In addition, you can specify an alignment parameter which can align each label to the left, center, or right.


Parameters
Note: Optional parameters are in italics


Example 1


<APPLET CODE = "uShopInputVertical_du.class" WIDTH=100 HEIGHT=160>
<PARAM NAME=id          VALUE="V0001">
<PARAM NAME=showid      VALUE="YES">
<PARAM NAME=name        VALUE="Chair">
<PARAM NAME=description VALUE="leather">
<PARAM NAME=options     VALUE="NONE">
<PARAM NAME=weight      VALUE="0">
<PARAM NAME=price       VALUE="NLG 199.99">
<PARAM NAME=alignment   VALUE="LEFT">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>


Example 2 (With "alignment" specified as "RIGHT")


<APPLET CODE = "uShopInputVertical_du.class" WIDTH=100 HEIGHT=160>
<PARAM NAME=id          VALUE="V0002">
<PARAM NAME=showid      VALUE="YES">
<PARAM NAME=name        VALUE="Baseball Hat">
<PARAM NAME=description VALUE="One size fits all">
<PARAM NAME=options     VALUE="blue,red,black">
<PARAM NAME=weight      VALUE="1">
<PARAM NAME=price       VALUE="NLG 19.99">
<PARAM NAME=alignment   VALUE="RIGHT">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
<APPLET>