INTEGRATION: CWS eforms2 (1.8.26); FILE MERGED

2004/08/06 13:59:47 fs 1.8.26.1: #i31958# +UncheckedRefValue
This commit is contained in:
Oliver Bolte 2004-11-16 10:08:48 +00:00
parent 46ba4d8a11
commit cf0783df8f

View file

@ -2,9 +2,9 @@
*
* $RCSfile: RadioButton.idl,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: obo $ $Date: 2004-06-03 19:56:31 $
* last change: $Author: obo $ $Date: 2004-11-16 11:08:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -127,6 +127,16 @@ published service RadioButton
*/
[property] string RefValue;
/** specifies a value which is to be associated with the control when it's <em>not</em>
selected.
<p>In various situations, the <member>RefValue</member> is associated with the control
if and only if it is selected.<br/>
<member>UncheckedRefValue</member> provides a extensions of this concept: If present,
the value should be associated with the control when it is <em>not</em> selected.</p>
*/
[optional, property] string UncheckedRefValue;
};
//=============================================================================