|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Slider component?Hello. I need a simple slider/scrollbar component, similar to CFSLIDER but it ideally needs to provide a value without submitting a form (ie: with an onchange and/or onblur function call), and it can't really use Flash/Flex - I need a HTML-based solution.
Does anyone here have any suggestions or recommendations for such a component? Thanks, Peter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3172 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
|
|
Re: Slider component?This should meet all of your requirements:
http://www.indiankey.com/mxajax/examples/mxSlider1.cfm It's part of MXAJAX: http://www.indiankey.com/mxajax/ On 9/11/06, Peter Boughton <boughtonp@...> wrote: > Hello. I need a simple slider/scrollbar component, similar to CFSLIDER but it ideally needs to provide a value without submitting a form (ie: with an onchange and/or onblur function call), and it can't really use Flash/Flex - I need a HTML-based solution. > > Does anyone here have any suggestions or recommendations for such a component? > > Thanks, > > Peter -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3173 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
|
|
Re: Slider component?> This should meet all of your requirements:
> > http://www.indiankey.com/mxajax/examples/mxSlider1.cfm Does it works for you under IE 6? It's all fine in FireFox here, but badly broken in IE 6. A I alone? ---------------------------- Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3174 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
|
|
Re: Slider component?Same here - works okay in FF1.5, but in IE6 it doesn't appear to work.
-- Peter >> This should meet all of your requirements: >> >> http://www.indiankey.com/mxajax/examples/mxSlider1.cfm > >Does it works for you under IE 6? It's all fine in FireFox here, but badly >broken in IE 6. A I alone? > >---------------------------- >Massimo Foti >Tools for ColdFusion and Dreamweaver developers: >http://www.massimocorner.com >---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3175 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
|
|
Re: Slider component?Nah, IE is great; without it our jobs would be far too easy. ;)
Thanks, that one does work with IE and FF. -- Peter >I hate IE 6 more and more deeply with every passing day. > >I'll let Arjun know that the slider components in the 0.1 release are >broken in IE6. > >The latest script.aculo.us works ok in IE so dropping that in should be fine: > >http://wiki.script.aculo.us/scriptaculous/show/SliderDemo > >On 9/11/06, Peter Boughton <boughtonp@...> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3177 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
|
|
Re: Slider component?I hate IE 6 more and more deeply with every passing day.
I'll let Arjun know that the slider components in the 0.1 release are broken in IE6. The latest script.aculo.us works ok in IE so dropping that in should be fine: http://wiki.script.aculo.us/scriptaculous/show/SliderDemo On 9/11/06, Peter Boughton <boughtonp@...> wrote: > Same here - works okay in FF1.5, but in IE6 it doesn't appear to work. > > > -- > Peter > > >> This should meet all of your requirements: > >> > >> http://www.indiankey.com/mxajax/examples/mxSlider1.cfm > > > >Does it works for you under IE 6? It's all fine in FireFox here, but badly > >broken in IE 6. A I alone? > > > >---------------------------- > >Massimo Foti > >Tools for ColdFusion and Dreamweaver developers: > >http://www.massimocorner.com > >---------------------------- > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3176 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
|
|
Re: Slider component?Intertestingly, so does the download of MXAJAX (on our dev server at
least) so something probably got messed up on the indiankey demo page. Anyways, script.aculo.us is pretty awesome. On 9/11/06, Peter Boughton <boughtonp@...> wrote: > Nah, IE is great; without it our jobs would be far too easy. ;) > > Thanks, that one does work with IE and FF. > > > -- > Peter > > >I hate IE 6 more and more deeply with every passing day. > > > >I'll let Arjun know that the slider components in the 0.1 release are > >broken in IE6. > > > >The latest script.aculo.us works ok in IE so dropping that in should be fine: > > > >http://wiki.script.aculo.us/scriptaculous/show/SliderDemo > > > >On 9/11/06, Peter Boughton <boughtonp@...> wrote: -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3178 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
| Free Forum Powered by Nabble | Forum Help |