baxy77bax has asked for the wisdom of the Perl Monks concerning the following question:
This time I need an example since I have never done anything like this before (visual interactive (using mouse) application). Let say I have a web page that displays a line like this:
what I would like to do is to click on C and drag it between A and B to get :A------------B------------C--------------D-------------E
orA-----C------B---------------------------D-------------E
spacing is irrelevant. in fact it is better if everything is equally spaced.A------------C------------B--------------D-------------E
once modified i need a textual output specifying the change. Let say initially for generating my first line textual input looked like this:
after modifying it I would like to have it like this[A,B,C,D,E]
I don't know what is possible or not since as i said visual applications were no go for me until now.[A,C,B,D,E]
where do i start ??
all help appreciated.
thnx
baxy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: drag and drop web app
by marto (Cardinal) on Jan 08, 2014 at 13:22 UTC | |
|
Re: drag and drop web app
by bangor (Monk) on Jan 08, 2014 at 19:26 UTC |