mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +00:00
33 lines
521 B
Text
33 lines
521 B
Text
|
|
||
|
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";
|
||
|
};
|
||
|
|