I am having issues with the dojox mobile textbox in my program. The box does not render at all when I use it.
i have tried both
<input dojoType="dojox.mobile.TextBox" value="test value"/>
and
<input dojoType="dojox.mobile.app.TextBox" value="test value"/>
Has anyone got any working examples? I am new to dojo, so I am sure I am probably just missing something goofy.
I got his issue. There was a problem with requiring these widgets. After inserting this line in head
<script>tag.Issue solved. Make sure you base dojo.js has proper paths.