Rank: Member Groups: Member
Joined: 8/13/2007 Posts: 10
|
Hello,
I would like to ask you for a help.
I put a color picker on my page. I wanted to access to it via client side. I used a function eo_GetObject (pickerID) but I got a message - eo_GetObject is not defined.
At what time are defined global functions in a page ?
Thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Make sure you call the function after the ColorPicker in your page. Those functions are defined as soon as the ColorPicker is loaded.
Thanks!
|