WORadioButtonList

Version 14.1 by Klaus Berkling on 2012/03/03 17:19

Introduction

WORadioButtonList displays a list of radio buttons. The user can make a selection that is then returned selection object.

Usage


WORadioButtonList {
 list = ObjectsList;
 item = ObjectItemInList;
 displayString = ObjectItemInList.displayString;
 value = valueOfInputTag;
 index = ObjectListIndex;
 prefix = prefixHTMLString;
 suffix = suffixHTMLString;
 selection = selectedObjectInList;
 name = aName;
 disabled = disabledList;
 escapeHTML = renderDisplayStringAsHTML;
}