Sha256: 168e4a324a7ff6e55d081f928408c5db19ab1e94c2778eadfc0ef59f246e8012

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 Bytes

Contents

class ComptaUsers < View
  include VTListPane
  def layout
    @order = 600
    
    set_data_class :Users

    gui_hbox do
      gui_vbox :nogroup do
        vtlp_list :users_list, 'name', :width => 150, :maxheight => 250
        show_button :new
      end
      gui_vbox :nogroup do
        show_str :name
        show_str :full
        show_str :pass
        show_int :account_index
        show_int :movement_index
        show_button :save
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
africompta-1.9.1312 lib/africompta/views/compta/users.rb
africompta-1.9.13.pre.12 lib/africompta/views/compta/users.rb
africompta-1.9.13.pre.11 lib/africompta/views/compta/users.rb
africompta-1.9.13.pre.10 lib/africompta/views/compta/users.rb
africompta-1.9.11 lib/africompta/views/compta/users.rb