How to setup a .HTM file for a custom command to allow entering a text value

 From:  fcwilt
11712.1 
Hi,

I'm working on the UI portion for some of my custom commands.

Currently the values I wish to be able to specify in the UI generated from the .HTM file, are hard coded in the .JS file for testing.

I've gotten the .HTM file to display a drop down combo where one of a fixed number of options can be selected. It's working fine.

But I cannot figure how to display a simple text entry field with a prompt showing what is to be entered into the field.

None of the examples I've found include a simple text entry field.

Thanks in advance.

Frederick