<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><title>Javascript Slider Control - Example</title>
<link rel="stylesheet" type="text/css" href="example_files/slider.css">
<script type="text/javascript" src="example_files/addanevent.js"></script>
<script type="text/javascript" src="example_files/slider.js"></script>
<script type="text/javascript" src="example_files/slider-setup.js"></script></head><body>
Slider 1:
<div class="slider" id="slider01">
<div class="left"></div>
<div class="right"></div>
<img style="left: 207px;" src="example_files/knob.png" height="15" width="31">
</div>
Box 1:
<input id="output1">
<hr>
</body></html>
-
Rafael Monnerat authored
Included original code of Zelinium downloaded from this URL: - http://pypi.python.org/packages/source/P/Products.Zelenium/Products.Zelenium-1.0.3.tar.gz#md5=57e846e670c4ef139791a9bcbd51c240 The goals of this fork is upgrade Selenium to version (2.6.0), which includes captureEntireScreenshot feature and from Xavier's changes which introduces ad-hoc changes in selenium which permits automatically upload images on ERP5.
1e8d3a7d