Sha256: f1913d26cd0627a5b293047e0bd2cbb69748cd7d235d3785aa16841fe414b5ee
Contents?: true
Size: 968 Bytes
Versions: 2
Compression:
Stored size: 968 Bytes
Contents
class MainScreen include Mohawk window(:title => /MainFormWindow/) text(:text_field, :id => "textField") text(:masked_text_field, :id => "maskedTextBox") button(:data_entry_form_button, :value => "Data Entry Form") button(:about, :value => "About") control(:about_control, :value => 'About') button(:data_grid, :value => "Data Grid View") button(:toggle_multi, :value => 'Toggle Multi-Select') combo_box(:fruits, :id => "FruitsComboBox") select_list(:fruits_list, :id => 'FruitListBox') checkbox(:first_checkbox, :id => "checkBox") radio(:first_radio, :id => "radioButton1") label(:label_control, :id => "label1") link(:link_control, :id => "linkLabel1") menu_item(:file_roundabout_way_to_about, :path => ["File", "Roundabout Way", "To", "About"]) tree_view(:tree_view, :id => "treeView") control(:value_control_field, :id => "automatableMonthCalendar1") spinner(:spinner, :id => 'numericUpDown1') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mohawk-0.1.4 | features/support/screens/main_screen.rb |
mohawk-0.1.0 | features/support/screens/main_screen.rb |