]> git.evergreen-ils.org Git - working/Evergreen.git/commit
In XUL, if you do something like this:
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Sep 2009 02:32:28 +0000 (02:32 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Sep 2009 02:32:28 +0000 (02:32 +0000)
commit2a4cf0314163eba9f7ddfaeb3a67c7b43b561719
tree01f55815d8cae1188acc2f07422ad75a0666ef48
parent04f85e57f91b71c1c498fc201d1b722d173d4bc8
In XUL, if you do something like this:

   <label control="foo" value="My Label">
   <textbox id="foo" />

Then clicking on the label will jump focus to the textbox.  Replacing the onclick handlers in the MARC editor with that way of doing it.

Also having each fixed field auto-select all the text on focus, so whether a user clicks on the label or directly into the textbox, or even tabs into the textbox, the text will be selected so that the user can immediately type a
new replacement value.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14177 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/xul/staff_client/server/cat/marcedit.xul