6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/19/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1853] Select all checkbox
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. ..___..__ .__. |_/ | | _/ [__)| | | \|/\|./__.| |__\
Comment
> OK, here goes... > > I selected the section that I think may help you out, and added the > line numbers. The indents may be a bit off, it didn't come over > cleanly, so I had to fix it a bit. Does this help at all, Chuck? > > > > > > 110 var rowColors = new Array(); > > 111 function selectRow(rowId) > > 112 { > > 113 rowOb = document.getElementById('row' + rowId); > > 114 if (!rowOb) { > > 115 return; > > 116 } > > 117 > > 118 if (rowOb.className.indexOf('selectedRow') != -1) { > > 119 rowOb.className = rowColors[rowId]; > > 120 } else { > > 121 rowColors[rowId] = rowOb.className; > > 122 rowOb.className = 'selectedRow'; > > 123 } > > 124 } > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers