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/7bad965e Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7bad965e Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7bad965e Branch: refs/heads/develop Commit: 7bad965e172e6a5e1a283ffea020b844247a5cd4 Parents: ec6884b 196dd4b Author: Om <[email protected]> Authored: Mon Apr 1 12:31:19 2013 -0700 Committer: Om <[email protected]> Committed: Mon Apr 1 12:31:19 2013 -0700 ---------------------------------------------------------------------- frameworks/as/compile-config.xml | 5 + frameworks/as/defaults.css | 19 ++++ frameworks/as/flex-config.xml | 10 ++- frameworks/as/html5-manifest.xml | 31 ++++++ .../org/apache/flex/html5/staticControls/Button.as | 26 +++++ .../apache/flex/html5/staticControls/CheckBox.as | 26 +++++ .../apache/flex/html5/staticControls/ComboBox.as | 28 +++++ .../flex/html5/staticControls/DropDownList.as | 28 +++++ .../org/apache/flex/html5/staticControls/Label.as | 33 ++++++ .../org/apache/flex/html5/staticControls/List.as | 35 ++++++ .../flex/html5/staticControls/RadioButton.as | 26 +++++ .../apache/flex/html5/staticControls/TextArea.as | 26 +++++ .../apache/flex/html5/staticControls/TextButton.as | 32 ++++++ .../apache/flex/html5/staticControls/TextInput.as | 25 +++++ .../apache/flex/html5/staticControls/CheckBox.js | 85 +++++++++++++++ .../org/apache/flex/html5/staticControls/Label.js | 57 ++++++++++ .../apache/flex/html5/staticControls/TextArea.js | 60 ++++++++++ .../apache/flex/html5/staticControls/TextButton.js | 62 +++++++++++ .../apache/flex/html5/staticControls/TextInput.js | 61 +++++++++++ 19 files changed, 674 insertions(+), 1 deletions(-) ----------------------------------------------------------------------
