Piklist Workflow tabs can be enhanced with unlimited subtabs, allowing you to create more complex, but easy to manage, user interfaces.
IMPORTANT: You should already have a Piklist Workflow system set up before using this tutorial. If you do not, you can reference this tutorial.
In this example, we are going to place a subtab under a tab called My Tab
.
/workflows
folder.Tab
parameter which defines which tab your subtab will display under.The following code snippet will display a subtab titled My Subtab
, under a tab called My Tab
in the My Workflow
Flow, and make it the default tab.
<?php
/*
Title: My Subtab
Order: 10
Flow: My Workflow
Tab: My Tab
Default: true
*/
?>
This documentation is a community effort. Please create an issue or pull request to help!