Quote:
Originally Posted by deugenin Thanks for your reply Greg, but I still with the problem... :-(
Mi new Tab its appears on Domain view, but OUTPUT and TEXTAREA it's not appears (the tab is clear)... |
Ok, I figured it out. The problem is that in 4.5.7 ZaDomainXFormView.TAB_INDEX global variable is not defined, I added it only in 5.0 branch. Instead, we used hard-coded tab indexes. So, in order to make it work you need to change this line
var myTabIndex = ++ZaDomainXFormView.TAB_INDEX;
to this
var myTabIndex = 6;