[1/5] git commit: [flex-asjs] [refs/heads/feature/mdl] - add default property for TextButton [Forced Update!]
Repository: flex-asjs Updated Branches: refs/heads/feature/mdl 26bef797e -> c7199a401 (forced update) add default property for TextButton Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9f510bc0 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9f510bc0 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9f510bc0 Branch: refs/heads/feature/mdl Commit: 9f510bc0f07ea5defe5a4ce2521171eb877a1d0c Parents: 83804e4 Author: Alex Harui Authored: Sat Oct 15 23:23:07 2016 -0700 Committer: Alex Harui Committed: Sat Oct 15 23:23:50 2016 -0700 -- .../projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as | 2 ++ 1 file changed, 2 insertions(+) -- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9f510bc0/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as -- diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as index ec052c7..b2997c2 100644 --- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as +++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as @@ -24,6 +24,8 @@ package org.apache.flex.html import org.apache.flex.core.WrappedHTMLElement; } +[DefaultProperty("text")] + /** * The TextButton class implements a basic button that * displays text.
git commit: [flex-asjs] [refs/heads/feature/mdl] - add default property for TextButton
Repository: flex-asjs Updated Branches: refs/heads/feature/mdl f4a04c22c -> 5a6feb98d add default property for TextButton Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5a6feb98 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5a6feb98 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5a6feb98 Branch: refs/heads/feature/mdl Commit: 5a6feb98da021492c161eb03d17bce637073ab43 Parents: f4a04c2 Author: Alex Harui Authored: Sat Oct 15 23:23:07 2016 -0700 Committer: Carlos Rovira Committed: Sun Oct 16 10:35:24 2016 +0200 -- .../projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as | 2 ++ 1 file changed, 2 insertions(+) -- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5a6feb98/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as -- diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as index ec052c7..b2997c2 100644 --- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as +++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/TextButton.as @@ -24,6 +24,8 @@ package org.apache.flex.html import org.apache.flex.core.WrappedHTMLElement; } +[DefaultProperty("text")] + /** * The TextButton class implements a basic button that * displays text.