6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7198] Remove stripe.js
*
Your Email Address
*
Spam protection
Enter the letters below:
.___..__ .___.. .. . | [__) | |__||\/| | | | | || |
Comment
> Playing around with JS, and this little bit of code should do all > necessary row striping for us onload: > > > > document.observe('dom:loaded', function() { > > $H({ even: 'rowEven', odd: 'rowOdd' }).each(function(r) { > > $$('table.striped tr:nth-child(' + r.key + > ')').invoke('addClassName', r.value); > > }); > > }); > > > > For Horde 4, rather than having a separate stripe.js file, it would > probably be best to include this in horde.js.
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