Class: UI::WebDialog
Instance Method Summary collapse
- #add_action_callback(callback_name) {|dialog, param| ... } ⇒ Nil
- #allow_actions_from_host(hostname) ⇒ Nil
- #bring_to_front ⇒ Nil
- #close ⇒ Nil
- #execute_script(script) ⇒ Nil
- #get_default_dialog_color ⇒ String
- #get_element_value(element_id) ⇒ Nil
- #max_height ⇒ Integer
- #max_height=(value) ⇒ Integer
- #max_width ⇒ Integer
- #max_width=(value) ⇒ Integer
- #min_height ⇒ Integer
- #min_height=(value) ⇒ Integer
- #min_width ⇒ Integer
- #min_width=(value) ⇒ Integer
- #navigation_buttons_enabled=(value) ⇒ Boolean
- #navigation_buttons_enabled? ⇒ Boolean
- #new(*args) ⇒ UI::WebDialog
- #post_url ⇒ Nil
-
#screen_scale_factor ⇒ Float
Screen scale factor.
- #set_background_color(color) ⇒ Nil
- #set_file(filename, path = nil) ⇒ Nil
- #set_full_security(value) ⇒ UI::WebDialog
- #set_html(html) ⇒ Nil
- #set_on_close {|dialog| ... } ⇒ Nil
- #set_position(left, top) ⇒ Nil
- #set_size(width, height) ⇒ Nil
- #set_url(url) ⇒ Nil
- #show {|dialog| ... } ⇒ Nil
- #show_modal {|dialog| ... } ⇒ Nil
- #visible? ⇒ Boolean
Instance Method Details
#add_action_callback(callback_name) {|dialog, param| ... } ⇒ Nil
11 12 |
# File 'lib/webdialog.rb', line 11 def add_action_callback(callback_name) end |
#allow_actions_from_host(hostname) ⇒ Nil
17 18 |
# File 'lib/webdialog.rb', line 17 def allow_actions_from_host(hostname) end |
#bring_to_front ⇒ Nil
21 22 |
# File 'lib/webdialog.rb', line 21 def bring_to_front end |
#close ⇒ Nil
25 26 |
# File 'lib/webdialog.rb', line 25 def close end |
#execute_script(script) ⇒ Nil
31 32 |
# File 'lib/webdialog.rb', line 31 def execute_script(script) end |
#get_default_dialog_color ⇒ String
35 36 |
# File 'lib/webdialog.rb', line 35 def get_default_dialog_color end |
#get_element_value(element_id) ⇒ Nil
41 42 |
# File 'lib/webdialog.rb', line 41 def get_element_value(element_id) end |
#max_height ⇒ Integer
45 46 |
# File 'lib/webdialog.rb', line 45 def max_height end |
#max_height=(value) ⇒ Integer
51 52 |
# File 'lib/webdialog.rb', line 51 def max_height=(value) end |
#max_width ⇒ Integer
55 56 |
# File 'lib/webdialog.rb', line 55 def max_width end |
#max_width=(value) ⇒ Integer
61 62 |
# File 'lib/webdialog.rb', line 61 def max_width=(value) end |
#min_height ⇒ Integer
65 66 |
# File 'lib/webdialog.rb', line 65 def min_height end |
#min_height=(value) ⇒ Integer
71 72 |
# File 'lib/webdialog.rb', line 71 def min_height=(value) end |
#min_width ⇒ Integer
75 76 |
# File 'lib/webdialog.rb', line 75 def min_width end |
#min_width=(value) ⇒ Integer
81 82 |
# File 'lib/webdialog.rb', line 81 def min_width=(value) end |
#navigation_buttons_enabled=(value) ⇒ Boolean
87 88 |
# File 'lib/webdialog.rb', line 87 def (value) end |
#navigation_buttons_enabled? ⇒ Boolean
91 92 |
# File 'lib/webdialog.rb', line 91 def end |
#new(title, scrollable, preferences_key, width, height, left, top, resizable) ⇒ UI::WebDialog #new(options) ⇒ UI::WebDialog
117 118 |
# File 'lib/webdialog.rb', line 117 def new(*args) end |
#post_url ⇒ Nil
124 125 |
# File 'lib/webdialog.rb', line 124 def post_url end |
#screen_scale_factor ⇒ Float
Returns screen scale factor.
129 130 |
# File 'lib/webdialog.rb', line 129 def screen_scale_factor end |
#set_background_color(color) ⇒ Nil
135 136 |
# File 'lib/webdialog.rb', line 135 def set_background_color(color) end |
#set_file(filename, path = nil) ⇒ Nil
142 143 |
# File 'lib/webdialog.rb', line 142 def set_file(filename, path = nil) end |
#set_full_security(value) ⇒ UI::WebDialog
150 151 |
# File 'lib/webdialog.rb', line 150 def set_full_security(value) end |
#set_html(html) ⇒ Nil
156 157 |
# File 'lib/webdialog.rb', line 156 def set_html(html) end |
#set_on_close {|dialog| ... } ⇒ Nil
163 164 |
# File 'lib/webdialog.rb', line 163 def set_on_close end |
#set_position(left, top) ⇒ Nil
170 171 |
# File 'lib/webdialog.rb', line 170 def set_position(left, top) end |
#set_size(width, height) ⇒ Nil
177 178 |
# File 'lib/webdialog.rb', line 177 def set_size(width, height) end |
#set_url(url) ⇒ Nil
183 184 |
# File 'lib/webdialog.rb', line 183 def set_url(url) end |
#show {|dialog| ... } ⇒ Nil
190 191 |
# File 'lib/webdialog.rb', line 190 def show end |
#show_modal {|dialog| ... } ⇒ Nil
197 198 |
# File 'lib/webdialog.rb', line 197 def show_modal end |
#visible? ⇒ Boolean
200 201 |
# File 'lib/webdialog.rb', line 200 def visible? end |