adding code into velo I want to be able to click an added button to close a current tab.
$w(“#button1”).onClick(() => {
// Close the current tab
window.close();
});
adding code into velo I want to be able to click an added button to close a current tab.
$w(“#button1”).onClick(() => {
// Close the current tab
window.close();
});
What do you mean by closing a current tab exactly ?
Are you talking about a …
…???
Some pics, which you can provide → to explain your setup a little bit more in detail ?
I think this is not possible, but not sure.
You can read this, i don’t think that this information is already outdated…
Maybe there are other solutions for your problem, like for example using a LIGHTBOX instead ? You can control a LIGHTBOX completely by code.
Or another approach…
New Feature: Tabs with no Code
Surely you will find more informations inside this forum, if you do a closer research.