odk - Android Javarosa innerText repeat groups -
i trying retrieve innertexts of repeated group unable retrieve appearance attribute or hint. other 2 hint tags can retrieve. pointers?
<group>               <label ref="jr:itext('/data/question0/question3/question6:label')" />                 <appearance>evil</appearance>                 <hint>stuff</hint>               <repeat nodeset="/data/question0/question3/question6">                 <input ref="/data/question0/question3/question6/question7">                   <label ref="jr:itext('/data/question0/question3/question6/question7:label')" />                     <hint>i work</hint>                   <hint ref="jr:itext('/data/question0/question3/question6/question7:hint')" />                 </input>                 <input ref="/data/question0/question3/question6/question8">                   <label ref="jr:itext('/data/question0/question3/question6/question8:label')" />                     <hint>so i</hint>                   <hint ref="jr:itext('/data/question0/question3/question6/question8:hint')" />                 </input>               </repeat> 
not sure mean 'retrieve innertexts' maybe following clarifies issue you're experiencing.
the appearance supported attribute on form control elements , group elements. see http://opendatakit.github.io/odk-xform-spec (though admittedly appearance attributes not covered there).
i don't think hint element supported child of group element. supported child of form control elements.
Comments
Post a Comment