|
Rank: Member Groups: Member
Joined: 2/5/2010 Posts: 24
|
Hi,
I want to use image(like brush or pallete) on click of which color picker will get open instead of clicking on textbox as per the demo. Can I achive the same through javascript?
Thanks & Regards, Vishakha
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can set PopupImageUrl to use your own image. Note the background color will still change when you pick a color.
Thanks
|
|
Rank: Member Groups: Member
Joined: 2/5/2010 Posts: 24
|
Hi,
Thanks for the solution.Works perfectly fine for me.
I have one more query. I want to display the selected color in the target textbox without # characher. For example if I select color #FFFFFF, I want to display FFFFFF only.Can I trim the string directly without using any javascript function for the same?
Thanks & Regards, Vishakha
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. You can not do that.
Thanks
|
|