| Package | ispring.presenter.presentation.settings |
| Interface | public interface IWebLink |
| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
To obtain the IWebLink interface use the slideAreaLink and
the presentationEndLink properties of the IWebLinks interface.
See also
| Property | Defined By |
|---|---|
| target : String [read-only]
The browser window or HTML frame that displays the document indicated by the url parameter. | IWebLink |
| url : String [read-only]
The web link URL. | IWebLink |
| target | property |
target:String [read-only] | Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
The browser window or HTML frame that displays the document indicated by the url parameter.
It can be the name of a specific window or use one of the following values:
"_blank" specifies the current frame in the current window."_self" specifies a new window."_parent" specifies the parent of the current frame."_top" specifies the top-level frame in the current window. public function get target():String| url | property |
url:String [read-only] | Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
The web link URL.
public function get url():String