Sha256: 5c2b610fff57306fb4ca37f0a435821aaa8b66bd2c8e83bb2422802d2cb23c4e
Contents?: true
Size: 284 Bytes
Versions: 5
Compression:
Stored size: 284 Bytes
Contents
module Netzke class GridPanel < 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
Version data entries
5 entries across 5 versions & 1 rubygems