GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/Classes/CST2146/Notes/Archive/ |
Upload File : |
Working on: 10 Class Order DONE! Hover highlight 2020-04-26 When hovering over a class meeting highlight all class meeting divs for that class. Do the same during a drag-move. document.onmousemove = ttPosition; ttPosition.addEventListener('mousemove'); FAIL! Cannot get mouseover/mouseout to stick. Messed with inside class, calendar_class z-index Look to mouseenter and mouseleave as solutions. working if Schedule/schedule6.js working in Schedule/schedule.js: // EventListeners_Add() // Add event listeners to the calendar_class divs. function EventListeners_Add() { var DEBUG = false; if ( DEBUG ) { console.warn('EventListeners_Add[]'); } //window.addEventListener('resize',_Resized); // Add resize to re-display the schedule. Resized DisplaySchedule var this_calendar_meeting; var i; var calendar_classes = document.getElementsByClassName('calendar_class'); for ( i=0; i<calendar_classes.length; i++) { this_calendar_meeting = calendar_classes[i]; if ( DEBUG ) { console.log('Adding click EventListener for '+this_calendar_meeting.id); } this_calendar_meeting.addEventListener('click',ScheduleClass_OpenEditDialog); // Add click for class meeting edit. if ( DEBUG ) { console.log('Adding mousedown EventListener for '+this_calendar_meeting.id); } this_calendar_meeting.addEventListener('mousedown',ScheduleClassDragCheck); // Add mousedown for drag and drop. this_calendar_meeting.addEventListener('mouseover',HighlightLikeMe,{ useCapture:true }); // Add mouseover for highlighting sibling classes. this_calendar_meeting.addEventListener('mouseout',UnhighlightLikeMe,{ useCapture:true }); // Add mouseout to end highlighting sibling classes. } var calendar_arranged = document.getElementsByClassName('calendar_arranged'); for ( i=0; i<calendar_arranged.length; i++) { this_calendar_meeting = calendar_arranged[i]; if ( DEBUG ) { console.log('Adding click EventListener for '+this_calendar_meeting.id); } this_calendar_meeting.addEventListener('click',ScheduleClass_OpenEditDialog); // Add click for class meeting edit. if ( DEBUG ) { console.log('Adding mousedown EventListener for '+this_calendar_meeting.id); } //this_calendar_meeting.addEventListener('mousedown',ScheduleClassDragCheck); // Add mousedown for drag and drop. this_calendar_meeting.addEventListener('mouseover',HighlightLikeMe,{ useCapture:true }); // Add mouseover for highlighting sibling classes. this_calendar_meeting.addEventListener('mouseout',UnhighlightLikeMe,{ useCapture:true }); // Add mouseout to end highlighting sibling classes. } } // END EventListeners_Add. -80 No work yet performed. +10 Worked on site Thu, Mar 4th. This is a partial grade that will be updated as more work is performed. Attendees: Cesar Vicente 96+94=190 Done Courtney Kramer 141 Left Done Dakotah Beckmann 7+15+43=65 Done Jacob Inselmann 141 9:19 Done Joseph Meuleners 119 Done Lucas Krug 125 Done Phillip Konsor 140 Done Students: Austin Gratz Cesar Vicente Courtney Kramer Dakotah Beckmann David Finberg Donovan White Glenn Nelsen Jacob Inselmann Joseph Meuleners Kaytlin Sellner Lucas Krug Phillip Konsor Samuel Mulder Terence Jackson Timothy O'Neil