Merge branch 'html5' into develop * html5: First set of HTML 5 components.
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/196dd4b1 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/196dd4b1 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/196dd4b1 Branch: refs/heads/develop Commit: 196dd4b1c25fd0918ccce571a040035614bd0fee Parents: 4a0a7e3 6756470 Author: Peter Ent <[email protected]> Authored: Mon Apr 1 13:28:33 2013 -0400 Committer: Peter Ent <[email protected]> Committed: Mon Apr 1 13:28:33 2013 -0400 ---------------------------------------------------------------------- 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(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/196dd4b1/frameworks/as/flex-config.xml ----------------------------------------------------------------------
