Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > larger radio/checkbox or mapping?

Reply
Thread Tools

larger radio/checkbox or mapping?

 
 
oldyork90
Guest
Posts: n/a
 
      08-26-2008
I need bigger, easier to hit, checkboxes and radios. If that is not
possible, and it appears not, is there a way to map the inside of a
table cell to 'select'. Ideas? I suppose I could use images and
implement the behavior with js. I'm fishing here. Thank you for any
ideas.
 
Reply With Quote
 
 
 
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      08-26-2008
oldyork90 wrote:
> I need bigger, easier to hit, checkboxes and radios.


No, you don't.

> If that is not possible, and it appears not, is there a way to map the
> inside of a table cell to 'select'. Ideas?


<input type="checkbox" name="..." id="foo"><label for="foo">...</label>

> I suppose I could use images and implement the behavior with js.


But you don't want to do that.

> I'm fishing here. Thank you for any ideas.


You could have RTFFAQ, RTFM, and STFW before.

<http://jibbering.com/faq/>


PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
 
Reply With Quote
 
 
 
 
oldyork90
Guest
Posts: n/a
 
      08-26-2008
On Aug 26, 10:10 am, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
> oldyork90 wrote:
> > I need bigger, easier to hit, checkboxes and radios.

>
> No, you don't.


Yes, I do.

Answer is use your own images. Thank you pointed one.
 
Reply With Quote
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      08-26-2008
oldyork90 wrote:
> Thomas 'PointedEars' Lahn wrote:
>> oldyork90 wrote:
>>> I need bigger, easier to hit, checkboxes and radios.

>> No, you don't.

>
> Yes, I do.


Hardly, given zoom effects.

> Answer is use your own images.


That may be your answer, and IIUC it would be an unwise one. For you would
assume that such a pseudo-control would be accessible when it is not.

> Thank you pointed one.


What for?


PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee
 
Reply With Quote
 
oldyork90
Guest
Posts: n/a
 
      08-26-2008
On Aug 26, 10:52 am, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
> oldyork90 wrote:
> > Thomas 'PointedEars' Lahn wrote:
> >> oldyork90 wrote:
> >>> I need bigger, easier to hit, checkboxes and radios.
> >> No, you don't.

>
> > Yes, I do.

>
> Hardly, given zoom effects.


Zoom is not the answer for all things. Proportion is one.

>
> > Answer is use your own images.

>
> That may be your answer, and IIUC it would be an unwise one. For you would
> assume that such a pseudo-control would be accessible when it is not.
>
> > Thank you pointed one.

>
> What for?
>
> PointedEars
> --
> Anyone who slaps a 'this page is best viewed with Browser X' label on
> a Web page appears to be yearning for the bad old days, before the Web,
> when you had very little chance of reading a document written on another
> computer, another word processor, or another network. -- Tim Berners-Lee


 
Reply With Quote
 
Steve Swift
Guest
Posts: n/a
 
      08-26-2008
Thomas 'PointedEars' Lahn wrote:
>> Answer is use your own images.

>
> That may be your answer, and IIUC it would be an unwise one.


Perhaps that's why this exact scenario is described in section 14.5.5 on
pages 271-275 of O'Reilly's "Javascript The Definitive Guide". I must
have missed the "Don't try this at home, folks".

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
 
Reply With Quote
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      08-26-2008
oldyork90 wrote:
> Thomas 'PointedEars' Lahn wrote:
>> oldyork90 wrote:
>>> Thomas 'PointedEars' Lahn wrote:
>>>> oldyork90 wrote:
>>>>> I need bigger, easier to hit, checkboxes and radios.
>>>> No, you don't.
>>> Yes, I do.

>> Hardly, given zoom effects.

>
> Zoom is not the answer for all things. Proportion is one.


It would seem foolishness is inverse proportional to experience.

Please learn to quote.


PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$>
 
Reply With Quote
 
Beez
Guest
Posts: n/a
 
      08-27-2008
Is there an accessible option for a multi-state checkbox?

Beez

 
Reply With Quote
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      08-27-2008
Beez wrote:
> Is there an accessible option for a multi-state checkbox?


The answer depends on what states you are talking about.


PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$>
 
Reply With Quote
 
Beez
Guest
Posts: n/a
 
      08-27-2008
PointedEars wrote:
> The answer depends on what states you are talking about.


Touche. More appropriately, a tri-state. True, Partially True,
False.

Example scenario:

[ ] Folder
[ ] file2.ext
[ ] file3.ext
[ ] file4.ext

If one of the files are selected, Folder is partially selected
(Partially True).

[o] Folder
[x] file2.ext
[ ] file3.ext
[x] file4.ext

Beez
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Larger Font John Himm Firefox 1 03-06-2006 06:28 PM
Question: Can I make textarea larger (larger text)? Peter Williams HTML 1 06-03-2005 08:17 AM
20" LCD: setting 4 g Larger text in all Programs? and larger icons lbbss Computer Support 6 04-14-2005 05:46 PM
make images larger Gordon Abbot Firefox 3 04-10-2005 04:59 AM
Values larger than 32 bit using conv_std_logic_vector Willem Oosthuizen VHDL 5 07-03-2003 08:53 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57