raymondwood
06-08-2008, 03:34 PM
Hi all,
I am trying the achieve the following:
I have a normal input textbox. With a right click (context) menu, I would like to give it a certain value, prefable a certain class.
This seems to be almost impossable.
untill....I saw a different solution at Netvibes, in the Google search widget:
this is a normal textbox in which you can type any value. But, if you click on the textbox, you'll get (sort of a dropdown) valuelist of your recent searches and on click that value is set to the textbox. In my case I would like to set the value to one of the properties of the textbox, but one step at the time.
any suggestions how to achieve this? My start was looking for a context menu, but most of them are not working when over a form field.
I am trying the achieve the following:
I have a normal input textbox. With a right click (context) menu, I would like to give it a certain value, prefable a certain class.
This seems to be almost impossable.
untill....I saw a different solution at Netvibes, in the Google search widget:
this is a normal textbox in which you can type any value. But, if you click on the textbox, you'll get (sort of a dropdown) valuelist of your recent searches and on click that value is set to the textbox. In my case I would like to set the value to one of the properties of the textbox, but one step at the time.
any suggestions how to achieve this? My start was looking for a context menu, but most of them are not working when over a form field.