libs-gsweb/Testing/DynamicElements/CheckBoxList2Page.wo/CheckBoxList2Page.wod

33 lines
521 B
Text
Raw Normal View History

ACheckBoxList: WOCheckBoxList
{
list = application.bundleInfo.CheckBoxList.list;
item = anItem;
displayString = anItem.label;
selections = selectedItems;
name = "CHECKNAME";
};
SelectedItems: WOString
{
value = selectedItems;
};
MainPageLink: WOHyperlink
{
pageName = "Main";
string = "Main Page";
};
Form: WOForm
{
enctype = "multipart/form-data";
};
SubmitButton: WOSubmitButton
{
action = submitAction;
value = "Submit";
};