update height and width documentation for DataForm fields

This commit is contained in:
Colin Kuskie 2006-07-23 00:03:01 +00:00
parent 2e7e62fa1e
commit 0f8aca80db

View file

@ -208,13 +208,13 @@ to validate any input that the user may supply.|,
},
'8 description' => {
message => q|Set the number of characters wide this form field will be.|,
lastUpdated => 1119156590,
message => q|Set the width of most fields in pixels, except for lists. For a drop-down list, it sets the height in entries.|,
lastUpdated => 1153612746,
},
'27 description' => {
message => q|Set the number of characters tall this form field will be. Only used on textareas and HTMLAreas.|,
lastUpdated => 1119156590,
message => q|Set the height of this field in pixels. Only used on textareas and HTMLAreas.|,
lastUpdated => 1153613086,
},
'editField vertical label description' => {