Paquete | com.adobe.viewsource |
Clase | public class ViewSource |
Herencia | ViewSource Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
[estática]
Adds a "View Source" context menu item
to the context menu of the given object. | ViewSource | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre métodos
addMenuItem | () | método |
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.
Parámetros
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.
|
Tue Jun 12 2018, 02:12 PM Z