Displaying 20 results from an estimated 200 matches similar to: "slider component inside a table not working"
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
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
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
2006 May 20
1
Slider.js - Attemting to put values in form.
I can''t figure out how to take that value that the user has chosen in
the slider and put that into a form value. Does anybody know how to do
this?
Here is my code so far (It''s pretty much directly from script.aculo.us):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Text effects tests</title>
<script
2006 May 23
0
Slider.js - Attemting to put values in form.
I can''t figure out how to take that value that the user has chosen in
the slider and put that into a form value. Does anybody know how to do
this?
Here is my code so far (It''s pretty much directly from script.aculo.us):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Text effects tests</title>
<script
2006 Jan 31
1
Slider values from .25 - 1
I am having some difficulty understanding how to set the slider
values to a specific range
<div id="track" style="position:absolute; left:25px; top:10px; width:
150px; height:10px;">
<div id="scaller" style=" width:10px; height:15px; background-
image: url(slidder2.png)"></div>
</div>
var scalebar = new
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
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"
2009 Sep 20
0
r30 committed - jslint now passing for google and googlev3
Revision: 30
Author: freyfogle
Date: Sun Sep 20 06:26:44 2009
Log: jslint now passing for google and googlev3
http://code.google.com/p/mapstraction/source/detail?r=30
Modified:
/trunk/build.xml
/trunk/source/mxn.google.core.js
/trunk/source/mxn.googlev3.core.js
=======================================
--- /trunk/build.xml Sun Sep 20 06:13:41 2009
+++ /trunk/build.xml Sun Sep 20 06:26:44
2006 May 24
0
script.aculo.us add multiple slider values together
Hy there
I''m sucessfully use the scriptaculous sliders. I''m not a programmer at
all and managed to set up the sliders on a page. Great work guys!
I like to add diffrent slidervalues together and make an output of the
sum. Something like
slider 1: 23.4567
Slider 2: 10.123
Output: Sum=33.5797
If ($Sum >=30) { output(''Great Score!)}
If ($Sum <30
2006 Jun 23
4
Creating a scrolling effect with slider
I''m currently working on a method to implement a scroller for a div
using a slider. I need to do this as an alternative to making a stylish
flash scroller with content.
The main advantage of this method is to allow the ability to style the
sliding elements cross browser (and maybe as a future add on... the
ability to have a scroll.to for a scrolling div).
This is my first attempt at
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 Jul 22
0
re: Questions about sortables
>>Sorry to say, but drag-and-drop doesn''t work for table rows because
>>of browser limitations. No workarounds for this.
not really a table-workaround, per se, but I got a table-like appearance by including styled <span> elements inside the <li>
entries. Here''s a sort of trivial example from playing around with Sortables:
<style
2003 Nov 05
1
Asterix - Digium replacing our current key system
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1"><font face="Helvetica, Arial,
2005 Aug 18
8
Extending a js class
It''s been a few days since I posted my last two emails (of which, no one
replied to) so 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
2006 Mar 24
2
Slider: passing the slider object to onChange and onSlide?
I''m working with 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
2006 Jun 18
0
PowerPoint Producer 2003 like Slider Control?
Greetings all,
I would like to create a slider control similar to what is found in the
timeline editors of popular presentation software like Producer for PP 2003,
of Macromedia Captivate.
Here is the beginning of what I''ve done so far:
http://apps.ultravioletconsulting.com/TimeLineEditor/timelineEditor.html
Ultimately, I''d like to make it more like that screenshot of
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 position 0
(using mozilla 1.7.8, same for
2005 Dec 08
0
Slider problems in IE6
Hi,
Sorry to report a bug here, but since the web site (well, just the
Wiki part of it) seems to spend more time being unavailable than not, I
don''t have much choice.
I''m using IE version 6.0.2900.2180.xpsp_sp2_gdr.050301-1519. I''ve
developed a small page that uses the sliders -- specifically, a single
slider with two handles), which works fine in
2008 Apr 14
1
youtube and flash video slider commands
Hi,
I have posted this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=430629
and since then swfdec has improved significantly! But I see new issue
with youtube and that it that video plays but I can't use video slider
to rewind forward or backward without freezing youtube window.
Should I post a new bug for this issue?
Is there someway how I can help you troubleshoot this issue?
Cheers,