| 包 | 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.
隐藏 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):voidboundName | 属性 |
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):voidboundValue | 属性 |
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):voidcaption | 属性 |
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):voidcaptionWidth | 属性 |
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):voiddataRef | 属性 |
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):voidhelpText | 属性 |
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):voidspeak | 属性 |
Tue Jun 12 2018, 11:04 AM Z
显示 MXML 语法