Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Add to a Checkbox
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tom Thorp  
View profile  
 More options Jun 14 2012, 12:43 pm
From: Tom Thorp <tomthorp3...@gmail.com>
Date: Thu, 14 Jun 2012 09:43:37 -0700 (PDT)
Local: Thurs, Jun 14 2012 12:43 pm
Subject: Add to a Checkbox

I'm looking for a suggestion on how to extend the juiceUi controls to
support checkbox's or individual radio buttons?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Powell (appendTo)  
View profile  
 More options Jun 14 2012, 12:55 pm
From: "Andrew Powell (appendTo)" <apow...@appendto.com>
Date: Thu, 14 Jun 2012 09:55:45 -0700 (PDT)
Local: Thurs, Jun 14 2012 12:55 pm
Subject: Re: Add to a Checkbox

What do you mean by 'support' ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Thorp  
View profile  
 More options Jun 14 2012, 12:57 pm
From: Tom Thorp <tomthorp3...@gmail.com>
Date: Thu, 14 Jun 2012 09:57:06 -0700 (PDT)
Local: Thurs, Jun 14 2012 12:57 pm
Subject: Re: Add to a Checkbox

Poor wording.  I want to be able to use juiceUi to style checkboxes as
buttons.

On Thursday, June 14, 2012 11:55:45 AM UTC-5, Andrew Powell (appendTo)
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Powell (appendTo)  
View profile  
 More options Jun 14 2012, 12:59 pm
From: "Andrew Powell (appendTo)" <apow...@appendto.com>
Date: Thu, 14 Jun 2012 09:59:32 -0700 (PDT)
Local: Thurs, Jun 14 2012 12:59 pm
Subject: Re: Add to a Checkbox

<input type="checkbox" id="check" /><label for="check">Toggle</label>
<juice:button TargetControlID="check" ID="_ButtonCheck" runat="server"/>

That should do it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Thorp  
View profile  
 More options Jun 14 2012, 1:33 pm
From: Tom Thorp <tomthorp3...@gmail.com>
Date: Thu, 14 Jun 2012 10:33:52 -0700 (PDT)
Local: Thurs, Jun 14 2012 1:33 pm
Subject: Re: Add to a Checkbox

I like that.  However, I need to use the asp:checkbox control for
consistency with the rest of the application.

Also, I would like to use an alternate button library for this.  
http://dochoffiday.com/Professional/jquery-ui-checkbox-radiobutton-re...
.
This one has the advantage of having different icons for the "on" and "off"
states.

On Thursday, June 14, 2012 11:59:32 AM UTC-5, Andrew Powell (appendTo)
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Powell (appendTo)  
View profile  
 More options Jun 14 2012, 1:39 pm
From: "Andrew Powell (appendTo)" <apow...@appendto.com>
Date: Thu, 14 Jun 2012 10:39:08 -0700 (PDT)
Local: Thurs, Jun 14 2012 1:39 pm
Subject: Re: Add to a Checkbox

You'd just change the TargetControlID to point to your asp:checkbox
control...

If you want to add/remove/change icons on the buttons, you can do so
through css/javascript.

If you'd like to hook up a third party jquery ui widget to juice ui, have a
look at how the widgets are wired up in the Juice UI source code on github,
or the Wijmo Open for Juice UI source code. Alternately, you can contract
appendTo to do that for you as a consulting job.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Thorp  
View profile  
 More options Jun 14 2012, 1:47 pm
From: Tom Thorp <tomthorp3...@gmail.com>
Date: Thu, 14 Jun 2012 10:47:50 -0700 (PDT)
Local: Thurs, Jun 14 2012 1:47 pm
Subject: Re: Add to a Checkbox

With the following code -

       <asp:CheckBox ID="_cb1" Text="click me" runat="server"  /><br />
        <juice:button targetcontrolid="_cb1" runat="server" />

I get the following error:

*Extender control '' cannot extend '_cb1'. Extender controls of type
'Juice.Button' cannot extend controls of type
'System.Web.UI.WebControls.CheckBox'.*

When I looked at source for button, it doesn't include checkbox as an
allowed target type.  

On Thursday, June 14, 2012 12:39:08 PM UTC-5, Andrew Powell (appendTo)
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »