[Rails] csv header -mapping

2010-04-28 Thread sam rlo
Hi all, I need to append the headers to specific attributes within a form from an imported csv file, for example; I have a model which contain only ":name" field but csv file contain firstname and last name (csv files are submitted by user ,so there is no control over file format ) CSV file may lo

[Rails] Re: Hide image name

2009-09-09 Thread sam rlo
Felix Schäfer wrote: > Am 09.09.2009 um 11:01 schrieb sam rlo: > >> I want to hide the image name of an image when mouse over an Image.how >> can i hide the image name. > > > What Browser? What does the code in the view look like? What is the > resulting html

[Rails] Hide image name

2009-09-09 Thread sam rlo
Hi I want to hide the image name of an image when mouse over an Image.how can i hide the image name. Thanks -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:

[Rails] Re: Property of text area in readonly mode

2009-02-09 Thread sam rlo
Julian Leviston wrote: > HTML property is disabled="true" > > If you don't know how to specify HTML options, look at the api > > Blog: http://random8.zenunit.com/ > Learn rails: http://sensei.zenunit.com/ > > On 05/02/2009, at 6:51 PM, sam rlo Than

[Rails] Property of text area in readonly mode

2009-02-04 Thread sam rlo
Hi all, How to make an html textarea read only in one mode and make the same textfield as editable in other mode? can anyone give me a solution for this? Thanks in advance -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message b