jcubic / jquery.terminal-www

jQuery Terminal Website
http://terminal.jcubic.pl
32 stars 10 forks source link

[Feature] Ability to move terminal #10

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi 👋

How would I go by implementing on click one can move the console by click and hold the header?

jcubic commented 5 years ago

If you mean like chat window on a website, it's created with dterm plugin which is one of the examples. You can include that file and use it just like terminal - same arguments. It use jQuery UI dialog for that.

You can also implement something like this yourself using UI dragable.

ghost commented 5 years ago

Thank you