Is it possible to implement HTML <input> objects?

Through javascript we can create gui elements by input objects: button, checkbox, color, datetime, etc…

But I can not display these items on screen using javascript code.

I am using the code on this page to create elements of type input: http://www.w3schools.com/jsref/dom_obj_all.asp

What I think happens is that GDevelop have complete control of the screen.