Which controls read and write simpleContent?

In trying to work out what we want for the restrictions on binding to 
simpleContent, here are (as far as I can see) all places where instance 
data is referenced, and whether it reads or writes.

I've surely missed some.

The questions are:
 - do we want the restriction to simple content on reading?
 - why do we have the restriction on writing to non-simpleContent PLUS the 
description of what it does if you do it?

CONTROL SIMPLE READ/WRITE
input/secret y  rw
output  y  r
textarea  y  rw
upload  y  r
range  y  rw
trigger/submit -
select/1  y/n  rw
   choices
   item/value y  r
   item/copy - 
   itemset  -
control  -
group  -
switch  y  rw
(dialog)
repeat  -
   indexref  y  rw

NON CONTROLS
shared  n
label etc  y  r
filename  y  r
mediatype y  r
value  y  r
copy  -

ACTIONS
load [depr] y  r   
message  y  r
setvalue  y  w
replace  -
toggle  y  r

Steven

Received on Friday, 18 April 2025 12:37:32 UTC