| 패키지 | ga.model | 
| 클래스 | public class GuidedActivity | 
| 상속 | GuidedActivity    Section   Node   ArrayCollection   ListCollectionView   Proxy | 
| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
GuidedActivity class contains Guide properties.
     
     기본 MXML 속성source
| 속성 | 정의 주체 | ||
|---|---|---|---|
![]()  | dataRef : String | Section | |
![]()  | designIndex : int | Section | |
| enforceValidation : String = "onSubmit"  
		 Specifies when to check for mantatory fields, either when the user submits a Guide,
		 or when a user navigates to the next panel in the Guide.  | GuidedActivity | ||
![]()  | filterFunction : Function 
      
      A function that the view will use to eliminate items that do not
      match the function's criteria.  | ListCollectionView | |
| helpText : String 
		 [bindable] The Guide help text, in rich text format, specified in the Guide Design perspective within Workbench.  | GuidedActivity | ||
| helpTitle : String 
		 [bindable] The Guide help title specified in the Guide Design perspective within Workbench.  | GuidedActivity | ||
| helpVideo : String 
		 [bindable] The URL for an FLV file specified in the Guide Design perspective within Workbench.  | GuidedActivity | ||
| instance : GuidedActivity [정적] [읽기 전용] 
         Returns the singleton instance of this model.  | GuidedActivity | ||
| interactivePdfValidate : String = "'false'"  
		 Indicates whether to run validation before flipping to the interactive PDF document view.  | GuidedActivity | ||
![]()  | _itemInstance : Object | Section | |
![]()  | length : int [읽기 전용] 
      
      The number of items in this view.  | ListCollectionView | |
![]()  | list : IList 
      The IList that this collection view wraps.  | ListCollectionView | |
| name : String | GuidedActivity | ||
| panelTransitionDuration : int = 500  
		 The time, in milliseconds, for the duration of the panel transition.  | GuidedActivity | ||
| previewAsset : String  
		 When provided will set the containing host HTML PDFURL variable (if it is empty).  | GuidedActivity | ||
| previewMode : String = "DOR"  
		 Indicates whether DOR or interactive preview document communication is desired.  | GuidedActivity | ||
| previewUrl : String  
		 When provided will set the containing host HTML PDFURL variable (if it is empty).  | GuidedActivity | ||
| previewValidate : String = "'true'"  
		 Indicates whether to run validation before flipping to the preview document view.  | GuidedActivity | ||
![]()  | sectionId : String | Section | |
![]()  | sectionIndex : * | Section | |
![]()  | sectionManager : Boolean | Section | |
![]()  | sectionManagers : Array | Section | |
![]()  | sort : ISort 
      
      The ISort that will be applied to the ICollectionView.  | ListCollectionView | |
![]()  | source : Array 
      The source of data in the ArrayCollection.  | ArrayCollection | |
| startupEffectDuration : int = 500  
		 The time, in milliseconds, for the duration of the start-up effect.  | GuidedActivity | ||
| submitAll : Boolean = true  
		 When false, field data in an optional panel is cleared when the panel is made invisible.  | GuidedActivity | ||
| submitFrom : String  
		 
		 Where the submit button should be clicked.  | GuidedActivity | ||
| taskId : String = "null" 
		 TaskId passed in as a flashVar.  | GuidedActivity | ||
| 상수 | 정의 주체 | ||
|---|---|---|---|
| SUBMIT_FROM_GUIDE : String = "guide" [정적]  
		 A value for the submitFrom property.  | GuidedActivity | ||
| SUBMIT_FROM_HOST : String = "host" [정적]  
		 A value for the submitFrom property.  | GuidedActivity | ||
| SUBMIT_FROM_PDF : String = "pdf" [정적]  
		 A value for the submitFrom property.  | GuidedActivity | ||
| SUBMIT_FROM_PRINT : String = "print" [정적]  
		 A value for the submitFrom property.  | GuidedActivity | ||
| SUBMIT_FROM_USER_BUTTON : String = "userButton" [정적]  
		 A value for the submitFrom property.  | GuidedActivity | ||
| VALIDATE_ON_PANEL_EXIT : String = "onPanelExit" [정적]  
		 A value for the enforceValidation property.  | GuidedActivity | ||
| VALIDATE_ON_SUBMIT : String = "onSubmit" [정적]  
		 A value for the enforceValidation property.  | GuidedActivity | ||
enforceValidation | 속성 | 
public var enforceValidation:String = "onSubmit"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
 
		 Specifies when to check for mantatory fields, either when the user submits a Guide,
		 or when a user navigates to the next panel in the Guide.
		 
		 The value of this property is set using either the VALIDATE_ON_SUBMIT or 
		 VALIDATE_ON_PANEL_EXIT constant.  
		 
		 
helpText | 속성 | 
helpText:String| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
[bindable] The Guide help text, in rich text format, specified in the Guide Design perspective within Workbench.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면  propertyChange                 이벤트를 전달합니다.
구현
    public function get helpText():String    public function set helpText(value:String):voidhelpTitle | 속성 | 
