MACROMEDIA FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manual de usuario Pagina 76

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 184
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 75
76 Flex Classes
mx.controls.richtexteditorclasses.*
The richtexteditorclasses package is now named richTextEditorClasses.
mx.controls.scrollClasses.ScrollBar
The following table describes changes to the ScrollBar class:
mx.controls.SimpleButton
The SimpleButton class has been removed.
mx.controls.Slider
The thumb labels, which were known as ToolTips on the Slider, HSlider, and VSlider
controls, are now known as data tips on those controls. Several property names have changed
to reflect this change. The controls now also support traditional ToolTip labels, which are
labels that appear for the entire control. You set these by using the inherited
toolTip
property.
The following table describes changes to the Slider class:
Member Change description
maxPos maxScrollPosition
minPos minScrollPosition
thumbDisabledSkin
Removed.
Member Change description
labelStyleDeclaration
Removed. Use the labelStyleName style.
maxValue maximum
minValue minimum
scrollTrackHeight
Removed.
showTicks
Removed. Instead of setting it to false to turn off tick
marks, you set
tickInterval to 0; for example:
<mx:HSlider id="hs1" snapInterval="1"
tickInterval="0"/>
slideEasing slideEasingFunction
showValueTip showDataTip
sliderToolTipClass sliderDataTipClass
Vista de pagina 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 183 184

Comentarios a estos manuales

Sin comentarios