Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Could any one please tell me a nice tutorial regarding how to create edit and delete table in ruby shoes framework??

share|improve this question
Hi Abhiram, this is probably not a good place to ask this question. Check the FAQ for the sort of questions you should ask. – Sunny Juneja Jan 30 at 19:47
ya i understand.. – Abhiram Feb 4 at 2:50

1 Answer

up vote 1 down vote accepted

I created a table widget for Shoes. Have a look there http://hackety.com/users/kwicher/programs/table

share|improve this answer
ya i tried that table but i couldnt edit the content in that table when i click update.. – Abhiram Feb 4 at 2:51
you cannot directly edit the cells but you can access them programatically. In principle, it should be possible to modifiy the wighet so to youse textfields instead of labels. – kwicher Feb 4 at 14:43
ya ok il try.. thanks kwicher.. – Abhiram Feb 6 at 7:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.