xype dialogfieldSet not working
Hi,
I am trying to create a dialog in my components. For one of the dialog, i used the xtype as 'dialogfieldset'. After using that, the dialog box doesn't show up in the webpage.
This is my component Structure.
mycomponent
> dialog > items > items> tab1 > items > Textitems (xtype as 'dialogfieldSet)>text1
The above is not working. Can anyone help to identify what wrong in it?