2008-06-05
text_field_with_auto_complete哪些注意点
我在应用text_field_with_auto_complete时弹出式窗口就是打不开,
写法是这样的,在view窗口有代码:
<%= text_field_with_auto_complete :lesson, :title,:size=>'12' %>
在对应的controller中写有
def auto_complete_for_lesson_title
search = params[:lesson][:title]
@lessons = Lesson.search(search) unless lesson.blank?
render :inline => '<%= auto_complete_result @lessons, :title %>'
end
还有哪个地方缺东西吗?
我看了代码执行过程,代码触发了controller中的auto_complete_for_lesson_title,但就是无法显示!
希望谁给个帮助或分析一下!
写法是这样的,在view窗口有代码:
<%= text_field_with_auto_complete :lesson, :title,:size=>'12' %>
在对应的controller中写有
def auto_complete_for_lesson_title
search = params[:lesson][:title]
@lessons = Lesson.search(search) unless lesson.blank?
render :inline => '<%= auto_complete_result @lessons, :title %>'
end
还有哪个地方缺东西吗?
我看了代码执行过程,代码触发了controller中的auto_complete_for_lesson_title,但就是无法显示!
希望谁给个帮助或分析一下!
发表评论
提醒: 该博客已发表在公共论坛,博客所有留言会成为论坛回贴,留言请注意遵守论坛发贴规则
- 浏览: 1699 次
- 性别:

- 来自: 上海

- 详细资料
搜索本博客
最近加入圈子
链接
最新评论
-
人事系统中如何根据打卡数 ...
你不是已经说的很具体了.....
-- by whiletrue -
text_field_with_auto_com ...
1. 引入js文件 2. 个别版本router中要设置resource
-- by msnvip -
穷人与富人
楼上说得很有道理, 勤能致富呀!
-- by tx984471 -
text_field_with_auto_com ...
没有人遇到过吗? 大家有什么解决方案吗?
-- by tx984471 -
穷人与富人
穆仁智 写道 俗话说,穷生奸计,富长良心 资本主义解释资本原始积累的时候,讲 ...
-- by buaawhl






评论排行榜