I have the following code:
$ksm = new KoolSlideMenu("ksm");
$ksm->scriptFolder = "KoolControls/KoolSlideMenu";
//Customers menu
$ksm->addParent("root", "customers", "Customers", null, true);
$ksm->addChild("customers","cust_manage","Manage", $url . "/MySys/customers_management.php");
$ksm->addChild("customers","cust_report","Reports", $url . "/MySys/customers_reports.php");
Is it possible to open the KoolSlideMenu child options urls in new tabs?
I'm currently using the version 8.2 of KoolPHP.