Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A74A182FD for ; Tue, 25 Aug 2015 06:10:08 +0000 (UTC) Received: (qmail 93025 invoked by uid 500); 25 Aug 2015 06:10:08 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 93002 invoked by uid 500); 25 Aug 2015 06:10:08 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 92992 invoked by uid 99); 25 Aug 2015 06:10:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 06:10:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0ACA7DFC7F; Tue, 25 Aug 2015 06:10:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/develop] - use different model for JQuery togglebutton Date: Tue, 25 Aug 2015 06:10:08 +0000 (UTC) Repository: flex-asjs Updated Branches: refs/heads/develop 453099db9 -> cb957d388 use different model for JQuery togglebutton Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/cb957d38 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/cb957d38 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/cb957d38 Branch: refs/heads/develop Commit: cb957d38825cc65801021e9ad4f6ef8dbf80d021 Parents: 453099d Author: Alex Harui Authored: Mon Aug 24 23:05:43 2015 -0700 Committer: Alex Harui Committed: Mon Aug 24 23:05:43 2015 -0700 ---------------------------------------------------------------------- frameworks/projects/JQuery/as/defaults.css | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cb957d38/frameworks/projects/JQuery/as/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/JQuery/as/defaults.css b/frameworks/projects/JQuery/as/defaults.css index b007a03..1046b10 100644 --- a/frameworks/projects/JQuery/as/defaults.css +++ b/frameworks/projects/JQuery/as/defaults.css @@ -28,6 +28,13 @@ jq|TextButton } +jq|ToggleTextButton +{ + IBeadModel: ClassReference("org.apache.flex.html.beads.models.ToggleButtonModel"); + IBeadView: ClassReference("org.apache.flex.html.beads.TextButtonView"); +} + + jq|CheckBox { IBeadModel: ClassReference("org.apache.flex.html.beads.models.ToggleButtonModel");