|
1 |
There are several places were the cursor is set as an inline style when it could be set within the stylesheet.<br /><br />For example, in grid.base.js, the cursor is set to pointer where sort = true.<br /><br /><span class="sfcode">$("div",this).css("cursor","pointer")</span><br />Adding a class to the element allows the designer to style the element further/less if needed.<br /><br /><span class="sfcode">$("div",this).addClass("ui-grid-sortable")</span><span class="sfcode">.ui-grid-sortable {cursor:pointer}</span><br /><br /> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top