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:
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.
You do not have the permission required to post.
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' ?
On Thursday, June 14, 2012 12:43:37 PM UTC-4, Tom Thorp wrote:
> 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.
You do not have the permission required to post.
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:
> What do you mean by 'support' ?
> On Thursday, June 14, 2012 12:43:37 PM UTC-4, Tom Thorp wrote:
>> 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.
You do not have the permission required to post.
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.
On Thursday, June 14, 2012 12:57:06 PM UTC-4, Tom Thorp wrote:
> 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:
>> What do you mean by 'support' ?
>> On Thursday, June 14, 2012 12:43:37 PM UTC-4, Tom Thorp wrote:
>>> 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.
You do not have the permission required to post.
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:
> <input type="checkbox" id="check" /><label for="check">Toggle</label> > <juice:button TargetControlID="check" ID="_ButtonCheck" runat="server"/>
> That should do it.
> On Thursday, June 14, 2012 12:57:06 PM UTC-4, Tom Thorp wrote:
>> 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:
>>> What do you mean by 'support' ?
>>> On Thursday, June 14, 2012 12:43:37 PM UTC-4, Tom Thorp wrote:
>>>> 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.
You do not have the permission required to post.
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.
On Thursday, June 14, 2012 1:33:52 PM UTC-4, Tom Thorp wrote:
> 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:
>> <input type="checkbox" id="check" /><label for="check">Toggle</label> >> <juice:button TargetControlID="check" ID="_ButtonCheck" runat="server"/>
>> That should do it.
>> On Thursday, June 14, 2012 12:57:06 PM UTC-4, Tom Thorp wrote:
>>> 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:
>>>> What do you mean by 'support' ?
>>>> On Thursday, June 14, 2012 12:43:37 PM UTC-4, Tom Thorp wrote:
>>>>> 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.
You do not have the permission required to post.
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'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.
> On Thursday, June 14, 2012 1:33:52 PM UTC-4, Tom Thorp wrote:
>> 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:
>>> <input type="checkbox" id="check" /><label for="check">Toggle</label> >>> <juice:button TargetControlID="check" ID="_ButtonCheck" runat="server"/>
>>> That should do it.
>>> On Thursday, June 14, 2012 12:57:06 PM UTC-4, Tom Thorp wrote:
>>>> 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:
>>>>> What do you mean by 'support' ?
>>>>> On Thursday, June 14, 2012 12:43:37 PM UTC-4, Tom Thorp wrote:
>>>>>> 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.
You do not have the permission required to post.