Class: Palaver::FSelect

Inherits:
PathSelect show all
Defined in:
lib/palaver/fselect.rb

Instance Method Summary collapse

Methods inherited from PathSelect

#path, #show

Methods inherited from Base

#height, #text, #width, #with_tempfile

Constructor Details

#initialize(options = {}) ⇒ FSelect

Returns a new instance of FSelect.



8
9
10
# File 'lib/palaver/fselect.rb', line 8

def initialize(options={})
  super(options)
end

Instance Method Details

#dialog_nameObject



12
13
14
# File 'lib/palaver/fselect.rb', line 12

def dialog_name
  "fselect"
end