套件 | com.adobe.icc.editors.handlers |
類別 | public class FragmentLayoutHandler |
繼承 | FragmentLayoutHandler EventDispatcher Object |
實作 | IAssetHandler |
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
屬性 | 定義自 | ||
---|---|---|---|
assetActions : IList
The list of AssetAction objects maintained by this handler. | FragmentLayoutHandler | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
currentAction : AssetAction
The action that the handler is currently executing. | FragmentLayoutHandler | ||
selectedAssets : Array
The array of fragmentLayout value objects currently selected by the user. | FragmentLayoutHandler | ||
workingAsset : FragmentLayoutModel
The FragmentLayout Domain Object that the handler is currently working with. | FragmentLayoutHandler |
方法 | 定義自 | ||
---|---|---|---|
Constructor. | FragmentLayoutHandler | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | ||
會將事件傳送到事件流程。 | EventDispatcher | ||
Returns the asset type handled by this handler. | FragmentLayoutHandler | ||
This method is invoked by the asset manager framework whenever user requests an action
on an object of type fragmentLayout. | FragmentLayoutHandler | ||
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | ||
指出物件是否有已定義的指定屬性。 | Object | ||
Called by the asset manager framework giving the handlers a chance to initialize themselves. | FragmentLayoutHandler | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
Called internally when this handler is handling an action of type Publish. | FragmentLayoutHandler | ||
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object | ||
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher |
方法 | 定義自 | ||
---|---|---|---|
Called internally when this handler is handling an action of type Activate. | FragmentLayoutHandler | ||
Called internally when this handler is handling an action of type Copy. | FragmentLayoutHandler | ||
Called internally when this handler is handling an action of type Create. | FragmentLayoutHandler | ||
Called internally when this handler is handling an action of type Delete. | FragmentLayoutHandler | ||
Called internally when this handler is handling an action of type Edit. | FragmentLayoutHandler | ||
Called internally when this handler is handling an action of type ExportDependencies. | FragmentLayoutHandler | ||
handles the default Action(AssetActionEvent.ACTIN_DEFAULT) such as Item double click on search results grid. | FragmentLayoutHandler | ||
Redispatching the asset action event to show the import Asset Popup
| FragmentLayoutHandler | ||
Called internally when this handler is handling an action of type RevertToLastPublish. | FragmentLayoutHandler | ||
Called internally when this handler is handling an action of type ExportPackage. | FragmentLayoutHandler | ||
Called internally when this handler is handling an action of type ImportPackage. | FragmentLayoutHandler | ||
Called internally when this handler is handling action of type MarkForPublish
This method modifies the state of asset to Ready to Publish . | FragmentLayoutHandler | ||
Called internally when the user selects the button on the Revert To Last Publish Pop up . | FragmentLayoutHandler | ||
Called internally when this handler is handling an action of type View. | FragmentLayoutHandler |
事件 | 摘要 | 定義自 | ||
---|---|---|---|---|
[廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。 | EventDispatcher | |||
Dispatched when an handling of an action is complete. | FragmentLayoutHandler | |||
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | FragmentLayoutHandler | |||
[廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。 | EventDispatcher | |||
Dispatched when an action handled by this handler requires an editor window to be launched. | FragmentLayoutHandler |
常數 | 定義自 | ||
---|---|---|---|
ACTION_ACTIVATE : String = "Activate" [靜態]
Constant for the name of the action related to activation of an asset. | FragmentLayoutHandler | ||
ACTION_COPY : String = "Copy" [靜態]
Constant for the name of the action related to copying of an asset. | FragmentLayoutHandler | ||
ACTION_CREATE : String = "Create" [靜態]
Constant for the name of the action related to creation of an asset. | FragmentLayoutHandler | ||
ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific" [靜態]
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). | FragmentLayoutHandler | ||
ACTION_DELETE : String = "Delete" [靜態]
Constant for the name of the action related to deletion of an asset. | FragmentLayoutHandler | ||
ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport" [靜態]
Constant for the name of the action related to downloading dependency browser report. | FragmentLayoutHandler | ||
ACTION_EDIT : String = "Edit" [靜態]
Constant for the name of the action related to editing of an asset. | FragmentLayoutHandler | ||
ACTION_EXPORTDEPENDENCY : String = "ExportDependencies" [靜態]
Constant for the name of the action related to exporting dependencies of an asset. | FragmentLayoutHandler | ||
ACTION_EXPORTPACKAGE : String = "ExportPackage" [靜態]
Constant for the name of the action related to exporting dependencies of an asset. | FragmentLayoutHandler | ||
ACTION_IMPORTPACKAGE : String = "ImportPackage" [靜態]
Constant for the name of the action related to importing dependencies of an asset. | FragmentLayoutHandler | ||
ACTION_MARKFORPUBLISH : String = "MarkForPublish" [靜態]
Constant for the name of the action related to markforpublish of an asset. | FragmentLayoutHandler | ||
ACTION_PUBLISH : String = "Publish" [靜態]
Constant for the name of the action related to publishing of an asset. | FragmentLayoutHandler | ||
ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish" [靜態]
Constant for the name of the action related to publishing of an asset
| FragmentLayoutHandler | ||
ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport" [靜態]
Constant for the name of the action related to publishing report of an asset
| FragmentLayoutHandler | ||
ACTION_REVERTTOLASTPUBLISH : String = "RevertToLastPublish" [靜態]
Constant for the name of the action related to revert to last publish of an asset. | FragmentLayoutHandler | ||
ACTION_VERSIONHISTORY : String = "VersionHistory" [靜態]
Constant for the name of the action related to getting version history of an asset. | FragmentLayoutHandler | ||
ACTION_VIEW : String = "View" [靜態]
Constant for the name of the action related to viewing of an asset. | FragmentLayoutHandler | ||
ACTION_VIEW_DEPENDENCY : String = "ViewDependency" [靜態]
Constant for the name of the action related to view dependencies of an asset. | FragmentLayoutHandler | ||
ASSET_TYPE : String = "FragmentLayout" [靜態]
Constant for the Asset Type handled by this handler. | FragmentLayoutHandler |
assetActions | 屬性 |
assetActions:IList
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get assetActions():IList
public function set assetActions(value:IList):void
currentAction | 屬性 |
currentAction:AssetAction
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get currentAction():AssetAction
public function set currentAction(value:AssetAction):void
selectedAssets | 屬性 |
selectedAssets:Array
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The array of fragmentLayout 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 fragmentLayout.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
workingAsset | 屬性 |
workingAsset:FragmentLayoutModel
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The FragmentLayout 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.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get workingAsset():FragmentLayoutModel
public function set workingAsset(value:FragmentLayoutModel):void
FragmentLayoutHandler | () | 建構函式 |
public function FragmentLayoutHandler()
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constructor.
activateFragmentLayouts | () | 方法 |
protected function activateFragmentLayouts():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 fragmentLayout 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.
copyFragmentLayout | () | 方法 |
protected function copyFragmentLayout():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Copy. The default implementation creates a new fragmentLayout domain object from the selected fragmentLayout 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.
createFragmentLayout | () | 方法 |
protected function createFragmentLayout():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Create. The default implementation creates a new fragmentLayout 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.
deleteFragmentLayouts | () | 方法 |
protected function deleteFragmentLayouts(showWaring:Boolean = true):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 fragmentLayout 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.
參數
showWaring:Boolean (default = true ) — Should the warning be shown before deletion
|
editFragmentLayout | () | 方法 |
protected function editFragmentLayout():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Edit. The default implementation creates a new fragmentLayout domain object from the selected fragmentLayout value object.
exportFragmentLayoutDependencies | () | 方法 |
protected function exportFragmentLayoutDependencies(fragment:FragmentLayout = null):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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.
參數
fragment:FragmentLayout (default = null ) — FragmentLayout for which dependencies should be exported. if null, dependencies of the selected fragment is exported.
|
getAssetType | () | 方法 |
public function getAssetType():String
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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.
傳回值String — the asset type handled by this handler
|
handleAction | () | 方法 |
public function handleAction(event:AssetActionEvent):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 fragmentLayout. This method is called for all the actions requested by the user. The action handling is internally routed to the correcting templatized methods like createFragmentLayout(), editFragmentLayout() etc.
參數
event:AssetActionEvent — The event object of type AssetActionEvent that is raised by the asset manager framework
|
handleDefaultAction | () | 方法 |
protected function handleDefaultAction(event:AssetActionEvent):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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.
參數
event:AssetActionEvent — AssetActionEvent containing information about the action
|
handleImportManagerPopUp | () | 方法 |
protected function handleImportManagerPopUp(event:AssetActionEvent):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Redispatching the asset action event to show the import Asset Popup
參數
event:AssetActionEvent — AssetActionEvent containing Import action information
|
handleRevertToLastPublish | () | 方法 |
protected function handleRevertToLastPublish():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 | () | 方法 |
public function initialize():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Called by the asset manager framework giving the handlers a chance to initialize themselves.
launchExportPopUp | () | 方法 |
protected function launchExportPopUp():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 | () | 方法 |
protected function launchImportPopUp():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 .
markForPublishFragment | () | 方法 |
protected function markForPublishFragment():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 .
publishFragment | () | 方法 |
public function publishFragment(fragment:FragmentLayout):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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.
參數
fragment:FragmentLayout — FragmentLayout to be published
|
revertToLastPublish | () | 方法 |
protected function revertToLastPublish(event:CloseEvent):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Called internally when the user selects the button on the Revert To Last Publish Pop up .
參數
event:CloseEvent — CloseEvent
|
viewFragmentLayout | () | 方法 |
protected function viewFragmentLayout():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type View. The default implementation creates a new fragmentLayout domain object from the selected fragmentLayout 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 | 事件 |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
屬性 AssetActionCompleteEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Dispatched when an 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 | 事件 |
com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
屬性 AssetActionsChangeEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 | 事件 |
com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
屬性 AssetActionEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 | 常數 |
public static const ACTION_ACTIVATE:String = "Activate"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to activation of an asset.
ACTION_COPY | 常數 |
public static const ACTION_COPY:String = "Copy"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to copying of an asset.
ACTION_CREATE | 常數 |
public static const ACTION_CREATE:String = "Create"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to creation of an asset.
ACTION_DEFAULT_VERSION_SPECIFIC | 常數 |
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | 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 | 常數 |
public static const ACTION_DELETE:String = "Delete"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to deletion of an asset.
ACTION_DEPENDENCY_BROWSER_REPORT | 常數 |
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to downloading dependency browser report.
ACTION_EDIT | 常數 |
public static const ACTION_EDIT:String = "Edit"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to editing of an asset.
ACTION_EXPORTDEPENDENCY | 常數 |
public static const ACTION_EXPORTDEPENDENCY:String = "ExportDependencies"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to exporting dependencies of an asset.
ACTION_EXPORTPACKAGE | 常數 |
public static const ACTION_EXPORTPACKAGE:String = "ExportPackage"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to exporting dependencies of an asset.
ACTION_IMPORTPACKAGE | 常數 |
public static const ACTION_IMPORTPACKAGE:String = "ImportPackage"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to importing dependencies of an asset.
ACTION_MARKFORPUBLISH | 常數 |
public static const ACTION_MARKFORPUBLISH:String = "MarkForPublish"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to markforpublish of an asset.
ACTION_PUBLISH | 常數 |
public static const ACTION_PUBLISH:String = "Publish"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to publishing of an asset.
ACTION_PUBLISH_BROWSER_PUBLISH | 常數 |
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to publishing of an asset
ACTION_PUBLISH_BROWSER_REPORT | 常數 |
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to publishing report of an asset
ACTION_REVERTTOLASTPUBLISH | 常數 |
public static const ACTION_REVERTTOLASTPUBLISH:String = "RevertToLastPublish"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to revert to last publish of an asset.
ACTION_VERSIONHISTORY | 常數 |
public static const ACTION_VERSIONHISTORY:String = "VersionHistory"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to getting version history of an asset.
ACTION_VIEW | 常數 |
public static const ACTION_VIEW:String = "View"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to viewing of an asset.
ACTION_VIEW_DEPENDENCY | 常數 |
public static const ACTION_VIEW_DEPENDENCY:String = "ViewDependency"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to view dependencies of an asset.
ASSET_TYPE | 常數 |
public static const ASSET_TYPE:String = "FragmentLayout"
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constant for the Asset Type handled by this handler.
Tue Jun 12 2018, 03:47 PM Z