Note that there are some explanatory texts on larger screens.

plurals
  1. POcustomize arrows of jquery plugin jscrollpane
    primarykey
    data
    text
    <p>I'd like asnwer you if know how customize the arrows of jscrollpane</p> <pre><code>jspVerticalBar .jspArrow </code></pre> <p>Specifically, the size of them, because I'm looking its api, but I dont find nothing like this.</p> <p>I'm trying through javascript, but when I increase the height of both, I need increase too the height of trackbar and dragbar... but I'm not obtaining it...</p> <p>For example, I want assign to arrows a height of 36px:</p> <pre><code>var verticalBar = this._htmlElement.children[0].children[1]; //vertical bar verticalBar.children[1].style.height = this.btsBarHeight+"px"; //up arrow verticalBar.children[3].style.height = this.btsBarHeight+"px"; //down arrow //is needed modify track and drag height //I modify track height var trackH = parseInt( verticalBar.clientHeight - this.btsBarHeight*2); verticalBar.children[2].style.height = trackH+"px"; //I modify drag height var dragH = parseInt(trackH-68); var dragH = (this._htmlElement.children[0].children[0].clientHeight*65)/520; verticalBar.children[2].children[0].style.height = dragH+"px"; </code></pre> <p>This is the offical website of the jquery plugin: <a href="http://jscrollpane.kelvinluck.com/" rel="nofollow">http://jscrollpane.kelvinluck.com/</a></p> <p>And this is one fiddle about it: <a href="http://jsfiddle.net/gLRYu/68/" rel="nofollow">http://jsfiddle.net/gLRYu/68/</a></p> <p>I hope your valious help. Thanks in advance, Daniel</p> <p><strong>EDIT1</strong></p> <p>I update the jsfiddle, clarifing all: <a href="http://jsfiddle.net/gLRYu/84/" rel="nofollow">http://jsfiddle.net/gLRYu/84/</a></p> <p><strong>The solution of DrColossos works, but I need through javascript</strong></p> <p><strong>EDIT2</strong></p> <p><strong>I obtained it, by modifing the jscrollpane.js , adding a new attribute in settings, called arrowsHeight</strong>. Thanks for your help.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload