Displaying 20 results from an estimated 5000 matches similar to: "Do any one have success stories using ExtJS with rails"
2007 Dec 06
8
Default value for country_select
Using Country_select how to have default valur set to United States.
I have a select drop down in my Ui to display the Country names.
But i need United tates to be selected as default value.
I use country_select to populate the country names.
This is how i use <%= f.country_select :country, :selected=>''United
States'' %>
i also tried
<%= f.country_select :country,
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
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 =
2008 Apr 15
1
How to call a java applet in rails application?
HI,
I have a applet file named "Scanner.class" which will scan and upload
image to the web server from Scanners.
I have couple of doubts in accessing that applet file.
1. How to call this applet from rhtml file, and where should i place
this file.
2. I also use some external jar files which i imported in my applet
file, where should i place these jars?
Thanks,
Ratnavel
-- 
Posted
2007 Dec 27
6
populate data in another fields on selection
Hi,
I would like to know how to populate data in another text fields on
selection from a drop down
For Ex
1) The form contains 4 fields out of which 3 are text fields and the 4th
one is
drop down list.
1) i would like to know how to populate the 3 text fields with data
simultaneously
on selection from the drop down list.
Please Help.
-- 
Posted via http://www.ruby-forum.com/.
2009 Sep 22
0
EXTJS + drag and drop
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
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
2007 Dec 07
1
format.json
Hi did anyone used format.json before..
If so pls, do let me know how to use it....
-- 
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 group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2008 Mar 03
4
To use JS in RedBox Plugin
Hi All,
I''m using redbox plugin in my app. Redbox plugin is working properly.But
when i try to change text box values using js its not working.
The Code is
<input type="text" name="playlist" id="playlist_name">
<input type="radio" name="playlist"
2007 May 20
1
Jack Slocum's Ext library in Rails
If anyone is familiar with Jack Slocum''s revolutionary Ext javascript
library (http://www.extjs.com) and wishes to use it with Rails (instead
of the traditional Prototype / Scriptaculous duo), I''ve create a
combination vendor/plugin and javascript library to help you.
If ye be brave and know how to use SVN:
Ext on Rails:  http://www.extonrails.com
-- 
Posted via
2008 Jun 27
2
building/editing topology diagrams - any ideas/advice?
Hi,
I''d like to build a web application that is capable of displaying & editing
topology diagram (e.g. a network diagram with applications too).
 Effectively to have a graphically web based means of allowing a user to add
nodes & relationships to represent a topology such as the following
http://performancepointinsider.com/files/planning/planningtopology.png.  So
the model
2008 May 24
5
TypeError : transport.responseText has no properties
Hello all,
I''m using prototype in conjunction with Extjs to build out an Ajax-
driven app.  I''m noticing that occasionally there will be Ajax
Requests that will occasionally not complete.  After some
investigation, I found that when I made a call to String#evalJSON, it
would throw a TypeError  with the following message :
transport.responseText has no properties.
When this
2009 Feb 10
1
Looking for wine success stories
Hi folks,
I'm going to be giving a talk at CeBit next month, and would
like to showcase a couple of Wine success stories.  If your
organization is using Wine on more than ten desktops,
please let me know how many desktops you're using it
on, and what apps you're using with it.
Thanks!
- Dan
2004 Jan 07
2
Asterisk success stories in small-medium office environments?
I am the network administrator at a small (20-30 employee) financial
company.  We are in the process of moving offices and will be obtaining
a VoIP phone system when we do.  Right now, it's down to the 3com nbx100
series and *.  Having lurked on *-user for a few weeks and having seen
the nifty features of asterisk, I'm convinced.  The price difference has
pretty much sold my superiors.
2008 Apr 04
8
Updatable "datagrid" with ajax support? Is there any code/approach I can leverage?
Hi,
I want to have a page in my Ruby on Rails application that is like a
dynamic / updateable data grid.  Like a matrix or spreadsheet segment
(x rows, y columns) which one can click in any of the cells and make
an update, which triggers some AJAX code to fire off the update, and
then the responses come back and update whatever else needs updating
based on this change.
Is there a prototype
2004 Jan 08
3
Asterisk success stories in small-mediumoffice environments?
I'm not really looking for working configurations as much as I am
looking for people who can say "This is a solid product and I trust my
business to a solution running Asterisk."
As far as pre-sales work... Well, tell that to my consultant.
I'm quite excited about *.  I've got my company sold on it, they just
want some reassurance that it's ready for prime-time
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 =>
2004 Aug 30
0
zaphfc success stories
Are there any success stories for using two zaphfc cards in quite new PC? 
I have had a lot of timing problems using a Asus P4G8X Deluxe motherboard 
so I thought it could be better to build a new cheap PC than putting more 
effort getting the cards working in that P4G8X machine. Do you have any 
success stories using Asus motherboards with zaphfc cards? I'm using 
Neolec freeway ISDN PCI
2006 Jun 16
0
Need Success Stories and Mongrel Pics
Hey Folks,
I''m going to start up a success stories page and link to people.  I''m
looking for *short* statements about how you use Mongrel and how you
love it.  People who hate Mongrel should send me a private e-mail
begging forgiveness. :-)  Make sure to include a link to your site if
it''s public.
I''ll put it up tonight when I do the official 0.3.13 release. 
2011 Sep 01
0
Any PCI passthrough success stories with SATA-RAID HBAs?
Just out of curiosity - searching for success stories has yielded no
results - can anyone claim a success passing a PCI-(e) Raid Controller
to a DomU and having it work over longer periods of time (month)?
Really curious!
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users