| Issue 68: | Need to add an option to the preference or resource file for MaxRow Increment labels | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What I mean was for the max rows drop down select list, the option label and values are the same. e.g. <select name="maxRows"...> <option value="12">12</option> <option value="24">24</option> .. </select> instead I would like <select name="maxRows"...> <option value="12">12 items</option> <option value="24">24 items</option> .. </select> Usually select option labels are different than the values that get sent to the server. Jeff Johnston View profile More options Dec 14, 7:04 am From: Jeff Johnston <extremecompone...@gmail.com> Date: Fri, 14 Dec 2007 07:04:00 -0800 (PST) Subject: Re: MaxRows label vs. values Reply | Reply to author | Forward | Print | Individual message | Show original | Report this message | Find messages by this author Good idea! What we could do is add the text in the resource bundle so it can be customized. The default may be to not display any text, but then could be easily definable, and Locale sensitive :). In case I forget could you add this as an issue? https://code.google.com/p/jmesa/issues/list -Jeff Johnston
Dec 15, 2007
This is implemented and checked in on the trunk. I will do a build later this weekend and put it in the development builds directory.
Status:
Fixed
|
Labels: -Type-Defect Type-Enhancement