User talk:Bkmays/vector.js
Notes to Myself Regarding editing for Pop-Ups
[edit]Navigation popups, article previews and editing functions popup when hovering over links http://en.wikipedia.org/wiki/Special:Preferences#mw-prefsection-gadgets
entered the info to try to get popup to come quicker; check out the option to move pop up other than the default "shift" button: popupDragHandle false,'popupTopLinks', ... The name of an element by which the popup can be dragged without holding the shift key. Iffalse, then the popup can be dragged using the shift key instead.
Link to PopUp script
[edit]rovides easy access to article previews and several Wikipedia functions in popup windows which appear when you hover the mouse over links.
| Wikipedia:Tools/Navigation_popups
User:Lupin/popups.js
User:Lupin
| Sat Mar 10 21:40:16 UTC 2007
MediaWiki:Gadget-Navigation_popups
MediaWiki:Gadget-popups.js
MediaWiki:Gadget-navpop.css
WP Page on Scripts/Gadgets/tools
[edit]Options I had but then removed(test later)
[edit]this is what I had posted on my user .js page *w.o the 1st 2 lines in case it applies here: User:Lupin/popups.js
popupDelay=0.001;
popupHideDelay=0.9;
popupStructure='original';
popupDragHandle=false;
popupMaxPreviewSentences=15;
popupPreviewFirstParOnly=false;
popupMaxPreviewCharacters=1000;