Pakket | com.adobe.viewsource |
Klasse | public class ViewSource |
Overerving | ViewSource Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
viewSourceURL
property of the application container
to the URL of your source code,
the user can view the source code by selecting the
"View Source" context menu item.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
[statisch]
Adds a "View Source" context menu item
to the context menu of the given object. | ViewSource | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Methodedetails
addMenuItem | () | methode |
public static function addMenuItem(obj:InteractiveObject, url:String, hideBuiltIns:Boolean = true):void
Adds a "View Source" context menu item to the context menu of the given object. Creates a context menu if none exists.
Parameters
obj:InteractiveObject — The object to attach the context menu item to.
| |
url:String — The URL of the source viewer that the "View Source"
item should open in the browser.
| |
hideBuiltIns:Boolean (default = true ) — Optional, defaults to true.
If true, and no existing context menu is attached
to the given item, then when we create the context menu,
we hide all the hideable built-in menu items.
|
Wed Jun 13 2018, 11:42 AM Z