|
Basically need to develop a GUI which can be helpful in adding/removing
items from one listbox to another. This should be linked to a previous search page to retrieve the items from a simple search. I have developed a Swing GUI for the same (see attachment file : AccountsMaintenance.rb). But need to develop the screen using Ruby on Rails MVC. I have developed the rhtml code using >, >>, <, << buttons. Please let me know if the rhtml code is correct. Also, if an item is double clicked from the list box to the left, it should be added to the right list box and conversely, if it is double clicked from right list box, it should be transferred to the left list box. This page would be a search results page and need to be linked to the original search page. Need the logic for the search button basically. Attachments: http://www.ruby-forum.com/attachment/7112/AccountsMaintenance.rb http://www.ruby-forum.com/attachment/7113/_available_selected_accounts.rhtml -- Posted via http://www.ruby-forum.com/. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi folks,
Anybody come up with any ideas ? Please let me know ASAP. -- Cheers -- Posted via http://www.ruby-forum.com/. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
In reply to this post by Justin Collins
Anybody has the correct approach for this ? Please let me know.
-- Posted via http://www.ruby-forum.com/. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
what exactly is your problem / question?
On 2012-03-06, at 10:59 , Panamanian Boy wrote: > Anybody has the correct approach for this ? Please let me know. > > -- > Posted via http://www.ruby-forum.com/. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > -- http://tim.lossen.de --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Tim Lossen wrote in post #1050333:
> what exactly is your problem / question? > > > On 2012-03-06, at 10:59 , Panamanian Boy wrote: > Basically, want to develop code for transferring items between two list boxes in JRuby syntax using buttons >,>>,<,<< and also using double click on a selected item, it should get transferred to either of the boxes. Can you let me know the details & syntax and whether javascript functions could be used ? >> > -- > http://tim.lossen.de -- Posted via http://www.ruby-forum.com/. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Are you looking for jQuery the Javascript library? This is the jRuby
list, a Ruby language implemented on the JVM. -Justin Coyne On Tue, Mar 6, 2012 at 8:08 AM, Panamanian Boy <[hidden email]> wrote: > Tim Lossen wrote in post #1050333: >> what exactly is your problem / question? >> >> >> On 2012-03-06, at 10:59 , Panamanian Boy wrote: >> Basically, want to develop code for transferring items between two list > boxes in JRuby syntax using buttons >,>>,<,<< and also using double > click on a selected item, it should get transferred to either of > the boxes. Can you let me know the details & syntax and whether > javascript functions could be used ? >>> >> -- >> http://tim.lossen.de > > -- > Posted via http://www.ruby-forum.com/. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Powered by Nabble | Edit this page |
