RE: equivalent for "checked"

Hi Roman,

In the XForms architecture, initial values are specified the same way for
all form controls. The author can provide inline or externally linked
"initial instance data" through the <instance> element.


Quick Example:

...
<xform:instance>
  <foo:checkboxdata>true</foo:checkboxdata>
</xform:instance>
...
<xform:selectBoolean ref="/foo:checkboxdata" .../>

Thanks,

.micah

-----Original Message-----
From: Roman Huditsch [mailto:r.huditsch@hico.com]
Sent: Monday, July 16, 2001 8:20 AM
To: www-forms@w3.org
Subject: equivalent for "checked"


Hi alltogether!

As far as I've looked at the latest WD I couldn't make up an equivalent
for the "checked" attribute for checkboxes or radiobuttons in XForms.
Is there any?

Thanks,
Roman  

> Roman Huditsch (RH ) 
> _____________________________________________________________________
> hico Informations- und Kommunikations-Management Gesellschaft m.b.H.
> TechLab, Thomas A. Edison Straße 2.
> A-7000 Eisenstadt / Austria
> phone: +43/2682/704-61-00; fax: +43/2682/704-71-61-10
> e-mail:support@hico.com;  r.huditsch@hico.com
> 
> 

Received on Monday, 16 July 2001 14:27:28 UTC