Class: RWDTimeOut
Instance Method Summary collapse
-
#initialize ⇒ RWDTimeOut
constructor
A new instance of RWDTimeOut.
Methods inherited from RWDialog
#download, #error, #exitbrowser, file, #message, #progressbar, #render, #samewindow?, #serve, #text, #timeout
Constructor Details
#initialize ⇒ RWDTimeOut
Returns a new instance of RWDTimeOut.
1091 1092 1093 |
# File 'lib/rwd/rwd.rb', line 1091 def initialize super("<window name='main' title='RWD Error' nobackbuttons noclosebutton><p><b>Error:</b> Session has expired.</p><button caption='New session'/></window>") end |