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

30 lines
389 B
Text
Raw Normal View History

ACheckBox: WOCheckBox
{
value = "MyValue";
selection = checkBoxValue;
};
CheckValue: WOString
{
value = checkBoxValue;
};
MainPageLink: WOHyperlink
{
pageName = "Main";
string = "Main Page";
};
Form: WOForm
{
enctype = "multipart/form-data";
};
SubmitButton: WOSubmitButton
{
action = submitAction;
value = "Submit";
};