Re: [QUESTION] JavaScript Question

2014-03-25 Thread Mike Tutkowski
ced that if you select a custom Disk Offering and - as >>> expected - it displays custom controls at the bottom and then you click on >>> the "No Thanks" radio button that the custom fields don't disappear. >>> >>> >>> On Sat, Mar

Re: [QUESTION] JavaScript Question

2014-03-22 Thread Mike Tutkowski
gt;> >> I also noticed that if you select a custom Disk Offering and - as >> expected - it displays custom controls at the bottom and then you click on >> the "No Thanks" radio button that the custom fields don't disappear. >> >> >> On Sat, Mar 22,

Re: [QUESTION] JavaScript Question

2014-03-22 Thread Mike Tutkowski
it displays custom controls at the bottom and then you click on >> the "No Thanks" radio button that the custom fields don't disappear. >> >> >> On Sat, Mar 22, 2014 at 5:27 PM, Mike Tutkowski < >> mike.tutkow...@solidfire.com> wrote: >> &

Re: [QUESTION] JavaScript Question

2014-03-22 Thread Mike Tutkowski
he bottom and then you click on the "No > Thanks" radio button that the custom fields don't disappear. > > > On Sat, Mar 22, 2014 at 5:27 PM, Mike Tutkowski < > mike.tutkow...@solidfire.com> wrote: > >> Hi, >> >> I have a JavaScript question. Of c

Re: [QUESTION] JavaScript Question

2014-03-22 Thread Mike Tutkowski
t a custom Disk Offering and - as expected - it displays custom controls at the bottom and then you click on the "No Thanks" radio button that the custom fields don't disappear. On Sat, Mar 22, 2014 at 5:27 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi, >

[QUESTION] JavaScript Question

2014-03-22 Thread Mike Tutkowski
Hi, I have a JavaScript question. Of course, feel free anyone to answer it, but I CCed Brian, Jessica, and Alena since they seem to do a lot of our GUI work. While testing a feature of mine for 4.4, I came across a minor GUI issue. For 4.4 I added the ability for Compute Offerings to support

Re: JavaScript Question - $isCustomizedIops.is(':checked')

2013-11-06 Thread Mike Tutkowski
kowski [mailto:mike.tutkow...@solidfire.com] > Sent: Wednesday, November 06, 2013 10:10 AM > To: dev@cloudstack.apache.org > Subject: Re: JavaScript Question > > This is just a guess, but I'm thinking if the checkbox is not visible, then > ":checked" always returns fal

RE: JavaScript Question - $isCustomizedIops.is(':checked')

2013-11-06 Thread Jessica Wang
mizedIops.is(':checked')" Jessica -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Wednesday, November 06, 2013 10:10 AM To: dev@cloudstack.apache.org Subject: Re: JavaScript Question This is just a guess, but I'm thinking if the

Re: JavaScript Question

2013-11-06 Thread Mike Tutkowski
This is just a guess, but I'm thinking if the checkbox is not visible, then ":checked" always returns false (which would be weird). I do make the checkbox visible before using ":checked", but it's possible this visibility change doesn't take effect until after the event handler finishes. Any thou

JavaScript Question

2013-11-05 Thread Mike Tutkowski
Hi, Does anyone know why this checkbox of mine always returns false? if ($isCustomizedIops.is(':checked')) { // do some stuff } That code is part of an event handler for a combobox (when the combobox changes to a certain state, I want to see if the checkbox that is revealed is in the checked