Log of /trunk/webwork-modperl/lib/WeBWorK/HTML
Directory Listing
Revision
3043 -
Directory Listing
Modified
Sat Dec 18 16:12:19 2004 UTC (8 years, 6 months ago) by
gage
Added an option to rename the "Change Display Settings" submit buttton.
Revision
2833 -
Directory Listing
Modified
Mon Sep 27 19:05:14 2004 UTC (8 years, 8 months ago) by
toenail
No longer initially sets value of textbox to that of select menu
so that sticky values are preserved. Checks first for the select menu
default value.
Revision
2815 -
Directory Listing
Modified
Thu Sep 23 12:57:45 2004 UTC (8 years, 8 months ago) by
toenail
New widget for general use
Contains a textfield and dropdown menu of options
Makes use of javascript to simulate similar comboboxes from
windows/macs/etc
Revision
2766 -
Directory Listing
Modified
Fri Sep 10 22:15:51 2004 UTC (8 years, 9 months ago) by
sh002i
applied dpvc's filtering UI cleanup patch. closes bug #660.
Revision
2361 -
Directory Listing
Modified
Tue Jun 22 17:01:31 2004 UTC (8 years, 11 months ago) by
sh002i
TODO: write this, use it for info boxes
Revision
2275 -
Directory Listing
Modified
Tue Jun 8 00:04:45 2004 UTC (9 years ago) by
sh002i
removed debug output. fixes bug #542.
Revision
2186 -
Directory Listing
Modified
Sun May 23 23:35:42 2004 UTC (9 years ago) by
mschmitt
Updated to allow simple filtering of scrolling lists
Revision
2177 -
Directory Listing
Modified
Sun May 23 18:28:44 2004 UTC (9 years ago) by
sh002i
added comments re: valid %options
Revision
1840 -
Directory Listing
Modified
Thu Mar 4 21:05:04 2004 UTC (9 years, 3 months ago) by
sh002i
removed debugging warning, added class="ScrollingRecordList"
Revision
1827 -
Directory Listing
Added
Mon Mar 1 06:35:00 2004 UTC (9 years, 3 months ago) by
sh002i
WeBWorK::HTML::ScrollingRecordList - HTML widget for a scrolling list of
records. uses FormatRecords and SortRecords. see sample usage in
Assigner.pm.