bnmwebmaster
Newbie
Posts: 1
Registered: 4/4/2003
Member Is Offline
|
| posted on 4/4/2003 at 12:24 AM |
|
|
focus() to selected field after choosing color
Hello,
I am using the Tigra Color Picker. However, after choosing the color in the popup window, I would like to bring the focus() back to the original
form. This way I can do some programming to show the new color in certain areas of my website as soon as the new color is chosen.
What needs to be changed in order to accomplish this?
Ed
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 4/4/2003 at 07:26 AM |
|
|
just insert
this.field.focus();
as line 33 of picker.js file.
|
|
|