適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
ga.model 

PanelRichText  - AS3 ADEP Guides

套件ga.model
類別public class PanelRichText
繼承PanelRichText Inheritance AccessibleRichText
實作 IPanelText

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 9
執行階段版本: AIR 1.0, Flash Player 10.2

The PanelText class defines the Guide Text Guide object that contains text and can be bound to the form model. The Guide Text object is added into a panel layout in the same manner as an object.

The PanelText class extends the <mx:Text> component so that it will inherit the appropriate behaviors.

MXML 語法expanded隱藏 MXML 語法

The properties for the PanelText class when acting as a a run-time component in a panel layout. These are in addition to the properties inherited from the <mx:Text> component.

	  <ga:PanelText
	   Properties 
	   caption="" 
	   captionWidth="" 
	   toolTip="" 
	   helpText="" 
	   speak="" 
	   dataRef="#som(...)"
	   data="{...}"
	   >
	   

預設 MXML 屬性content

相關 API 元素



公用屬性
 屬性定義自
  boundData : Object
The object in the data model to which this item is bound.
PanelRichText
  boundName : String
[唯讀] The name of the bound object.
PanelRichText
  boundText : String
The text of the bound object.
PanelRichText
  boundValue : Object
The value of the bound object.
PanelRichText
  caption : String
The caption or description of this item.
PanelRichText
  captionWidth : Number
The value for the width of the Guide Text caption.
PanelRichText
  dataRef : String
The reference to the data that is bound to the Guide text object in the Guide Design perspective within Workbench.
PanelRichText
  helpText : String
Additional help text, entered in the Guide Design perspective within Adobe Digital Enterprise Platform Document Services - Workbench 10.0, associated with the Guide text object.
PanelRichText
  speak : String
The speak text or accessibility text for this item.
PanelRichText
屬性詳細資訊

boundData

屬性
boundData:Object

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 10
執行階段版本: AIR 1.0, Flash Player 10.2

The object in the data model to which this item is bound. This allows the bound object to be determined using Flex binding instead of using a dataRef expression.



實作
    public function get boundData():Object
    public function set boundData(value:Object):void

boundName

屬性 
boundName:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 9
執行階段版本: AIR 1.0, Flash Player 10.2

The name of the bound object.



實作
    public function get boundName():String

boundText

屬性 
boundText:String

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 9
執行階段版本: AIR 1.0, Flash Player 10.2

The text of the bound object.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get boundText():String
    public function set boundText(value:String):void

boundValue

屬性 
boundValue:Object

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 9
執行階段版本: AIR 1.0, Flash Player 10.2

The value of the bound object.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get boundValue():Object
    public function set boundValue(value:Object):void

caption

屬性 
caption:String

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 10
執行階段版本: AIR 1.0, Flash Player 10.2

The caption or description of this item. If no caption or description is specified, the caption for this item is bound to the caption of the data model. If the data model does not specify a caption, the default label is used.



實作
    public function get caption():String
    public function set caption(value:String):void

captionWidth

屬性 
captionWidth:Number

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 9
執行階段版本: AIR 1.0, Flash Player 10.2

The value for the width of the Guide Text caption. The default value is the width of the panel that contains the Guide text object.



實作
    public function get captionWidth():Number
    public function set captionWidth(value:Number):void

dataRef

屬性 
dataRef:String

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 9
執行階段版本: AIR 1.0, Flash Player 10.2

The reference to the data that is bound to the Guide text object in the Guide Design perspective within Workbench.



實作
    public function get dataRef():String
    public function set dataRef(value:String):void

helpText

屬性 
helpText:String

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 9
執行階段版本: AIR 1.0, Flash Player 10.2

Additional help text, entered in the Guide Design perspective within Adobe Digital Enterprise Platform Document Services - Workbench 10.0, associated with the Guide text object.



實作
    public function get helpText():String
    public function set helpText(value:String):void

speak

屬性 
speak:String

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Guides 10
執行階段版本: AIR 1.0, Flash Player 10.2

The speak text or accessibility text for this item.



實作
    public function get speak():String
    public function set speak(value:String):void




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。