Class wwWebTabPage

The wwWebTabPage class holds the state for each individual TabPage and is the class for wwWebTabControl::TabPages. Its job is to associate the specific Tab with an HTML control that is to be displayed when the Tab is activated.

Class Members

MemberDescription
ActionLink The action that occurs when the tab is clicked. The default behavior is to switch the assigned page. Supported modes are: * **"default" or empty** The tab is selected and the TabPageClientId is…
Style The style property allows you to override the style for the particular tab rendering. We don't recommend that you use this property but rather rely on the CSS Class for styling but if you need to…
TabImage An optional Url to an image icon that is displayed on the left side of the tab. The image is loaded with ResolveUrl so you can use syntax like ~/images/info.gif. Note that you can also apply an…
TabPageClientId This is the client Id of the container that is to be activated. Note that this is a Client Id meaning that if you reference Web Connection controls contained in other controls the client ID will be…
Text The Text for the caption of the Tab page. This value is displayed as HTML so if you choose you can embed HTML markup into this text expression.
Enabled Determines whether a tab is enabled or not. The disabled tab is shown with the disabledtabbutton CssClass. Note a tab that is disabled through server code cannot be enabled through client code as…

Assembly: webcontrolsextended.prg



© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic