conf.columns[:property_no].set_link(link_for_association(conf.columns[:properties]).me
rge(:html_options => {:title => "Click for property details."})

or
 
conf.columns[:property_no].set_link(link_for_association(conf.columns[:properties]))
conf.columns[:property_no].link.html_options[:title] = "Click for property 
details."

El Jueves, 2 de enero de 2014 12:20:46 coalex escribió:


I have the following in a AS block of my controller...

conf.columns[:property_no].set_link(link_for_association(conf.columns[:properties]))

How can I display a "title" string to the link.

example::title => "Click for property details."

Thanks!


Rails 3.2.16ruby 2.0.0p195active_scaffold (3.3.3)



-- You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails Gem" group.To unsubscribe from this group and 
stop 
receiving emails from it, send an email to 
[email protected] post to this group, send email 
to 
[email protected] this group at 
http://groups.google.com/group/activescaffold[1].For more options, visit 
https://groups.google.com/groups/opt_out[2].





--------
[1] http://groups.google.com/group/activescaffold
[2] https://groups.google.com/groups/opt_out

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails Gem" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/activescaffold.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to