I want to display data that i receive from a data store. One way that i have tried, is to take a text field make it disabled and then set its value with store data.
But i don’t think it is the correct solution so i am trying to use label instead and I am not getting how it can be done. Can you guys can point me to correct way of doing it.? Any help appreciated .
Thanks,
Mehul Makwana.
I recently tried to solve this problem by creating a ‘label’ form component. I posted about it in a blog article I wrote on Sencha/PhoneGap. Here is the code:
Let me know if this does the trick.