Sha256: c237271251fc55b418e5cac7c24aabd210048ac2b82b7d9129ebdccc4fd699b7
Contents?: true
Size: 195 Bytes
Versions: 14
Compression:
Stored size: 195 Bytes
Contents
module TextEditorHelpers # Basecamp trix uses hidden input to populate its editor def fill_in_trix_editor(id, value) find(:xpath, "//*[@id='#{id}']", visible: false).set(value) end end
Version data entries
14 entries across 14 versions & 1 rubygems