Thanks a lot for your help Danguba. I also have a text box and enter button on UI and based on value entered in text box, I need to refresh contents of 3rd tab. Below is my code:
{//second tab...
Type: Posts; User: grind01
Thanks a lot for your help Danguba. I also have a text box and enter button on UI and based on value entered in text box, I need to refresh contents of 3rd tab. Below is my code:
{//second tab...
Thanks a lot for your help Danguba. I also have a text box and enter button on UI and based on value entered in text box, I need to refresh contents of 3rd tab. Below is my code:
{//second tab...
Got it working.
I need to display contents of external vendor url inside a tab(when user clicks it). Below is my code. However, it is not working. Can you please let me know what I am doing wrong?
items: [...
Here is the image.
Also, I am using ver 4.1.0
I have a simple chekcbox group
items: [{
xtype: 'checkboxgroup',
id: test1,
fieldLabel: options,
columns: 1,
items: data
}],
I populated box labels, names and checked values for...