Sha256: 9f9c50edf40e4d46d470a8ecb27ad79a6c429305aea10e2fd110b4173e590dfe

Contents?: true

Size: 926 Bytes

Versions: 2

Compression:

Stored size: 926 Bytes

Contents

module Phlexi
  module Table
    class Theme < Phlexi::Field::Theme
      def self.theme
        {
          wrapper: nil,
          base: nil,
          caption: nil,
          description: nil,
          header: nil,
          header_grouping_row: :header_row,
          header_grouping_cell: :header_row_cell,
          header_row: nil,
          header_cell: nil,
          body_row: nil,
          body_cell: nil,
          name_column: nil,
          align_start: nil,
          align_end: nil,
          selection_checkbox: nil,
          header_cell_content_wrapper: nil,
          header_cell_sort_wrapper: nil,
          sort_icon: nil,
          sort_icon_active: nil,
          sort_icon_inactive: nil,
          header_cell_sort_indicator: nil,
          sort_index_clear_link: nil,
          sort_index_clear_link_text: nil,
          sort_index_clear_link_icon: nil
        }.freeze
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phlexi-table-0.0.5 lib/phlexi/table/theme.rb
phlexi-table-0.0.4 lib/phlexi/table/theme.rb