Paket | com.adobe.viewsource |
Sınıf | public class ViewSource |
Miras Alma | ViewSource Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
İlgili API Öğeleri
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
[statik]
Adds a "View Source" context menu item
to the context menu of the given object. | ViewSource | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yöntem Ayrıntısı
addMenuItem | () | yöntem |
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.
Parametreler
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, 01:09 PM Z