Developer forum

Forum » Development » Backend Normal input field

Backend Normal input field


Reply

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? :(


Replies

 
Reply

That's because there is none. Just make a normal input type="hidden" or a TextBox control and supply it with a class="std" attribute. That's what we do:)

 

You must be logged in to post in the forum