You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/29 19:12:32 UTC

git commit: [flex-asjs] [refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list] - FLEX-35328 - Update documentation

Repository: flex-asjs
Updated Branches:
  refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list a4b173261 -> 1db1de056


FLEX-35328 - Update documentation


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1db1de05
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1db1de05
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1db1de05

Branch: refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list
Commit: 1db1de0566c8b959c46a5ac0ce603acdb41e66f0
Parents: a4b1732
Author: piotrz <pi...@apache.org>
Authored: Thu Jun 29 21:12:28 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Thu Jun 29 21:12:28 2017 +0200

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/mdl/DropDownList.as       | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1db1de05/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as
index d2db22d..610f587 100644
--- a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as
+++ b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as
@@ -36,13 +36,8 @@ package org.apache.flex.mdl
 
     /**
      *  The DropDownList class is a component that displays label field and
-     *  pop-up list (MDL Menu) with selections. Selecting an item from the pop-up list
-     *  places that item into the label field of the DropDownList. The DropDownList
-     *  uses the following bead types:
-     *
-     *  org.apache.flex.core.IBeadModel: the data model, which includes the dataProvider, selectedItem, and
-     *  so forth.
-     *  org.apache.flex.core.IBeadView:  the bead that constructs the visual parts of the component.
+     *  Select with Options. Selecting an item from the pop-up list
+     *  places that item into the label field of the DropDownList.
      *
      *  @langversion 3.0
      *  @playerversion Flash 10.2