search for: sliders

Displaying 20 results from an estimated 482 matches for "sliders".

Did you mean: slider
2008 Jul 07
4
script.aculo.us slider - this and event handler - depending sliders
Hi, I successfully created depending sliders with prototype and slider.js. See the result here: http://www.soa-world.de/dev/slider/slider.html (here''s the code: http://pastebin.com/ma1e82eb) There is one problem with my code. What I do is I have a sliders class "function sliders()" inside I create the 5 sliders in a for l...
2006 Jan 16
0
Slider Problems
Hi, I have two minor problems with scriptaculous sliders: a) when a list of allowed values is provided and that list contains 0 the value 0 is not usable This can be seen in the slider_test.html functional tests, slider 5 (multiple handles and predefined values), which allows values [0,0.2,0.4,0.6,0.8]. I cannot move any of the sliders to p...
2005 Sep 21
8
Slider controls
Heya! Thanks to Marty Haught, script.aculo.us (as of changeset 2281) now sports a new Control for horizontal and vertical sliders. See the functional test file (test/functional/slider_test.html) for information on how to use it. Basically, you do: <div id="track1" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle1" style="width:5px;height:10px;backgrou...
2006 Mar 24
2
Slider: passing the slider object to onChange and onSlide?
...th a couple of slider objects on one page. I''m using onChange to do a couple of things. onChange passes the new value of the slider, but not the slider object itself. Has anybody found a way to get the object? More details: A simple example would be to do the following: Put multiple sliders on a page. Now, when a slider is moved, change it''s track color. To do this, I need to know what slider changed in the onChange event, but I only have the slider''s value. I need a pointer to the slider itself. Ideas? Thanks, Patrick -- www.agavegroup.com __________________...
2004 Mar 19
5
loop through files in a dir
Hello I have data in many files in a directory, how can I loop through the files in a given dir in-order-to build a data.frame? thanks
2008 Jun 05
0
Javascript & Scrolling
I am currently in the middle of creating a horizontal scrolling product list with page buttons that use effects to scroll from one page to another using scriptaculous. I am having problem that when the window is resized, so only the viewable area of the div changes, this causes the width to change and then because of that the scroll effect will scroll to position 2000 but then when the scroll bar
2005 Aug 18
8
Extending a js class
...I''ve gone ahead and coded a working slider class as well as a ''resizeable'' class that allows a user to drag and resize the element. I also linked these two together as I want to have slider behavior that can resize the resizeable element. The end result is both the sliders (one horizontal and one vertical) and the resizeable element work together. The one downside is that my slider object is linked to the other. So I would like to break it out and make either a more complex subclass or add behavior that I can override if the complexity is necessary. I have two...
2006 Apr 24
1
implementing a Slider control
i''m trying to implement a slider like "http://wiki.script.aculo.us/scriptaculous/show/SliderDemo", but i see that my code doesnt work. i seem to do everything correct but then if some one could look into it and help.. regards muddana The View Code: <%= javascript_include_tag "prototype", "effects"
2006 Feb 18
1
slider not working in a table for IE 6
Hello, I''m trying to use the slider inside a table and am having problems. I''m wondering if anybody can help or, if it just isn''t possible for some reason. The following 2 entries are the exact same code (1 inside <div></div> and 1 inside <table><tr><td></td></tr></table>). The div one works fine but the table one
2018 Dec 28
2
Slider bars...
Anyone have a clue how to add back the buttons at the top and bottom of the slider bars, or at least change how the sliders work? Most of the time, I want to scroll up faster, *NOT* got 500 emails back, or to the top of the page.... mark "c7.6"
2006 Mar 14
2
slider.js in ruby on rails
Hello, Is anyone using slider.js from script.aculo.us? I don''t understand how to integrate it into a form in rails. I want to do something like adjust (slide) age from 16-100. Thank You, jeff
2006 May 20
1
Slider.js - Attemting to put values in form.
...title>Text effects tests</title> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js"></script> </script> </head> <body> <h1>Sliders</h1> <h2>Slider with predefined values [2,4,6,8] and a non-default range [2,15]</h2> <form name="myform"> <input name="test" value="helloworld"> <div id="track3" style="width:200px;background-color:#aaa;height:5px;&q...
2013 May 15
2
animating plots over time with a slider
I have a population of subjects each with a variable which has been captured at a baseline date. Then for many subjects (but not all) an intervention has occurred and the variable has changed at one or more time points after the baseline date. So my dataset consists of a subject ID (x), which may appear several times or just once, a measure (y), and a date of observation (z). I would like to be
2010 Jun 11
1
Windows, OSX and Linux: updating a graphic device and double buffering
Hello there, I'm struggling with the base graphics system on different operating systems. I would like to get an animation effect by re-plotting with the plot function. See the attached code example: move the slider quick from one side to the other. I experience different levels of success, depending on which OS I use. - Linux (Ubuntu >9.10, R 2.9.2-3): Each plot command gets
2006 Feb 18
0
slider component inside a table not working
Hello, I''m trying to use the slider inside a table and am having problems. I''m wondering if anybody can help or, if it just isn''t possible for some reason. The following 2 entries are the exact same code (1 inside <div></div> and 1 inside <table><tr><td></td></tr></table>). The div one works fine but the table one
2006 Feb 18
1
spinner not working inside a table with IE 6
Hello, I''m trying to use the slider inside a table and am having problems. I''m wondering if anybody can help or, if it just isn''t possible for some reason. The following 2 samples contain same code (1 inside <div></div> and 1 inside <table><tr><td></td></tr></table>). The div one works fine but the table one
2012 Nov 05
0
slider control questions
DeaR UseRs, I have the following code (see below). It is working as expected although I have two problems/questions: - how can I set the size of the graph? It may sound silly, but I couldnt figure that out - is it possible to export this small "interactive aplication" to html or a latex document, or maybe pdf? Thank you for your attentions. Best wishes: Daniel the code:
2006 Jun 12
0
IE rendering of Sliders
Small point, has anyone noticed that the sliders don''t render properly in IE 6.0? http://wiki.script.aculo.us/scriptaculous/show/SliderDemo I''ve dabbled with the HTML and CSS and got ''em to render properly in IE 6 (and IE 5.5... yes, I know...) .slider-track { width:50px; height:5px; background-color:gray;...
2005 Dec 11
0
setValue() and sliderValue not affecting Slider
Good Afternoon- New to the list and new to script.aculo.us/javascripting as well. I am fluent in PHP and C++ so I am not completely benign when it comes to javascript. Anyways after following a guide online I figured out how to set up a slider in order to resize a set of pictures. My problem is neither the sliderValue option in the constructor nor the setValue() function seem to work. Perhaps
2011 Aug 31
3
Fitting my data to a Weibull model
Hi guys, I have a data-set that fits well into a Weibull model y = a-b*exp(-c*x^d). I want to estimate the parameters of the coefficients a, b, c and d, given x and y. Can you guys help me? Just as an example, I fit the data y <- c(1,2,3,4,10,20) and x <- c(1,7,14,25,29,30) According to this model above, and using the software CurveExpert, and I got the estimates of a (2.95),b (2.90),c