A TabControl is a special kind of container window that organizes several controls in multiple pages. When clicked, the page displays only the controls assigned to it and hides the rest.
You have several options to create a tab control with pages:
|
|
To create the child controls for each page, you must use the tab control as the parent window and set the ntab parameter in function wb_create_control() to the desired page number:
|
|
NOTES
The tab control can send a notification to its parent when the selected tab has changed if you include the WBC_NOTIFY style and the WBC_HEADERSEL flag when creating the parent window. See the example below:
|
<?php |
wb_create_control
wb_create_items
Control
classes