extractValue_b:
checked:
{! extractValue_b( 'c1') ||| stat init !}
first selected:
{! extractValue_b( 'c2a') ||| stat init !}
which selected:
{! extractValue_b( 'r2') ||| stat init !}
select-one:
a
b
c
which selected:
{! extractValue_b( 'c4') ||| stat init !}
select-multiple:
a
b
c
which selected:
{! '[' + extractValue_b('c5') + ']' ||| stat init !}
text:
entered:
{! extractValue_b('c6') ||| stat init !}
textarea:
def txt
entered:
{! extractValue_b('c7') ||| stat init !}
hidden:
should be 'hidden text':
{! extractValue_b('c8') ||| stat init !}
password:
entered:
{! extractValue_b('c9') ||| stat init !}