Sivasaravanan Member Mar 19, 2025 #1 Dear Anele, Any templates available for SithasoDaisy 5? Like SithasoDaisy 2's SithasoFree, MultiUser etc
Dear Anele, Any templates available for SithasoDaisy 5? Like SithasoDaisy 2's SithasoFree, MultiUser etc
Mashiane Expert Licensed User Longtime User Mar 20, 2025 #2 Sivasaravanan said: Dear Anele, Any templates available for SithasoDaisy 5? Like SithasoDaisy 2's SithasoFree, MultiUser etc Click to expand... Hi, thanks for your interest. At the moment not yet as we are still currently in BETA and have not launched. We will provide templates with the launch. Thanks. Upvote 0
Sivasaravanan said: Dear Anele, Any templates available for SithasoDaisy 5? Like SithasoDaisy 2's SithasoFree, MultiUser etc Click to expand... Hi, thanks for your interest. At the moment not yet as we are still currently in BETA and have not launched. We will provide templates with the launch. Thanks.
Sivasaravanan Member Dec 18, 2025 #4 Dear Anele, hope you are well. After long time i connected with you. One clarification need. in this another next level child here - level 4 child Upvote 0
Dear Anele, hope you are well. After long time i connected with you. One clarification need. in this another next level child here - level 4 child
Sivasaravanan Member Dec 18, 2025 #5 Dear Anele, I want level 4, 5 in Is it possible multi level menu here: drawermenu.AddItemParent("navigation", "docks", "", "Dock") drawermenu.AddItemChild("docks", "pg-dock", "", "Dock") drawermenu.AddItemChild("docks", "pg-dockxs", "", "Dock (XS)") drawermenu.AddItemChild("docks", "pg-dockcolor", "", "Dock (Color)") drawermenu.AddItemChild("pg-dock","pg-ithree","","New Child") Upvote 0
Dear Anele, I want level 4, 5 in Is it possible multi level menu here: drawermenu.AddItemParent("navigation", "docks", "", "Dock") drawermenu.AddItemChild("docks", "pg-dock", "", "Dock") drawermenu.AddItemChild("docks", "pg-dockxs", "", "Dock (XS)") drawermenu.AddItemChild("docks", "pg-dockcolor", "", "Dock (Color)") drawermenu.AddItemChild("pg-dock","pg-ithree","","New Child")
Mashiane Expert Licensed User Longtime User Dec 18, 2025 #6 Good day, try this.. drawermenu.AddItemParent("pg-dock","pg-ithree","","New Child") drawermenu.AddItemChild("pg-ithree","pg-otherchild","","Other Child") Upvote 0
Good day, try this.. drawermenu.AddItemParent("pg-dock","pg-ithree","","New Child") drawermenu.AddItemChild("pg-ithree","pg-otherchild","","Other Child")