Hello friends
  I need to configure the extjs drag and drop but somehow i am not able to
display it.

my controller contains the following code

def index
    respond_to do |format|
      format.html
      format.ext_json { render :json => User.all.to_ext_json }
    end
  end

and in the index.erb
<div id="layout"></div>
I have included all the necessary js file which is required by extjs

But no idea why the things are not coming up.

NOTE: the extjs drag & drop window is coming up but no data inside.

Thanks
abhis

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to