You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/08/30 20:37:43 UTC

[31/32] git commit: [flex-asjs] [refs/heads/feature/dragAndDrop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop

Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop

* 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs:
  Add MDLDynamicTableExample to ilustrate how add/remove items to MDL Table - Currently only adding is working. The rest job will be done as part of FLEX-35354


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

Branch: refs/heads/feature/dragAndDrop
Commit: 641f74c044e44e229d5965a8a8cde27dd14c9b7e
Parents: 884826e 885e321
Author: Harbs <ha...@in-tools.com>
Authored: Mon Aug 28 12:55:10 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Mon Aug 28 12:55:10 2017 +0300

----------------------------------------------------------------------
 examples/flexjs/MDLDynamicTableExample/pom.xml  | 74 ++++++++++++++++++++
 .../src/MDLDynamicTableExample.mxml             | 36 ++++++++++
 .../MDLDynamicTableExample/src/MainView.mxml    | 65 +++++++++++++++++
 .../CustomTableRowItemRenderer.mxml             | 46 ++++++++++++
 .../src/models/UserListModel.as                 | 37 ++++++++++
 .../src/resources/mdl-js-index-template.html    | 33 +++++++++
 .../src/resources/mdl-styles.css                | 31 ++++++++
 .../MDLDynamicTableExample/src/vo/UserVO.as     | 40 +++++++++++
 examples/flexjs/pom.xml                         |  1 +
 9 files changed, 363 insertions(+)
----------------------------------------------------------------------