similar to: wice grid

Displaying 8 results from an estimated 8 matches similar to: "wice grid"

2009 Mar 25
0
How to include a check box while using wice grid
Hello every one, I am trying to implement the wice grid in my project.In that I want to display check boxes.my code is like the following <%= grid(@users_grid,:table_html_attrs => {:class => ''grid_style'', :id => ''accounts_grid''}, :header_tr_html_attrs => {:class => ''grid_headers''}) do |g| g.column :column_name =>
2009 Jul 06
0
WiceGrid Plugin version 0.4
Hello all, WiceGrid Plugin version 0.4 is released. A blog post with a list of changes: https://blog.wice.eu/2009/7/6/moving-to-github-and-wicegrid-version-0-4 Homepage & screenshots: http://redmine.wice.eu/wiki/wice-grid API & HOWTO: http://redmine.wice.eu/api/wice_grid/index.html Code: http://github.com/wice/wice_grid/tree/master WiceGrid is a Rails plugin which does all dummy work
2015 Jul 13
2
Please help debug Windows setup
Hi, Thanks to John Wice for helping me with an earlier question. My two PCs behind the same router are still having problems connecting. Would appreciate thoughts on what I?m doing wrong? Router: Port 655 forwarded to 192.168.1.45, both TCP and UDP Port 656 forwarded to 192.168.1.51, both TCP and UDP Machine #1. ========== Local IP address on LAN = 192.168.1.45 Windows Firewall
2009 Feb 23
0
Tree view similar to Grid view
Hi, Is there a plugin similar to wice grid for tree representation? A tree control which could directly use the active record the way wice grid does it? Thanks, Sudhi -- 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
2015 Jul 21
1
Please help debug Windows setup
Hi - Thanks to Sven-Haegar and Donald, but still having issues setting up with Windows. Machine1 can't ping the VPN address of machine2. Regular IPv4 address for both machines in 192.168.1.xxx range. Router: Forwarding port 655 to 101.102.103.1, UDP and TCP Forwarding port 656 to 101.102.103.2, UDP and TCP Tinc.conf on machine user1 just three lines: Name = vpnuser1 ConnectTo =
2015 Jul 13
0
Please help debug Windows setup
Make sure your router supports nat reflection and has it enabled. On Mon, Jul 13, 2015 at 5:44 PM, Adam Macielinski <adam at macielinski.net> wrote: > Hi, > > > > Thanks to John Wice for helping me with an earlier question. My two PCs > behind the same router are still having problems connecting. Would > appreciate thoughts on what I?m doing wrong? > > > >
2015 Jul 22
0
Please help debug Windows setup
Thanks. I played with it some more, and finally got it working. I am willing to write up a detailed how-to, including screen shots, if you guys are interested. Just tell me in what format you want the write-up. Cheers, From: Daniel J. Grinkevich Sent: Wednesday, July 22, 2015 7:26 AM To: tinc at tinc-vpn.org Subject: RE: Please help debug Windows setup Your port forward needs to
2001 May 01
4
How packages are set up
In trying to get more familiar with R I have two questions. 1. For large packages it would be slow to parse all R source code for the package each time library() is issued. Yet I haven't found where a package's functions are stored in in .RData format. Would someone please clarify this? 2. Have package developers found that it works best to maintain packages locally using the same