href - Link Location

Redirects the user to a specified location.

Category

basics

Syntax

href="url"

Usage

In Design mode, click All Properties and look for href under basics.

Examples

The user who clicks this tab panel is redirected to the Google site.
<xp:tabPanel label="Google" id="tabPanel3"
	href="http://www.google.com">
</xp:tabPanel>