Spinner

Thanks for your great work, it has been very helpful to me.

In one of my applications I need a popup window with several objects to show some calculations.
One of those objects is a jquery-spinner. (Sorry, I have not found a dhtmlx-spinner).
With that spinner I have problem. Until sofar I have not been able to postion the spinner absolute.
When I include de position items in the style of the input (“position:absolute; top:50px; left:300px;”) the spinner dissappears.
With the jquery-datepicker there are no position problems.
Can you help me with it?

here’s a stripped example:

Main html, body { width: 100%; height: 100%; margin: 0px; padding: 0px; overflow: auto; } Main
Info

Please, try to place the spinner input in some container with the required position:

Thank you sematik,
Sorry to say but, it is not clear to me how to attach that container with spinner-input to the window.

Please, try to attach your container with the spinner input to the window using the appendObject() method:
docs.dhtmlx.com/api__link__dhtm … bject.html

Hi sematik,
If you could provide me a simple example with only a (jquery)spinner with aboslute positioning in a window, you would be most helpful.