Displaying 20 results from an estimated 5000 matches similar to: "EXTJS + drag and drop"
2011 Apr 21
0
Get data from 2 tables
Hi, i have 4 tables: questions, answers, users, and inquiries
(relationship)
def index
question_id = params[:id].to_i
question = Question.find(question_id)
@answers = question.answers
respond_to do |format|
format.ext_json { render :json => @answers.to_ext_json(:class =>
Answer) }
end
end
I have several scaffold in extjs, when I click on row, i get
2010 Nov 26
2
cucumber
Hello How do i test the tiny_mce using cucumber + capybara.
Thanks for any help.
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2011 Apr 14
1
a little problem with extJS & log in form
have user_cotnroller
class UserController < ApplicationController
def authenticate
if request.post?
#User.new(params[:userform]) will create a new object of User,
retrieve values from the form and store it variable @user.
@user = User.new(params[:userform])
#@user = User.find_by_id(params[:id])
#find records with username,password
valid_user =
2007 Dec 27
1
Do any one have success stories using ExtJS with rails
Do any one have success stories using ExtJS with rails?
Its open to discuss about Ext-Js plugin''s features, success stories and
drawbacks..
Cheers,
Ratnavel
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2008 Jun 09
4
YUI vs GWT vs ExtJS vs ????
I would like y''all''s opinions on ease of implementation into Rails,
quality and quantity of widgets etc between Yahoo User Interface and
Google Web toolkit and ExtJS. I am just getting ready to invest a
huge amount of effort into one of them and I would like to know what
the community''s experience has been with these toolsets. OR.. is there
a better open source set of
2010 Apr 30
1
render_to_string problem
i have a scenario where a jquery is receiving a response in the string and
which content html component like "<div id=\"test\">test</div>" ideally in a
view it should display only "test" but it displaying entire string <div
id="test">test</div> is there any way i am deal with the problem through js
or rails?
Thanks
abhis
--
You
2009 Nov 27
1
Nested model + error message
Hello Friend,
I want to override the default error message, but some how I am not able to
implement it.
The scenario is
I have a user table and user detail table I have implement nested model.
And the below mention message is appearing and instead of that I want
something "User Name cannot be blank"
- *User detail given name can''t be blank*
Thanks
Abhis
--
You
2009 Nov 27
1
Cucumber + Paperclip
Hello Friends,
First time I am writing a scenario for uploading images. But some how
things are not working as it should be
The cucumber scenario is
And I attach the file at "/home/user/Desktop/sdasd.png" to "avatar"
And I press "Upload Logo"
But I trace it. its showing up
avatar_file_name: "sdasd.png", avatar_content_type:* "text/plain",*
2009 Apr 21
3
attachment_fu giving problem on production
Hello friends,
I have configured attachment_f. It''s working fine on Local(development)
system but giving problem on production. Basically on production the
attachment_fu is not able to generate thumbnail image it saving the original
size image. Below is the configuration.
has_attachment :content_type => :image,
:storage => :file_system,
:max_size
2008 Feb 29
0
RJS and EXTjs component update (RAILS 1.2.3)
I want to use an RJS view to update EXT Panel bodies. But since the
panel bodies
have generated element ids, I can''t see how to use
''page.replace_html''.
So instead I wrote a javascript function ''updateBody''.
In the RJS view, I want to say something like:
page.call ''updateBody'', ''some_panel'', :partial =>
2007 Nov 07
6
Rich (or any) GUI Components for Rails
HI,
I Find rails great but theres lack of rich components, i mean any
components except standard html controls..
I cant build everytime my table with all features, we are crud right ?
So any component repository planned ?
Maybe rails isnt good solution for my requirements ?
I heard that components facility is now depreciated in rails... why ?
So far im programming asp.net and im using
2008 Oct 06
8
.htaccess rewrite
can someone help me with an .htaccess rewrite?
i''m trying to convert all requests to "/?spot=8888" to be "/locations/
888".
thanks.
--~--~---------~--~----~------------~-------~--~----~
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
2008 Jul 15
0
Drag/Drop with Image Maps
Hi all,
Is it possible to use HTML area objects from an image map as
droppables for a drag/drop interface? I want to get a different
response depending on which part of an image I drop a draggable div
object on. The context is creating an incident report form where
injuries can be dragged onto a body sketch. I''ve tried this using the
code below. However, the droppable is always
2009 May 01
2
Shared clipboard, drag and drop, Linux <> Wine 1.1.20
Can Wine be set up to allow "drag and drop" between Ubuntu 9.04 Nautilus 2.26.2 file manager and a Windows app running in Wine?
The Windows application is the "Yamaha File Utility" v1.1.0 which allows MIDI files to be transferred to a Yamaha CLP-150 Clavinova digital piano. Unfortunately, the software relies on drag and drop for the file transfer. In native Windows, I would
2006 Apr 05
0
Howto disable Firefox Drag + Drop
Hi,
I am trying to implement some custom drag and drop using javascript.
However, in Firefox, the drag and drop extension seems to interfere with
my custom handling of onMouseDown, onMouseMove and onMouseUp.
Once I start to drag the mouse (left-mouse-down + move a few pixels)
firefox shows a drag-forbidden symbol (circle with a diagonal bar inside).
Does anybody know how to disable this firefox
2005 Oct 12
0
question about scriptaculous drag and drop shopping cart
I got the dragging to work, and the adding the to cart , but i''m having
a problem drag from with the cart div it doesn''t drag. But the
dragging works on the cart (url)
here is a quick example of the cart
http://64.90.176.114/ajax/drag.php
- try dragging into the the solid line div (it will add an item to the
db). but then try and drag from within the solid line div (gray
2006 Mar 29
2
Drag/Drop and KeyPress
Hi!
is it possible to make a drag dependent on a KeyPress event? I couldn''t
find any information on that on the script.aculo.us website.
My scenario is the following:
I have a tree with several nodes (like windows explorer). Right now i
use Drag & Drop to move a node below a new parent.
Now i want to implement a copy mechanism which allows the user to copy a
node through Drag
2007 Dec 18
1
Prevent drag and drop within Samba shares
Hello,
Is there a parameter in smb.conf that prevent users to use drag and drop
within Samba shares?
I know this is a Winedow$ function, but some users (hum, hum) use Explorer
to open their files and accidentally they drag and drop sometimes a
directory in the root of the share to another directory in the root of the
share.
My samba server is member of a native W2k3 server Active Directory and
2005 Sep 13
1
Drag & Drop between two browser windows??
Hi All,
I''m just starting out with RoR and scriptaculous so I hope this is the
right forum for this question. :)
I''d like to use the drag & drop feature to allow users to copy text from
a browse/search result to a text box across windows.
For example if a user wants to browse for an existing tags, that list
might be too long for a auto complete textfield to be helpful.
So
2006 Mar 29
2
can you do drag and drop sorting with multiple lists?
Has anyone extended drag and drop sorting to work with multiple lists? I''m
looking for something like this
Best Roles for actors (in order of preference):
Mary Bill Jane
(actors/actresses)
The Queen Joker 1st Angel
Beggar woman Chief of guards Dog Catcher
2nd thief