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

34 lines
532 B
Text
Raw Normal View History

ABrowser: WOBrowser
{
list = application.bundleInfo.Browser.list;
item = anItem;
displayString = anItem.label;
selections = selectedItems;
multiple = YES;
name = "BROWSERNAME";
};
SelectedItems: WOString
{
value = selectedItems;
};
MainPageLink: WOHyperlink
{
pageName = "Main";
string = "Main Page";
};
Form: WOForm
{
enctype = "multipart/form-data";
};
SubmitButton: WOSubmitButton
{
action = submitAction;
value = "Submit";
};