| 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 IReference interface stores information about a reference.
The IReference interface extends the flash.events.IEventDispatcher interface.
The current implementation of the IReference interface
does not displatch any event. This functionality is reserved for future versions.
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 name of the target window to open the reference in.
Implementation public function get target():Stringtitle: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 reference title.
Implementation public function get title():Stringtype: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 type of the reference.
See the ispring.presenter.presentation.resources.references.ReferenceType constants for this property.
Implementation public function get type():StringSee also
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 reference URL.
Implementation public function get url():String public function navigate(overridenTarget:String = null):void| 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 |
Opens the reference in the specified browser window.
Parameters
| overridenTarget:String (default = null) — A target window name to open the reference. If this parameter is null the reference is opened in the target window defined by the target property.
|
See also
Tue Dec 4 2012, 06:27 PM +04:00