Sha256: 6eec38e3d05cf5318b59ff164d18a18d4336ccfeb5233778d56d9318474ce905
Contents?: true
Size: 443 Bytes
Versions: 7
Compression:
Stored size: 443 Bytes
Contents
class CView < View def layout set_data_class :Persons gui_vbox do gui_hbox do show_find :person_id show_button :new end gui_hbox do show_block :block_one, :width => 300 show_arg :first_name, :callback => 'yes' end gui_window :cview do show_int :counter, :min => 10, :max => 20 show_str_hidden :street end end @order = 40 end end
Version data entries
7 entries across 7 versions & 1 rubygems