class OLE_QA::Framework::OLELS::Item_Note

An Item Note in the OLE Library System Item Editor

Public Instance Methods

set_elements() click to toggle source

Set screen elements for an OLELS Item Note.

# File lib/olels/objects/item_note.rb, line 19
def set_elements
  element(:note_type_selector)                    {b.select_list(:id => "OleItemNoteTypeField_line#{line_id}_control")}
  element(:note_field)                            {b.text_field(:id => "OleItemNoteDescField_line#{line_id}_control")}
  element(:add_button)                            {b.button(:id => "OleItemNote_addTagButton_line#{line_id}")}
  element(:remove_button)                         {b.button(:id => "OleItemNote_removeTagButton_line#{line_id}")}
end