dragging and dropping objects in PHP
Moderator: General Moderators
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa
dragging and dropping objects in PHP
can you create visual objects in Php i.e. a BUTTON. Then manipulate that object visually.(e.g. drag it on to a text box, then the set property of that text box to the value of the button.
No. PHP is server-side, like cold-fusion, ASP, Perl etc. You are thinking about a client-side language like Javascript.
With advanced knowledge and some extra-time and lines of code on your hands you can do what you describe in Javascript.
If you really intend to do it, check out the javascript-API that the "Dynamic Duo" and Dan Steinmann programmed along with others. I don't have the link handy, but if you search Google for one of the above names, you will get to their website.
With advanced knowledge and some extra-time and lines of code on your hands you can do what you describe in Javascript.
If you really intend to do it, check out the javascript-API that the "Dynamic Duo" and Dan Steinmann programmed along with others. I don't have the link handy, but if you search Google for one of the above names, you will get to their website.
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa
Thanks
thanks
i'll check it out
enjoy your day!
i'll check it out
enjoy your day!
-
rodrigocaldeira
- Forum Commoner
- Posts: 27
- Joined: Wed Mar 05, 2003 6:40 pm
- Location: Brazil
- Contact:
Re: dragging and dropping objects in PHP
This has everything to do with tools. What you're talking about is a high end editor or RAD. To the best of my knowledge, at this time, there is nothing that does that particularly for PHP and desktop (read GUI) based apps. What I would suggest if you're a linux guy (thomas777neo wrote:can you create visual objects in Php i.e. a BUTTON. Then manipulate that object visually.(e.g. drag it on to a text box, then the set property of that text box to the value of the button.
There are dedicated php-gtk sites out there. I'd check those out.
Cheers,
BDKR