I've been working on a module and now i need a normal input field where you can enter some text similar too:
<input type="text" value="myVal" id="something" style="width:240px;" />
However i cant seem to find a defination for it in the Gui defination list. I can see everything from FileManager to Radiobutton but not a normal input field? :(