uShopInputVertical.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


 &ltAPPLET CODE = "uShopInputVertical.class" WIDTH=100 HEIGHT=160>
 &ltPARAM NAME=id          VALUE="V0001">
 &ltPARAM NAME=showid      VALUE="YES">
 &ltPARAM NAME=name        VALUE="Chair">
 &ltPARAM NAME=description VALUE="leather">
 &ltPARAM NAME=options     VALUE="NONE">
 &ltPARAM NAME=weight      VALUE="0">
 &ltPARAM NAME=price       VALUE="$ 199.99">
 &ltPARAM NAME=alignment   VALUE="LEFT">
 &ltPARAM NAME=background  VALUE="153,204,255">
 </APPLET>


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


 &ltAPPLET CODE = "uShopInputVertical.class" WIDTH=100 HEIGHT=160>
 &ltPARAM NAME=id          VALUE="V0002">
 &ltPARAM NAME=showid      VALUE="YES">
 &ltPARAM NAME=name        VALUE="Baseball Hat">
 &ltPARAM NAME=description VALUE="One size fits all">
 &ltPARAM NAME=options     VALUE="blue,red,black">
 &ltPARAM NAME=weight      VALUE="1">
 &ltPARAM NAME=price       VALUE="$ 19.99">
 &ltPARAM NAME=alignment   VALUE="RIGHT">
 &ltPARAM NAME=background  VALUE="153,204,255">
 &ltAPPLET>