套件 | ga.model |
類別 | public class PanelRichText |
繼承 | PanelRichText AccessibleRichText |
實作 | IPanelText |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | AIR 1.0, Flash Player 10.2 |
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.
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 | 屬性 |
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 | 屬性 |
Tue Jun 12 2018, 03:47 PM Z