Applies to
Format
string
A comma-separated list of id values for the panes included as tabs in this control.
When setting this value, you can put +
in front of the list to add tabs to the existing control, without affecting current tabs. You can likewise use -
in front of the list to remove tabs.
Note
When using this with winset(), remember you will need to escape
+
as%2B
via url_encode() or list2params().