Paket | com.adobe.icc.editors.handlers |
Sınıf | public class TextHandler |
Miras Alma | TextHandler EventDispatcher Object |
Uygular | IAssetHandler |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Özellik | Tanımlayan: | ||
---|---|---|---|
assetActions : IList
The list of AssetAction objects maintained by this handler. | TextHandler | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
currentAction : AssetAction
The action that the handler is currently executing. | TextHandler | ||
selectedAssets : Array
The array of text value objects currently selected by the user. | TextHandler | ||
workingAsset : com.adobe.icc.editors.model:TextModel
The Text Domain Object that the handler is currently working with. | TextHandler |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | TextHandler | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
Returns the asset type handled by this handler. | TextHandler | ||
This method is invoked by the asset manager framework whenever user requests an action
on an object of type text. | TextHandler | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Called by the asset manager framework giving the handlers a chance to initialize themselves. | TextHandler | ||
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 | ||
Called internally when this handler is handling an action of type Publish. | TextHandler | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
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 | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Called internally when this handler is handling an action of type Activate. | TextHandler | ||
Called internally when this handler is handling an action of type Copy. | TextHandler | ||
Called internally when this handler is handling an action of type Create. | TextHandler | ||
Called internally when this handler is handling an action of type Delete. | TextHandler | ||
Called internally when this handler is handling an action of type Edit. | TextHandler | ||
Called internally when this handler is handling an action of type ExportDependencies. | TextHandler | ||
This method handles the result event of exportTextDependencies. | TextHandler | ||
handles the default Action(AssetActionEvent.ACTIN_DEFAULT) such as Item double click on search results grid. | TextHandler | ||
Redispatching the asset action event to show the import Asset Popup
| TextHandler | ||
Called internally when this handler is handling an action of type RevertToLastPublish. | TextHandler | ||
Called internally when this handler is handling an action of type ExportPackage. | TextHandler | ||
Called internally when this handler is handling an action of type ImportPackage. | TextHandler | ||
Called internally when this handler is handling action of type MarkForPublish
This method modifies the state of asset to Ready to Publish . | TextHandler | ||
Called internally when this handler is handling an action of type VersionHistory. | TextHandler | ||
Called internally when the user selects the button on the Revert To Last Publish Pop up . | TextHandler | ||
Called internally when this handler is handling an action of type View. | TextHandler |
Olay | Özet | Tanımlayan: | ||
---|---|---|---|---|
[broadcast olayı] Flash Player veya AIR uygulaması işletim sistemi odağına gelip etkin olduğunda gönderilir. | EventDispatcher | |||
Dispatched when the handling of an action is complete. | TextHandler | |||
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | TextHandler | |||
[broadcast olayı] Çalışan Flash Player veya AIR uygulaması sistem odağını kaybettiğinde ve etkin olmayan duruma geldiğinde gönderilir. | EventDispatcher | |||
Dispatched when an action handled by this handler requires an editor window to be launched. | TextHandler |
Sabit | Tanımlayan: | ||
---|---|---|---|
ACTION_ACTIVATE : String = "Activate" [statik]
Constant for the name of the action related to publishing of an asset. | TextHandler | ||
ACTION_COPY : String = "Copy" [statik]
Constant for the name of the action related to copying of an asset. | TextHandler | ||
ACTION_CREATE : String = "Create" [statik]
Constant for the name of the action related to creation of an asset. | TextHandler | ||
ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific" [statik]
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | TextHandler | ||
ACTION_DELETE : String = "Delete" [statik]
Constant for the name of the action related to deletion of an asset. | TextHandler | ||
ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport" [statik]
Constant for the name of the action related to downloading dependency browser report. | TextHandler | ||
ACTION_EDIT : String = "Edit" [statik]
Constant for the name of the action related to editing of an asset. | TextHandler | ||
ACTION_EXPORTDEPENDENCY : String = "ExportDependencies" [statik]
Constant for the name of the action related to exporting dependencies of an asset. | TextHandler | ||
ACTION_EXPORTPACKAGE : String = "ExportPackage" [statik]
Constant for the name of the action related to exporting dependencies of an asset. | TextHandler | ||
ACTION_IMPORTPACKAGE : String = "ImportPackage" [statik]
Constant for the name of the action related to importing dependencies of an asset. | TextHandler | ||
ACTION_MARKFORPUBLISH : String = "MarkForPublish" [statik]
Constant for the name of the action related to activation of an asset. | TextHandler | ||
ACTION_PUBLISH : String = "Publish" [statik]
Constant for the name of the action related to markforpublish of an asset. | TextHandler | ||
ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish" [statik]
Constant for the name of the action related to publishing of an asset
| TextHandler | ||
ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport" [statik]
Constant for the name of the action related to publishing report of an asset
| TextHandler | ||
ACTION_REVERTTOLASTPUBLISH : String = "RevertToLastPublish" [statik]
Constant for the name of the action related to revert to last publish of an asset. | TextHandler | ||
ACTION_VERSIONHISTORY : String = "VersionHistory" [statik]
Constant for the name of the action related to getting version history of an asset(Used to just enable
and disable icon). | TextHandler | ||
ACTION_VIEW : String = "View" [statik]
Constant for the name of the action related to viewing of an asset. | TextHandler | ||
ACTION_VIEW_DEPENDENCY : String = "ViewDependency" [statik]
Constant for the name of the action related to view dependencies of an asset. | TextHandler | ||
ASSET_TYPE : String = "TextModule" [statik]
Constant for the Asset Type handled by this handler. | TextHandler |
assetActions | özellik |
assetActions:IList
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The list of AssetAction objects maintained by this handler. This list is used by the asset manager framework to determine which action to enable. The asset manager framework looks for the value of the enabled flag in the AssetAction object to determine the same and handler updates the flags everytime the list of selected assets changes.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get assetActions():IList
public function set assetActions(value:IList):void
currentAction | özellik |
currentAction:AssetAction
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The action that the handler is currently executing. This is useful in cases when the editor needs to know the action that the working asset is being acted upon. For instance, the editor might need to disable some of the fields if it is a view action.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get currentAction():AssetAction
public function set currentAction(value:AssetAction):void
selectedAssets | özellik |
selectedAssets:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The array of text value objects currently selected by the user. This is set by the asset manager framework everytime a user selects or deselects an item of type text.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
workingAsset | özellik |
workingAsset:com.adobe.icc.editors.model:TextModel
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The Text Domain Object that the handler is currently working with. The handler creates this domain object from the shallow value object that it receives from the asset manager framework. The working asset is used by the asset editor to display the asset to the user in a desired presentation format.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get workingAsset():com.adobe.icc.editors.model:TextModel
public function set workingAsset(value:com.adobe.icc.editors.model:TextModel):void
TextHandler | () | Yapıcı |
public function TextHandler()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constructor.
activateTexts | () | yöntem |
protected function activateTexts():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Activate. The default implementation iteratively activates all the selected text value objects. Activation does not require creation of a domain object. Hence, the activate action has no impact on the value of working asset. Moreover, the launchEditor event is never dispatched while handling the activate action.
copyText | () | yöntem |
protected function copyText():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Copy. The default implementation creates a new text domain object from the selected text value object, assigns it as the working asset and dispatches the launchEditor event so that the framework can display the editor window to the user. This method can be extended to override the "copy" behavior of this handler. For instance, if viewing action requires some preprocessing or some checks that need to be made, the same can be done by overriding this method.
createText | () | yöntem |
protected function createText():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Create. The default implementation creates a new text domain object, assigns it as the working asset and dispatches the launchEditor event so that the framework can display the editor window to the user. This method can be extended to override the creation behavior of this handler. For instance, if creation requires some preprocessing or some checks that need to be made, the same can be done by overriding this method.
deleteTexts | () | yöntem |
protected function deleteTexts(showWaring:Boolean = true):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Delete. The default implementation iteratively deletes all the selected text value objects. A confirmation Alert dialog is shown to the user but can be curbed by setting the showWarning flag value to false. Deletion does not require creation of a domain object. Hence, the delete action has no impact on the value of working asset. Moreover, the launchEditor event is never dispatched while handling the delete action.
Parametreler
showWaring:Boolean (default = true ) — Should the warning dialog be shown before deleting the Text.
|
editText | () | yöntem |
protected function editText():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Edit. The default implementation creates a new text domain object from the selected text value object.
exportTextDependencies | () | yöntem |
protected function exportTextDependencies(text:com.adobe.consulting.pst.vo:TBX = null):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type ExportDependencies. The default implementation invokes a servlet that fetches the dependencies and exports an XML output. This method can be extended to override the "ExportDependencies" behavior of this handler. For instance, showing a grid that lists the dependent assets.
Parametreler
text:com.adobe.consulting.pst.vo:TBX (default = null ) — TBX for which dependencies should be exported. if null, dependencies would be exported for selected text.
|
exportTextDependenciesViaServlet | () | yöntem |
protected function exportTextDependenciesViaServlet():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
This method handles the result event of exportTextDependencies. User is allowed to download the package.
getAssetType | () | yöntem |
public function getAssetType():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Returns the asset type handled by this handler. This is used by the asset manager framework to route actions to appropriate handlers.
DöndürürString — the asset type handled by this handler
|
handleAction | () | yöntem |
public function handleAction(event:AssetActionEvent):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
This method is invoked by the asset manager framework whenever user requests an action on an object of type text. This method is called for all the actions requested by the user. The action handling is internally routed to the correcting templatized methods like createImage(), editImage() etc.
Parametreler
event:AssetActionEvent — The event object of type AssetActionEvent that is raised by the asset manager framework
|
handleDefaultAction | () | yöntem |
protected function handleDefaultAction(event:AssetActionEvent):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
handles the default Action(AssetActionEvent.ACTIN_DEFAULT) such as Item double click on search results grid. If user has edit permission, then asset is opened in edit mode. otherwise if user has view peermission then asset is opened in view mode.
Parametreler
event:AssetActionEvent — event
|
handleImportManagerPopUp | () | yöntem |
protected function handleImportManagerPopUp(event:AssetActionEvent):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Redispatching the asset action event to show the import Asset Popup
Parametreler
event:AssetActionEvent — AssetActionEvent containing information about import action.
|
handleRevertToLastPublish | () | yöntem |
protected function handleRevertToLastPublish():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type RevertToLastPublish. This method all the revert to last publish functionality and shows either alert or pop up of all the dependent assets.
initialize | () | yöntem |
public function initialize():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called by the asset manager framework giving the handlers a chance to initialize themselves.
launchExportPopUp | () | yöntem |
protected function launchExportPopUp():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type ExportPackage. This method launches the export Pop up to display all the assets to be exported .
launchImportPopUp | () | yöntem |
protected function launchImportPopUp():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type ImportPackage. This method launches the import Pop up to display all the assets to be imported .
markForPublishText | () | yöntem |
protected function markForPublishText():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling action of type MarkForPublish This method modifies the state of asset to Ready to Publish .
publishText | () | yöntem |
public function publishText(text:com.adobe.consulting.pst.vo:TBX):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Publish. This method publishes the asset using id of that asset.
Parametreler
text:com.adobe.consulting.pst.vo:TBX — TBX to publish
|
retrieveTextVersion | () | yöntem |
protected function retrieveTextVersion(value:Array, creationDate:Date):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type VersionHistory. This method retrieves a version using id and creation date of the asset.
Parametreler
value:Array — Array containing version information
| |
creationDate:Date — creation date for the version
|
revertToLastPublish | () | yöntem |
protected function revertToLastPublish(event:CloseEvent):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when the user selects the button on the Revert To Last Publish Pop up .
Parametreler
event:CloseEvent — CloseEvent
|
viewText | () | yöntem |
protected function viewText():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type View. The default implementation creates a new text domain object from the selected text value object, assigns it as the working asset and dispatches the launchEditor event so that the framework can display the editor window to the user. This method can be extended to override the "view" behavior of this handler. For instance, if viewing action requires some preprocessing or some checks that need to be made, the same can be done by overriding this method.
assetActionComplete | Olay |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
özellik AssetActionCompleteEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the handling of an action is complete. This can be used by the framework or the application to perform any additional activities e.g. display of a toast, alert box etc.
assetActionsChanged | Olay |
com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
özellik AssetActionsChangeEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. It is redispatched by the AssetHandlerRegistry and finally handled by AssetManagerView
launchEditor | Olay |
com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
özellik AssetActionEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Dispatched when an action handled by this handler requires an editor window to be launched. Create/View/Edit/Copy are the actions that require displaying the editor window to the user.
ACTION_ACTIVATE | Sabit |
public static const ACTION_ACTIVATE:String = "Activate"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to publishing of an asset.
ACTION_COPY | Sabit |
public static const ACTION_COPY:String = "Copy"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to copying of an asset.
ACTION_CREATE | Sabit |
public static const ACTION_CREATE:String = "Create"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to creation of an asset.
ACTION_DEFAULT_VERSION_SPECIFIC | Sabit |
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to getting version history of an asset(dispatched by LCC).
ACTION_DELETE | Sabit |
public static const ACTION_DELETE:String = "Delete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to deletion of an asset.
ACTION_DEPENDENCY_BROWSER_REPORT | Sabit |
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to downloading dependency browser report.
ACTION_EDIT | Sabit |
public static const ACTION_EDIT:String = "Edit"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to editing of an asset.
ACTION_EXPORTDEPENDENCY | Sabit |
public static const ACTION_EXPORTDEPENDENCY:String = "ExportDependencies"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to exporting dependencies of an asset.
ACTION_EXPORTPACKAGE | Sabit |
public static const ACTION_EXPORTPACKAGE:String = "ExportPackage"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to exporting dependencies of an asset.
ACTION_IMPORTPACKAGE | Sabit |
public static const ACTION_IMPORTPACKAGE:String = "ImportPackage"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to importing dependencies of an asset.
ACTION_MARKFORPUBLISH | Sabit |
public static const ACTION_MARKFORPUBLISH:String = "MarkForPublish"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to activation of an asset.
ACTION_PUBLISH | Sabit |
public static const ACTION_PUBLISH:String = "Publish"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to markforpublish of an asset.
ACTION_PUBLISH_BROWSER_PUBLISH | Sabit |
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to publishing of an asset
ACTION_PUBLISH_BROWSER_REPORT | Sabit |
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to publishing report of an asset
ACTION_REVERTTOLASTPUBLISH | Sabit |
public static const ACTION_REVERTTOLASTPUBLISH:String = "RevertToLastPublish"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to revert to last publish of an asset.
ACTION_VERSIONHISTORY | Sabit |
public static const ACTION_VERSIONHISTORY:String = "VersionHistory"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to getting version history of an asset(Used to just enable and disable icon).
ACTION_VIEW | Sabit |
public static const ACTION_VIEW:String = "View"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to viewing of an asset.
ACTION_VIEW_DEPENDENCY | Sabit |
public static const ACTION_VIEW_DEPENDENCY:String = "ViewDependency"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to view dependencies of an asset.
ASSET_TYPE | Sabit |
public static const ASSET_TYPE:String = "TextModule"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constant for the Asset Type handled by this handler.
Tue Jun 12 2018, 01:09 PM Z