New Tab
Posted: 2020-12-01 16:14
Hi,
I am learning to use the AppGini Helper JavaScript Library and I try to add a Tab but nothing appears, I'm also using the compaction and It's working well
My code is:
dv.compact ();
var dv = new AppGiniDetailView ();
var tab = dv.addTab ("nombre", "Title", "icon");
Thank you
I am learning to use the AppGini Helper JavaScript Library and I try to add a Tab but nothing appears, I'm also using the compaction and It's working well
My code is:
dv.compact ();
var dv = new AppGiniDetailView ();
var tab = dv.addTab ("nombre", "Title", "icon");
Thank you