LebGeeks

A community for technology geeks in Lebanon.

You are not logged in.

#1 April 8 2010

Joe
Member

Help with Javascript

I am looking for a function in Javascript or jQuery that would act similar to the prompt() function but instead of a textfield, the user input goes through a list. Ideas?

Offline

#2 April 8 2010

Ayman
Member

Re: Help with Javascript

What do you mean through a list? An editable table or a combo box inside the prompt window?

One thing that you can do is make a custom prompt window using CSS and put any HTML component you wish there for example combo boxes, images, radio buttons etc... Hope this helps good luck :)

EDIT: With a custom windows like this one: http://www.dhtmlgoodies.com/packages/dh … ndows.html you can put any HTML component in it whether combo boxes, lists, images, more buttons etc...

Last edited by Ayman (April 8 2010)

Offline

Board footer