Displaying 20 results from an estimated 2000 matches similar to: "YUI vs GWT vs ExtJS vs ????"
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 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
2010 Nov 18
1
Facing problems with YUI 2 grids, nesting does not work as expected (example markup inside)
Hey,
thank you for reading this post, maybe you can help me. I am trying to
nest grids, but it does not work, see my lines (extracted and
shorten):
Just copy, save as html, and then you''ll see what I mean: the orange
solid bordered list items should be in the red dotted list container,
but that''s not the case.
Can you help me with this?
<html>
<head>
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
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
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 =>
2006 Aug 12
1
Strategy pattern: comparing Context/Specify to Given/When/Then
Comments and suggestions for improving the specifications are welcome.
Thanks,
Alvin
One example comparing context/specify (CS) with given/when/then (GWT)
with a strategy pattern follows:
Consider a pipeline transporting oil supplied by multiple partners.
The amounts transported on behalf of each partner are recorded as
transactions in a general ledger.
There are multiple approaches to
2009 Oct 11
6
A simple editable grid for Rails
Hi All,
I''ve been posting some queries about an editable grid but did not get
any response.
I''ve started writing my own - http://github.com/ckkashyap/rails_editable_grid
I''d appreciate it very much if someone could comment on it!
--
Regards,
Kashyap
2018 Jul 23
2
Ubuntu issue with 18.04 Bionic Beaver
Dear Debian persons
I would like enquire about whether the repository
deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/
I tried to follow the instructions and I cannot get R3.5.1 - I get R3.4.4???
I have been able to install R3.5.1 on Ubuntu 16.02 using the xenial-cran35/ repository & so not sure if the bionic link is up to date?
thanks in advance
Regards
Alison
2010 Apr 10
2
Need a dropdown having "more.." option
I have a collection of products that I am showing in a dropdown. Now
at the first view it will show only first 10 products in the dropdown
with an option "more..." at last. if user clicks the "more..." he can
see all the following products in that dropdown list (this is not any
ajax request, just javascript show/hide). Of course the more... option
will hide when showing all
2007 Nov 06
1
Integrating a function
Hello everybody!
I have problems with integrating my function.
My primary function is a “survival function” of the following type:
surviv <- exp(-k*x)/(1+exp(alpha*(x-tau)))
I would like to integrate this function over a defined range and obtain a
vector with all the values from integrate(surviv, 0, x) for x <- 1:N.
I unfortunately obtain just a scalar value corresponding to the last
2008 Jun 09
3
Is there a Rails portlet like plugin/framework? (i.e. just basic to allow users to move windows around)
Hi,
Just wondering if there is a Rails Plugin/GEM/Framework to aid in letting
users move around (adjust) where the main page windows are. Perhaps
maximize and minimize. I guess this pretty much sounds like a portlet,
however I''m not asking the Rails true portlet integration question here, but
rather if there is something in the Rails world that just satisfies the
basics of a portlet
2007 May 30
3
how to create a simple DHTML dialog
I am looking to create a simple dialog window like this on a page:
http://developer.yahoo.com/yui/examples/container/simpledialog/2.html
I know scriptaculous comes with Rails, not YUI, but I can''t find
anything similar there. Is there any shortcut to doing this with
existing plugins or core stuff?, or must I download another toolkit?
thanks
Sam
2007 Sep 22
2
How to fire an event when the page completes loading?
I''m looking for an event handler in Prototype (or plain old
JavaScript) similar to onContentReady() in the YUI library: (see
http://developer.yahoo.com/yui/examples/event/event-timing.html)
How can I implement this? If I''m not mistaken, my testings showed the
document.onLoad() happens too early (as soon as the page loads it
fires, even before some dom elements are on the page
2006 Jul 18
5
Right-click popup menu?
Hi,
I have a partial frame on the side of a page which shows the current
users logged in (as text). Now, I would like to be able to right-click
on each user''s name, and get a menu containing links such as "View
Profile", "Send Message", etc. These links could open in a new window.
Is this possible? Any help would be greatly appreciated.
Thanks,
Aditya Rajgarhia
2011 Apr 09
18
Rich text editor?
Hi all,
would you recommend something to integrate rich text editor capabilities
in a Rails app?
I am currently looking at integrating Zoho Writer since it''s got so many
features, but I was wondering whether somebody here knows of some gems
or whatever that they would recommend for this kind of requirement.
Thanks a lot in advance
Vito
--
Posted via http://www.ruby-forum.com/.
--
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
2004 Jun 09
2
Need help configuring Samba3/LDAP PDC
Hello all,
I'm following along in chapter 6 of John Terpstra's "Samba 3 By Example"
and I've got everything working great up until the point where I join
the machine to the new domain (step 17 on page 155). The command *net
rpc join -U Administrator* fails with the errors below.
palpatine:/var/lib/samba/sbin # net -d 4 rpc join -U Administrator
[2004/06/09 15:13:35, 3]
2008 Mar 10
6
Probably OT, but CSS Help?
Ok I know this is off topic, but since you guys are usualy so helpful,
I thought I''d try here first.
Building a Rails App and one of the things we''ve done is put a CSS
class of;
* {
font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;
margin:0pt;
padding:0pt;
}
Now the problem is that the padding setting, for one reason or another
is killing my select