MACROMEDIA FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manuel d'utilisateur Page 79

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 184
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 78
Controls 79
Flex 1.x:
<mx:TileList id="myTile" dataProvider="{dataObject}"
cellRenderer="ProdtThumbnail" itemWidth="120" itemHeight="116">
Flex 2:
<mx:TileList id="myTile" dataProvider="{dataObject}"
listItemRenderer="ProdThumbnail" columnWidth="120" rowHeight="116">
mx.controls.ToolTip
The following table describes changes to the ToolTip class:
mx.controls.Tree
The following table describes changes to the Tree class:
Member Change description
dropShadow dropShadowEnabled
Member Change description
addChildItem()
This method is now internal.
alternatingRowColors alternatingItemColors
cellPress
Removed.
defaultIcon
Removed.
expandItemHandler()
This method is now internal.
getNodeDisplayedAt()
Removed. Use Tree.listItems[rowIndex][0].data
instead.
maxHPosition maxHorizontalScrollPosition
openEasing openEasingFunction
removeChildItem()
This method is now internal.
rootCollectionChangedHandler()
This method is now internal.
rootVisible showRoot
selectionDuration
Removed.
selectionEasing selectionEasingFunction
Was of type Time; is now of type Function.
textDisabledColor
Removed.
Vue de la page 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 183 184

Commentaires sur ces manuels

Pas de commentaire