Hi. I wanna check is tab name is used before getting this message "Tab name "Modules" has already been used." |
Hi Zamir, As the first option, you can catch the e_tabNameExists exception when it's raised from your API;
Currently, Formspider does not provide a built-in API which checks whether a tab with the given name exists or not. But as the second option, you can implement your custom checker function as;
Hope this helps, Ibrahim |