libs-gsweb/Testing/DynamicElements/RadioButtonList1Page.wo/RadioButtonList1Page.wod
Dave Wetzel 2658ffe6b6 * added GSWeb/GSWApplication+Defaults.h
* GSWeb/GNUmakefile: use -Werror
* GSWeb/GSWFileUpload.* added multiple file support
* Testing/DynamicElements/FileUpload1Page.wo added multiple file support
* GSWeb/* fixed warnings on Mountain Lion



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@36200 72102866-910b-0410-8b05-ffd578937521
2013-02-27 04:27:07 +00:00

32 lines
526 B
Text

ARadioButtonList: WORadioButtonList
{
list = application.bundleInfo.RadioButtonList.list;
item = anItem;
displayString = anItem.label;
selection = selectedItem;
name = "RADIONAME";
};
SelectedItem: WOString
{
value = selectedItem;
};
MainPageLink: WOHyperlink
{
pageName = "Main";
string = "Main Page";
};
Form: WOForm
{
enctype = "multipart/form-data";
};
SubmitButton: WOSubmitButton
{
action = submitAction;
value = "Submit";
};