Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
ga.model 

PanelRichText  - AS3 ADEP - Guide

Pacchettoga.model
Classepublic class PanelRichText
EreditarietàPanelRichText Inheritance AccessibleRichText
Implementa IPanelText

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: 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.

Sintassi MXMLexpandedNascondi sintassi 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="{...}"
	   >
	   

Proprietà MXML predefinitacontent

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
  boundData : Object
The object in the data model to which this item is bound.
PanelRichText
  boundName : String
[sola lettura] 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
Descrizione delle proprietà

boundData

proprietà
boundData:Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 10
Versioni runtime: 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.



Implementazione
    public function get boundData():Object
    public function set boundData(value:Object):void

boundName

proprietà 
boundName:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

The name of the bound object.



Implementazione
    public function get boundName():String

boundText

proprietà 
boundText:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

The text of the bound object.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get boundText():String
    public function set boundText(value:String):void

boundValue

proprietà 
boundValue:Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

The value of the bound object.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get boundValue():Object
    public function set boundValue(value:Object):void

caption

proprietà 
caption:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 10
Versioni runtime: 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.



Implementazione
    public function get caption():String
    public function set caption(value:String):void

captionWidth

proprietà 
captionWidth:Number

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: 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.



Implementazione
    public function get captionWidth():Number
    public function set captionWidth(value:Number):void

dataRef

proprietà 
dataRef:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: 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.



Implementazione
    public function get dataRef():String
    public function set dataRef(value:String):void

helpText

proprietà 
helpText:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: 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.



Implementazione
    public function get helpText():String
    public function set helpText(value:String):void

speak

proprietà 
speak:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 10
Versioni runtime: AIR 1.0, Flash Player 10.2

The speak text or accessibility text for this item.



Implementazione
    public function get speak():String
    public function set speak(value:String):void




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.