Module: DialogHelper

Defined in:
app/helpers/dialog_helper.rb

Instance Method Summary collapse

Instance Method Details

#p_dialog(id, options = {}, &block) ⇒ Object



3
4
5
6
# File 'app/helpers/dialog_helper.rb', line 3

def p_dialog(id,options={},&block)    
       output = dialog_encode_markup(id,options,&block)  
       output += dialog_encode_script(id,options)              		                        
end