bkyle / ubiquity-xforms

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

Model needs to project type info into UI control's datatype, if available #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the example below --

<xf:model>
  <xf:instance>
    <inst xmlns="">
      <d />
    </inst>
  </xf:instance>

  <xf:bind nodeset="d" type="xf:date" />
</xf:model>

<xf:input ref="d">
  ...
</xf:input>

-- the model needs to project the type info (the fact that nodeset "d" is 
bound to the "xf:date" type to the <xf:input> so that it may render itself 
appropriately (such as, a calendar control in this case).

Need to verify if this works, and if not, what needs to be done to make it 
so.

Original issue reported on code.google.com by rahul.ak...@gmail.com on 14 Aug 2008 at 10:14

GoogleCodeExporter commented 8 years ago

Original comment by rahul.ak...@gmail.com on 5 Nov 2008 at 2:44