Packageardisia.components.richTextEditor.themes.spark.skins
Classpublic class RichTextEditorSkin
InheritanceRichTextEditorSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  autoKernPart : CheckBox
RichTextEditorSkin
  background : Rect
background
RichTextEditorSkin
  boldBtnPart : ToggleButton
RichTextEditorSkin
  border : Rect
border
RichTextEditorSkin
  breakLinkBtnPart : Button
RichTextEditorSkin
  clearBtnPart : Button
RichTextEditorSkin
  colorPickerPart : ColorPicker
RichTextEditorSkin
  createLinkPanelFactoryPart : ClassFactory
RichTextEditorSkin
  decrementIndentBtnPart : Button
RichTextEditorSkin
  fill : SolidColor
RichTextEditorSkin
  fontFamilyPart : ComboBox
RichTextEditorSkin
  fontSizePart : SliderField
RichTextEditorSkin
  incrementIndentBtnPart : Button
RichTextEditorSkin
  italicBtnPart : ToggleButton
RichTextEditorSkin
  letterSpacingBtnPart : SliderField
RichTextEditorSkin
  lineHeightBtnPart : SliderField
RichTextEditorSkin
  listDecimalBtnPart : ToggleButton
RichTextEditorSkin
  listDiscBtnPart : ToggleButton
RichTextEditorSkin
  openCreateLinkPanelBtnPart : Button
RichTextEditorSkin
  paraIndentBtnPart : SliderField
RichTextEditorSkin
  redoBtnPart : Button
RichTextEditorSkin
  spaceAfterParagraphBtnPart : SliderField
RichTextEditorSkin
  spaceBeforeParagraphBtnPart : SliderField
RichTextEditorSkin
  strikeThroughBtnPart : ToggleButton
RichTextEditorSkin
  stroke : SolidColorStroke
RichTextEditorSkin
  textAlignmentBarPart : ButtonBar
RichTextEditorSkin
  underlineBtnPart : ToggleButton
RichTextEditorSkin
  undoBtnPart : Button
RichTextEditorSkin
Protected Properties
 PropertyDefined By
  _backgroundColor : uint
RichTextEditorSkin
  _borderAlpha : Number
RichTextEditorSkin
  _borderColor : uint
RichTextEditorSkin
  _borderVisible : Boolean
RichTextEditorSkin
  stylesDirty : Boolean
RichTextEditorSkin
Public Methods
 MethodDefined By
  
Constructor.
RichTextEditorSkin
  
styleChanged(styleProp:String):void
[override]
RichTextEditorSkin
Protected Methods
 MethodDefined By
  
[override]
RichTextEditorSkin
  
updateDisplayList(width:Number, height:Number):void
[override]
RichTextEditorSkin
Property Detail
_backgroundColorproperty
protected var _backgroundColor:uint

_borderAlphaproperty 
protected var _borderAlpha:Number

_borderColorproperty 
protected var _borderColor:uint

_borderVisibleproperty 
protected var _borderVisible:Boolean

autoKernPartproperty 
public var autoKernPart:CheckBox

This property can be used as the source for data binding.

backgroundproperty 
public var background:Rect

background

This property can be used as the source for data binding.

boldBtnPartproperty 
public var boldBtnPart:ToggleButton

This property can be used as the source for data binding.

borderproperty 
public var border:Rect

border

This property can be used as the source for data binding.

breakLinkBtnPartproperty 
public var breakLinkBtnPart:Button

This property can be used as the source for data binding.

clearBtnPartproperty 
public var clearBtnPart:Button

This property can be used as the source for data binding.

colorPickerPartproperty 
public var colorPickerPart:ColorPicker

This property can be used as the source for data binding.

createLinkPanelFactoryPartproperty 
public var createLinkPanelFactoryPart:ClassFactory

This property can be used as the source for data binding.

decrementIndentBtnPartproperty 
public var decrementIndentBtnPart:Button

This property can be used as the source for data binding.

fillproperty 
public var fill:SolidColor

This property can be used as the source for data binding.

fontFamilyPartproperty 
public var fontFamilyPart:ComboBox

This property can be used as the source for data binding.

fontSizePartproperty 
public var fontSizePart:SliderField

This property can be used as the source for data binding.

incrementIndentBtnPartproperty 
public var incrementIndentBtnPart:Button

This property can be used as the source for data binding.

italicBtnPartproperty 
public var italicBtnPart:ToggleButton

This property can be used as the source for data binding.

letterSpacingBtnPartproperty 
public var letterSpacingBtnPart:SliderField

This property can be used as the source for data binding.

lineHeightBtnPartproperty 
public var lineHeightBtnPart:SliderField

This property can be used as the source for data binding.

listDecimalBtnPartproperty 
public var listDecimalBtnPart:ToggleButton

This property can be used as the source for data binding.

listDiscBtnPartproperty 
public var listDiscBtnPart:ToggleButton

This property can be used as the source for data binding.

openCreateLinkPanelBtnPartproperty 
public var openCreateLinkPanelBtnPart:Button

This property can be used as the source for data binding.

paraIndentBtnPartproperty 
public var paraIndentBtnPart:SliderField

This property can be used as the source for data binding.

redoBtnPartproperty 
public var redoBtnPart:Button

This property can be used as the source for data binding.

spaceAfterParagraphBtnPartproperty 
public var spaceAfterParagraphBtnPart:SliderField

This property can be used as the source for data binding.

spaceBeforeParagraphBtnPartproperty 
public var spaceBeforeParagraphBtnPart:SliderField

This property can be used as the source for data binding.

strikeThroughBtnPartproperty 
public var strikeThroughBtnPart:ToggleButton

This property can be used as the source for data binding.

strokeproperty 
public var stroke:SolidColorStroke

This property can be used as the source for data binding.

stylesDirtyproperty 
protected var stylesDirty:Boolean

textAlignmentBarPartproperty 
public var textAlignmentBarPart:ButtonBar

This property can be used as the source for data binding.

underlineBtnPartproperty 
public var underlineBtnPart:ToggleButton

This property can be used as the source for data binding.

undoBtnPartproperty 
public var undoBtnPart:Button

This property can be used as the source for data binding.

Constructor Detail
RichTextEditorSkin()Constructor
public function RichTextEditorSkin()

Constructor.

Method Detail
commitProperties()method
override protected function commitProperties():void

styleChanged()method 
override public function styleChanged(styleProp:String):void

Parameters

styleProp:String

updateDisplayList()method 
override protected function updateDisplayList(width:Number, height:Number):void

Parameters

width:Number
 
height:Number