jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

Add UI control that can bind with boolean data #515

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We need a UI control that can adhere to data binding restrictions for 
xsd:boolean / xforms:boolean. The control may render a checkbox, for 
example.

Sample code snippet:

    <xf:input ref="check" datatype="xforms:boolean">
      <xf:label>Check: </xf:label>
    </xf:input>

Based on conversation with John in last week's call, needed in this 
iteration (setting priority to critical).

Original issue reported on code.google.com by rahul.ak...@gmail.com on 11 Aug 2009 at 9:18

GoogleCodeExporter commented 8 years ago
Code for such a UI control has been proposed for addition in r2919 and review 
requested. Changing Status to InReview.

Original comment by rahul.ak...@gmail.com on 11 Aug 2009 at 10:27

GoogleCodeExporter commented 8 years ago
Committed to trunk in r2920 after favorable review.

Resolving issue as Fixed.

Original comment by rahul.ak...@gmail.com on 14 Aug 2009 at 3:27