https://www.appgini.de/docs/Javascript- ... tabbed_1_2
Is the code to be put in tv.js file instead of dv.js file? As stated in the sample code in the above webpage...
Code: Select all
// file: hooks/TABLENAME-tv.js
AppGiniHelper.dv.getChildrenTabs().enableToggle();
Anyhow, let's say I have 2 tables, table1 and table2, with table1 having 1 field joined to id of table2.
I have tried creating the following files with just 1 line of code, but none of them working. The toggle is not showing up.
- table1-tv.js
- table1-dv.js
- table2-tv.js
- table2-dv.js
If I put the code in tv.js file, this error message appears in console:
AppGini Version 24.17Uncaught ReferenceError: AppGiniHelper is not defined
AppGiniHelper Javascript Library Version 2023.01.04.2