作者yuHungLiao (卡拉扬)
看板Ruby
标题[问题] 请问一下那里找得到现成的Tree View Component
时间Mon Mar 24 18:13:15 2008
小弟我想要用一个Tree状的选单来当Main Menu,Model方面:
class Category < ActiveRecord::Base
hobo_model
fields do
parent_id :integer
code :string
name :string
columns :string
timestamps
end
acts_as_tree :order => "code"
end
不知道各位先进是否知道有现成的Tree View Component能够和acts_as_tree
无缝结合的元件,谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 116.59.49.237