Searched refs:scroll (Results 151 - 175 of 191) sorted by relevance

12345678

/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/
H A Dcard.less49 background: none repeat scroll 0 0 #FFFFFF;
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/dragdrop/
H A Ddragdrop-debug.js1291 * Returns the current scroll position
1305 YAHOO.log("could not get scroll property", "info", "DragDropMgr");
2684 * scroll
2695 * When set to true, the utility automatically tries to scroll the browser
2698 * @property scroll
2701 scroll: true,
2800 * Auto-scroll the window if the dragged object has been moved beyond the
2811 if (this.scroll) {
2831 // adjusted so that we don't scroll if the cursor is beyond the
2843 // How close to the edge the cursor must be before we scroll
[all...]
H A Ddragdrop-min.js89 return tickArray[tickArray.length-1];}},toString:function(){return("DragDrop "+this.id);}};})();YAHOO.util.DD=function(id,sGroup,config){if(id){this.init(id,sGroup,config);}};YAHOO.extend(YAHOO.util.DD,YAHOO.util.DragDrop,{scroll:true,autoOffset:function(iPageX,iPageY){var x=iPageX-this.startPageX;var y=iPageY-this.startPageY;this.setDelta(x,y);},setDelta:function(iDeltaX,iDeltaY){this.deltaX=iDeltaX;this.deltaY=iDeltaY;},setDragElPos:function(iPageX,iPageY){var el=this.getDragEl();this.alignElWithMouse(el,iPageX,iPageY);},alignElWithMouse:function(el,iPageX,iPageY){var oCoord=this.getTargetCoord(iPageX,iPageY);if(!this.deltaSetXY){var aCoord=[oCoord.x,oCoord.y];YAHOO.util.Dom.setXY(el,aCoord);var newLeft=parseInt(YAHOO.util.Dom.getStyle(el,"left"),10);var newTop=parseInt(YAHOO.util.Dom.getStyle(el,"top"),10);this.deltaSetXY=[newLeft-oCoord.x,newTop-oCoord.y];}else{YAHOO.util.Dom.setStyle(el,"left",(oCoord.x+this.deltaSetXY[0])+"px");YAHOO.util.Dom.setStyle(el,"top",(oCoord.y+this.deltaSetXY[1])+"px");}
90 this.cachePosition(oCoord.x,oCoord.y);this.autoScroll(oCoord.x,oCoord.y,el.offsetHeight,el.offsetWidth);},cachePosition:function(iPageX,iPageY){if(iPageX){this.lastPageX=iPageX;this.lastPageY=iPageY;}else{var aCoord=YAHOO.util.Dom.getXY(this.getEl());this.lastPageX=aCoord[0];this.lastPageY=aCoord[1];}},autoScroll:function(x,y,h,w){if(this.scroll){var clientH=this.DDM.getClientHeight();var clientW=this.DDM.getClientWidth();var st=this.DDM.getScrollTop();var sl=this.DDM.getScrollLeft();var bot=h+y;var right=w+x;var toBot=(clientH+st-y-this.deltaY);var toRight=(clientW+sl-x-this.deltaX);var thresh=40;var scrAmt=(document.all)?80:30;if(bot>clientH&&toBot<thresh){window.scrollTo(sl,st+scrAmt);}
93 if(x<sl&&sl>0&&x-sl<thresh){window.scrollTo(sl-scrAmt,st);}}},applyConfig:function(){YAHOO.util.DD.superclass.applyConfig.call(this);this.scroll=(this.config.scroll!==false);},b4MouseDown:function(e){this.setStartPosition();this.autoOffset(YAHOO.util.Event.getPageX(e),YAHOO.util.Event.getPageY(e));},b4Drag:function(e){this.setDragElPos(YAHOO.util.Event.getPageX(e),YAHOO.util.Event.getPageY(e));},toString:function(){return("DD "+this.id);}});YAHOO.util.DDProxy=function(id,sGroup,config){if(id){this.init(id,sGroup,config);this.initFrame();}};YAHOO.util.DDProxy.dragElId="ygddfdiv";YAHOO.extend(YAHOO.util.DDProxy,YAHOO.util.DD,{resizeFrame:true,centerFrame:false,createFrame:function(){var self=this,body=document.body;if(!body||!body.firstChild){setTimeout(function(){self.createFrame();},50);return;}
H A Ddragdrop.js1255 * Returns the current scroll position
2596 * scroll
2607 * When set to true, the utility automatically tries to scroll the browser
2610 * @property scroll
2613 scroll: true,
2709 * Auto-scroll the window if the dragged object has been moved beyond the
2720 if (this.scroll) {
2740 // adjusted so that we don't scroll if the cursor is beyond the
2748 // How close to the edge the cursor must be before we scroll
2752 // How many pixels to scroll pe
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/dragdrop/
H A Ddragdrop-debug.js1291 * Returns the current scroll position
1305 YAHOO.log("could not get scroll property", "info", "DragDropMgr");
2684 * scroll
2695 * When set to true, the utility automatically tries to scroll the browser
2698 * @property scroll
2701 scroll: true,
2800 * Auto-scroll the window if the dragged object has been moved beyond the
2811 if (this.scroll) {
2831 // adjusted so that we don't scroll if the cursor is beyond the
2843 // How close to the edge the cursor must be before we scroll
[all...]
H A Ddragdrop-min.js89 return tickArray[tickArray.length-1];}},toString:function(){return("DragDrop "+this.id);}};})();YAHOO.util.DD=function(id,sGroup,config){if(id){this.init(id,sGroup,config);}};YAHOO.extend(YAHOO.util.DD,YAHOO.util.DragDrop,{scroll:true,autoOffset:function(iPageX,iPageY){var x=iPageX-this.startPageX;var y=iPageY-this.startPageY;this.setDelta(x,y);},setDelta:function(iDeltaX,iDeltaY){this.deltaX=iDeltaX;this.deltaY=iDeltaY;},setDragElPos:function(iPageX,iPageY){var el=this.getDragEl();this.alignElWithMouse(el,iPageX,iPageY);},alignElWithMouse:function(el,iPageX,iPageY){var oCoord=this.getTargetCoord(iPageX,iPageY);if(!this.deltaSetXY){var aCoord=[oCoord.x,oCoord.y];YAHOO.util.Dom.setXY(el,aCoord);var newLeft=parseInt(YAHOO.util.Dom.getStyle(el,"left"),10);var newTop=parseInt(YAHOO.util.Dom.getStyle(el,"top"),10);this.deltaSetXY=[newLeft-oCoord.x,newTop-oCoord.y];}else{YAHOO.util.Dom.setStyle(el,"left",(oCoord.x+this.deltaSetXY[0])+"px");YAHOO.util.Dom.setStyle(el,"top",(oCoord.y+this.deltaSetXY[1])+"px");}
90 this.cachePosition(oCoord.x,oCoord.y);this.autoScroll(oCoord.x,oCoord.y,el.offsetHeight,el.offsetWidth);},cachePosition:function(iPageX,iPageY){if(iPageX){this.lastPageX=iPageX;this.lastPageY=iPageY;}else{var aCoord=YAHOO.util.Dom.getXY(this.getEl());this.lastPageX=aCoord[0];this.lastPageY=aCoord[1];}},autoScroll:function(x,y,h,w){if(this.scroll){var clientH=this.DDM.getClientHeight();var clientW=this.DDM.getClientWidth();var st=this.DDM.getScrollTop();var sl=this.DDM.getScrollLeft();var bot=h+y;var right=w+x;var toBot=(clientH+st-y-this.deltaY);var toRight=(clientW+sl-x-this.deltaX);var thresh=40;var scrAmt=(document.all)?80:30;if(bot>clientH&&toBot<thresh){window.scrollTo(sl,st+scrAmt);}
93 if(x<sl&&sl>0&&x-sl<thresh){window.scrollTo(sl-scrAmt,st);}}},applyConfig:function(){YAHOO.util.DD.superclass.applyConfig.call(this);this.scroll=(this.config.scroll!==false);},b4MouseDown:function(e){this.setStartPosition();this.autoOffset(YAHOO.util.Event.getPageX(e),YAHOO.util.Event.getPageY(e));},b4Drag:function(e){this.setDragElPos(YAHOO.util.Event.getPageX(e),YAHOO.util.Event.getPageY(e));},toString:function(){return("DD "+this.id);}});YAHOO.util.DDProxy=function(id,sGroup,config){if(id){this.init(id,sGroup,config);this.initFrame();}};YAHOO.util.DDProxy.dragElId="ygddfdiv";YAHOO.extend(YAHOO.util.DDProxy,YAHOO.util.DD,{resizeFrame:true,centerFrame:false,createFrame:function(){var self=this,body=document.body;if(!body||!body.firstChild){setTimeout(function(){self.createFrame();},50);return;}
H A Ddragdrop.js1255 * Returns the current scroll position
2596 * scroll
2607 * When set to true, the utility automatically tries to scroll the browser
2610 * @property scroll
2613 scroll: true,
2709 * Auto-scroll the window if the dragged object has been moved beyond the
2720 if (this.scroll) {
2740 // adjusted so that we don't scroll if the cursor is beyond the
2748 // How close to the edge the cursor must be before we scroll
2752 // How many pixels to scroll pe
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java258 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
260 ScrollPaneBorderListener.createBottomBorderListener(scroll);
261 add(scroll, gbc);
H A DCustomAttributePanel.java220 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
222 ScrollPaneBorderListener.createBottomBorderListener(scroll);
223 add(scroll, gbc);
H A DCustomObjectClassPanel.java194 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
196 ScrollPaneBorderListener.createBottomBorderListener(scroll);
197 add(scroll, gbc);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java257 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
259 ScrollPaneBorderListener.createBottomBorderListener(scroll);
260 add(scroll, gbc);
H A DCustomAttributePanel.java219 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
221 ScrollPaneBorderListener.createBottomBorderListener(scroll);
222 add(scroll, gbc);
H A DCustomObjectClassPanel.java193 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
195 ScrollPaneBorderListener.createBottomBorderListener(scroll);
196 add(scroll, gbc);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java258 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
260 ScrollPaneBorderListener.createBottomBorderListener(scroll);
261 add(scroll, gbc);
H A DCustomAttributePanel.java220 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
222 ScrollPaneBorderListener.createBottomBorderListener(scroll);
223 add(scroll, gbc);
H A DCustomObjectClassPanel.java194 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
196 ScrollPaneBorderListener.createBottomBorderListener(scroll);
197 add(scroll, gbc);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java257 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
259 ScrollPaneBorderListener.createBottomBorderListener(scroll);
260 add(scroll, gbc);
H A DCustomAttributePanel.java219 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
221 ScrollPaneBorderListener.createBottomBorderListener(scroll);
222 add(scroll, gbc);
H A DCustomObjectClassPanel.java193 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
195 ScrollPaneBorderListener.createBottomBorderListener(scroll);
196 add(scroll, gbc);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java258 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
260 ScrollPaneBorderListener.createBottomBorderListener(scroll);
261 add(scroll, gbc);
H A DCustomAttributePanel.java220 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
222 ScrollPaneBorderListener.createBottomBorderListener(scroll);
223 add(scroll, gbc);
H A DCustomObjectClassPanel.java194 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
196 ScrollPaneBorderListener.createBottomBorderListener(scroll);
197 add(scroll, gbc);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java227 final JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
228 scrollListener = ScrollPaneBorderListener.createBottomBorderListener(scroll);
229 add(scroll, gbc);
H A DCustomAttributePanel.java193 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
195 ScrollPaneBorderListener.createBottomBorderListener(scroll);
196 add(scroll, gbc);
H A DCustomObjectClassPanel.java185 JScrollPane scroll = Utilities.createBorderLessScrollBar(p);
187 ScrollPaneBorderListener.createBottomBorderListener(scroll);
188 add(scroll, gbc);

Completed in 108 milliseconds

12345678