Export to GitHub

ubiquity-xforms - issue #515

Add UI control that can bind with boolean data


Posted on Aug 11, 2009 by Helpful Rabbit

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).

Comment #1

Posted on Aug 11, 2009 by Helpful Rabbit

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

Comment #2

Posted on Aug 14, 2009 by Helpful Rabbit

Committed to trunk in r2920 after favorable review.

Resolving issue as Fixed.

Status: Fixed

Labels:
Type-Feature Component-UI Iteration-20090807 Priority-Critical