Hi Everyone,
Hope you all are doing good.
I needed little help, I have done one Ajax call in my form, which returns a string. I want to bind this string as a Text of my label.
Code of Ajax...
Type: Posts; User: RKenkre
Hi Everyone,
Hope you all are doing good.
I needed little help, I have done one Ajax call in my form, which returns a string. I want to bind this string as a Text of my label.
Code of Ajax...
Hi All,
Actually I am using ext JS 3.2.1 version and I want to bind the JSON result as the text of my label. Tried few ways but not achieved the desired result.
Below is the method that returns...
Thanks Gary for the link!!!
I replaced that Combo Code with the ListView and following is the code that helped me.
Posting here so it can help others:
{
anchor: '100%',
Hi Everyone,
Actually I wanted little help from you all, I am using Ext JS 3.2.1 version.
I am using one combo box where I can select a single value but now I want to select multiple values from...