Results 1 to 5 of 5

Thread: drag n save

  1. #1
    Join Date
    Feb 2008
    Posts
    81
    Thanks
    8
    Thanked 5 Times in 5 Posts

    Question drag n save

    Can i please know how to drag n save an object.

    For example i have a code a -- &nbsp&nbsp<img src="some.gif">&nbsp&nbsp --
    when the user drags the image and drops it at another place the code should
    become -- &nbsp&nbsp&nbsp&nbsp<img src="some.gif"> --

    like an automtic changing code. this is usually present in visual ide's.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

  3. #3
    Join Date
    Feb 2008
    Posts
    81
    Thanks
    8
    Thanked 5 Times in 5 Posts

    Default

    Thank you for the sites, but i am not able to use them in my code
    can u plaes show me an example

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Hi Midhul,

    From the above link I've provided you can find a number of examples and notes about using those drag and drop feature in your page

    http://developer.yahoo.com/yui/examples/dragdrop/

    This link will give you all the examples of drag and drop

  5. #5
    Join Date
    Feb 2008
    Posts
    81
    Thanks
    8
    Thanked 5 Times in 5 Posts

    Default

    Yeah but it does not provide what i wanted.
    i want it to be saved after dragging like it is done in ides

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •