Sha256: 08b538d026a9a0919d649ee1a2b9b57e31c81f2dd8e7727e5911f9eefd35d66e
Contents?: true
Size: 600 Bytes
Versions: 5
Compression:
Stored size: 600 Bytes
Contents
= KingList King List provides helpers to be used in table listings and detail views. It has function for action icons, buttons, actions links and icons with hidden forms used to simulate PUT or DELETE requests == Example Please read the files in lib/ for further documentation and examples A tabled view - table_for(@object) do = t.column :firstname = t.column :lastname, :sorting=>false A definition list view - dl_for current_object do |f| = f.show :creator = f.show :created_at = f.show :updated_at Copyright (c) 2009 Georg Leciejewski, released under the MIT license
Version data entries
5 entries across 5 versions & 1 rubygems