Does your html menu dropdown have the ability to have small text boxes on it?
Return to Recent Questions
Q:
Does your menu have the ability to have small text boxes on
it? For example the search box on your main page under your logo.
A:
You can use any html code within item text, for example:
var menuItems = [
["<input type=text value='field'>text", ],
];
Try that.
Return to Recent Questions
|