helpTitle:String| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
[bindable] The Guide help title specified in the Guide Design perspective within Workbench.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면  propertyChange                 이벤트를 전달합니다.
구현
    public function get helpTitle():String    public function set helpTitle(value:String):voidhelpVideo | 속성 | 
helpVideo:String| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
[bindable] The URL for an FLV file specified in the Guide Design perspective within Workbench.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면  propertyChange                 이벤트를 전달합니다.
구현
    public function get helpVideo():String    public function set helpVideo(value:String):voidinstance | 속성 | 
instance:GuidedActivity  [읽기 전용] | 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
Returns the singleton instance of this model.
구현
    public static function get instance():GuidedActivityinteractivePdfValidate | 속성 | 
public var interactivePdfValidate:String = "'false'"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9.0.0.1 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
Indicates whether to run validation before flipping to the interactive PDF document view.
name | 속성 | 
panelTransitionDuration | 속성 | 
public var panelTransitionDuration:int = 500| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
The time, in milliseconds, for the duration of the panel transition.
previewAsset | 속성 | 
public var previewAsset:String| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
When provided will set the containing host HTML PDFURL variable (if it is empty). When PDFURL has a value in it
previewMode | 속성 | 
public var previewMode:String = "DOR"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
Indicates whether DOR or interactive preview document communication is desired. When PDFURL has a value in it
previewUrl | 속성 | 
public var previewUrl:String| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
When provided will set the containing host HTML PDFURL variable (if it is empty). When PDFURL has a value in it
previewValidate | 속성 | 
public var previewValidate:String = "'true'"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
Indicates whether to run validation before flipping to the preview document view. When previewUrl has a value in it
startupEffectDuration | 속성 | 
public var startupEffectDuration:int = 500| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
The time, in milliseconds, for the duration of the start-up effect.
submitAll | 속성 | 
public var submitAll:Boolean = true| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
When false, field data in an optional panel is cleared when the panel is made invisible.
submitFrom | 속성 | 
public var submitFrom:String| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
Where the submit button should be clicked.
The value of this property is set using one of the following constants:
- SUBMIT_FROM_GUIDE
 - SUBMIT_FROM_HOST
 - SUBMIT_FROM_USER_BUTTON
 - SUBMIT_FROM_PDF
 - SUBMIT_FROM_PRINT
 
taskId | 속성 | 
public var taskId:String = "null"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
TaskId passed in as a flashVar. If present is included as a custom header during submit.
SUBMIT_FROM_GUIDE | 상수 | 
public static const SUBMIT_FROM_GUIDE:String = "guide"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
 
		 A value for the submitFrom property. This value is set by the Submit From option in Guide 
		 Builder and indicates that data submission is performed by the Guide.
		 
		 
SUBMIT_FROM_HOST | 상수 | 
public static const SUBMIT_FROM_HOST:String = "host"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
 
		 A value for the submitFrom property. This value is set by the Submit From option in 
		 the Guide Design perspective within Workbench, and indicates that the data submission
		 handling is performed by a hosted application, therefore no submit button will appear in the Guide. 
		 
		 
SUBMIT_FROM_PDF | 상수 | 
public static const SUBMIT_FROM_PDF:String = "pdf"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
 
		 A value for the submitFrom property. This value is set by the Submit From option in Guide 
		 Builder and indicates that data submission handling is performed by the PDF. If no PDF is 
		 available, then the data sumission is performed by the Guide.
		 
		 
SUBMIT_FROM_PRINT | 상수 | 
public static const SUBMIT_FROM_PRINT:String = "print"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
 
		 A value for the submitFrom property. This value is set by the Submit From option in Guide 
		 Builder and indicates that the data submission will be in the form of a printed copy of the PDF.
		 
		 
SUBMIT_FROM_USER_BUTTON | 상수 | 
public static const SUBMIT_FROM_USER_BUTTON:String = "userButton"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
 
		 A value for the submitFrom property. This value is set by the Submit From option in Guide 
		 Builder and indicates that data submission is performed by the Guide.
		 
		 
VALIDATE_ON_PANEL_EXIT | 상수 | 
public static const VALIDATE_ON_PANEL_EXIT:String = "onPanelExit"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
 
		 A value for the enforceValidation property. This value is set by the Enforce Validation
		 option in the Guide Design perspective within Workbench, and indicates that validation is 
		 performed before navigating to another panel.
		 
		 
VALIDATE_ON_SUBMIT | 상수 | 
public static const VALIDATE_ON_SUBMIT:String = "onSubmit"| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 9 | 
| 런타임 버전: | AIR 1.0, Flash Player 10.2 | 
 
		 A value for the enforceValidation property. This value is set by the Enforce Validation
		 option in the Guide Design perspective within Adobe Digital Enterprise Platform Document Services - Workbench 10.0, and indicates that validation is 
		 performed when the submit button is clicked.
		 
		 
Tue Jun 12 2018, 03:17 PM Z
 
 상속되는 공용 속성 숨기기
 상속되는 공용 속성 표시