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 2016/11/30 19:58:41 UTC

[3/5] git commit: [flex-asjs] [refs/heads/develop] - 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

# By Carlos Rovira
# Via Carlos Rovira
* 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs:
  Fill example links in drawer and navigation
  Other MDL Tabs Example
  HTML Ul and Li elements
  Tabs working
  Refactor to \u201cRestrict\u201d bead to allow all kind of restrictions
  Numeric TextField bead
  Initial Tabs


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

Branch: refs/heads/develop
Commit: 1125ee4de0347e861c4b12e8097dee73cbd599dc
Parents: 9273772 e8a913e
Author: Peter Ent <pe...@apache.org>
Authored: Wed Nov 30 07:15:05 2016 -0500
Committer: Peter Ent <pe...@apache.org>
Committed: Wed Nov 30 07:15:05 2016 -0500

----------------------------------------------------------------------
 .../src/main/flex/MainNavigation.mxml           |  23 +--
 .../flexjs/MDLExample/src/main/flex/Tabs.mxml   |  85 ++++++++++++
 .../MDLExample/src/main/flex/TextFields.mxml    |  16 ++-
 .../src/main/flex/org/apache/flex/html/Li.as    |  69 +++++++++
 .../src/main/flex/org/apache/flex/html/Ul.as    |  69 +++++++++
 .../HTML/src/main/resources/basic-manifest.xml  |   2 +
 .../flex/org/apache/flex/mdl/NavigationLink.as  |   2 +-
 .../src/main/flex/org/apache/flex/mdl/TabBar.as |  33 ++++-
 .../flex/org/apache/flex/mdl/TabBarButton.as    |  31 ++++-
 .../flex/org/apache/flex/mdl/TabBarPanel.as     |  34 ++++-
 .../src/main/flex/org/apache/flex/mdl/Tabs.as   |  97 +++++++++++++
 .../main/flex/org/apache/flex/mdl/TextField.as  |  16 ++-
 .../flex/org/apache/flex/mdl/beads/Restrict.as  | 139 +++++++++++++++++++
 .../src/main/resources/mdl-manifest.xml         |   2 +
 14 files changed, 592 insertions(+), 26 deletions(-)
----------------------------------------------------------------------