[Webwork-user] Update to Template Controls now in CVS
Brought to you by:
baldree,
rickardoberg
From: Maurice C . P. <Ma...@Vi...> - 2000-12-07 22:01:10
|
All, I have updated the template controls in CVS. The controls now have their parameters documented inside the code of the controls inside of JSP comment tags. This is probably the best place to look for now if you are wanting to see how to use the controls. A new control, selectmap.jsp, has been added. It and all the other *map.jsp controls now require you to explicitly state what the attribute names of the key and value are. Check out formtest.jsp to see how this works. Also new are optional parameters to specify SIZE and MAXLENGTH on text and password fields. You may also now move the label to above the control instead of to the left of by using the optional parameter labelposition using the value "top". This is true of all labels except the checkbox.jsp, which uses a diffent formatting scheme. Later, Maurice |