I have a requirement which requires me to use a single dialog with two tabs. Each tab should have a CustomMultiField (multiple sets of four fields). I do not know anything about EXT JS. Can some one point me to right direction where I can find something about requirement as above.
Share
I have built custom components without any explicit understanding of Ext JS. To understand how to set up a dialog with tabs, look at the code for the
pagecomponent in/libs/foundation/component/page. A directory of all the xytpes you can use, like MultiField, is here.