Sha256: 728d2e894e838b947a7b02e46ff144af5c21d2093c352fc0a8c702eb73a7e1e8
Contents?: true
Size: 336 Bytes
Versions: 1
Compression:
Stored size: 336 Bytes
Contents
module Netzke module Basepack class GridPanel < Netzke::Base class MultiEditForm < FormPanel # Replace checkbox for boolean fields with tristate checkbox def attr_type_to_xtype_map super.merge({ :boolean => :tricheckbox }) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
netzke-basepack-0.6.0 | app/components/netzke/basepack/grid_panel/multi_edit_form.rb |