Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7906ae7c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7906ae7c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7906ae7c Branch: refs/heads/feature/mdl Commit: 7906ae7cc6f67ad83ae85db52ed5bd133b73bfe1 Parents: d84aa0e e19deed Author: yishayw <[email protected]> Authored: Wed Dec 14 12:20:01 2016 +0200 Committer: yishayw <[email protected]> Committed: Wed Dec 14 12:20:01 2016 +0200 ---------------------------------------------------------------------- examples/build_example.xml | 30 +- examples/flexjs/ASDoc/build.xml | 47 +- .../ASDoc/src/main/config/asdoc-config.xml | 473 +++++++++++++++++++ .../ASDoc/src/main/flex/ASDocMainView.mxml | 2 +- .../ASDoc/src/main/flex/models/ASDocModel.as | 73 ++- .../src/main/flex/MyInitialView.mxml | 12 +- .../html/accessories/DateFormatMMDDYYYYBead.as | 21 +- .../projects/HTML/src/main/flex/HTMLClasses.as | 2 + .../flex/org/apache/flex/html/DateChooser.as | 4 +- .../apache/flex/html/beads/DateChooserView.as | 260 +++------- .../controllers/DateChooserMouseController.as | 28 +- .../controllers/DateFieldMouseController.as | 72 ++- .../flex/html/beads/models/DateChooserModel.as | 110 ++++- .../html/supportClasses/DateChooserHeader.as | 66 +++ .../flex/html/supportClasses/DateChooserList.as | 38 ++ .../html/supportClasses/DateItemRenderer.as | 90 ++++ .../html/supportClasses/DayNameItemRenderer.as | 85 ++++ .../html/supportClasses/StringItemRenderer.as | 2 +- .../HTML/src/main/resources/basic-manifest.xml | 4 + .../HTML/src/main/resources/defaults.css | 54 ++- 20 files changed, 1223 insertions(+), 250 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7906ae7c/frameworks/projects/HTML/src/main/resources/basic-manifest.xml ----------------------------------------------------------------------
