- From: hlyu <hlyu@mail.ustc.edu.cn>
- Date: Tue, 18 Sep 2001 11:38:40 +0800
- To: <www-forms@w3.org>
Received on Monday, 17 September 2001 23:51:30 UTC
Hi all, How to express relevant between forms? For example: <xform:xform id = "form1"> ... <xform:instance> <operator class = "1"> ... </operator> <operator class = "2"> ... </operator> </xform:instance> ... </xform:xform> <xform:xform id = "form2"> ... <xform:instance> <enableMachine>true</enableMachine> </xform:instance> ... </xform:xform> ... <xform:selectBoolean id = "sltCtrl" ref = "enableMachine" xform = "form2"> ... </xform:selectBoolean> How to write the model item of form2 if I want to make control sltCtrl readOnly when form1's current operator belongs to class "1" (@class == "1")? Thanks. hlyu
Received on Monday, 17 September 2001 23:51:30 UTC