Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
I
i20rzslider
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jedife
i20rzslider
Commits
c658b5d4
Commit
c658b5d4
authored
May 25, 2015
by
Paul Salaberria
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to latest version
parent
dfefc47e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
rzSliderTpl.html
rzSliderTpl.html
+9
-0
rzslider.js
rzslider.js
+5
-10
No files found.
rzSliderTpl.html
0 → 100644
View file @
c658b5d4
<span
class=
"rz-bar"
></span>
<!-- 0 The slider bar -->
<span
class=
"rz-bar rz-selection"
></span>
<!-- 1 Highlight between two handles -->
<span
class=
"rz-pointer"
></span>
<!-- 2 Left slider handle -->
<span
class=
"rz-pointer"
></span>
<!-- 3 Right slider handle -->
<span
class=
"rz-bubble rz-limit"
></span>
<!-- 4 Floor label -->
<span
class=
"rz-bubble rz-limit"
></span>
<!-- 5 Ceiling label -->
<span
class=
"rz-bubble"
></span>
<!-- 6 Label above left slider handle -->
<span
class=
"rz-bubble"
></span>
<!-- 7 Label above right slider handle -->
<span
class=
"rz-bubble"
></span>
\ No newline at end of file
rzslider.js
View file @
c658b5d4
...
@@ -260,7 +260,7 @@ function throttle(func, wait, options) {
...
@@ -260,7 +260,7 @@ function throttle(func, wait, options) {
{
{
self
.
resetLabelsValue
();
self
.
resetLabelsValue
();
thrLow
();
thrLow
();
thrHigh
();
if
(
this
.
range
)
thrHigh
();
self
.
resetSlider
();
self
.
resetSlider
();
});
});
...
@@ -975,15 +975,10 @@ function throttle(func, wait, options) {
...
@@ -975,15 +975,10 @@ function throttle(func, wait, options) {
rzSliderHideLimitLabels
:
'=?'
,
rzSliderHideLimitLabels
:
'=?'
,
rzSliderAlwaysShowBar
:
'=?'
rzSliderAlwaysShowBar
:
'=?'
},
},
template
:
'<span class="rz-bar"></span>'
+
// 0 The slider bar
'<span class="rz-bar rz-selection"></span>'
+
// 1 Highlight between two handles
templateUrl
:
function
(
elem
,
attrs
)
{
'<span class="rz-pointer"></span>'
+
// 2 Left slider handle
return
attrs
.
rzSliderTplUrl
||
'rzSliderTpl.html'
'<span class="rz-pointer"></span>'
+
// 3 Right slider handle
},
'<span class="rz-bubble rz-limit"></span>'
+
// 4 Floor label
'<span class="rz-bubble rz-limit"></span>'
+
// 5 Ceiling label
'<span class="rz-bubble"></span>'
+
// 6 Label above left slider handle
'<span class="rz-bubble"></span>'
+
// 7 Label above right slider handle
'<span class="rz-bubble"></span>'
,
// 8 Range label when the slider handles are close ex. 15 - 17
link
:
function
(
scope
,
elem
,
attr
)
link
:
function
(
scope
,
elem
,
attr
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment