Module: PanelHelper

Defined in:
app/helpers/panel_helper.rb

Instance Method Summary collapse

Instance Method Details

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



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

def p_panel(id,options={},&block)    
   output = panel_encode_markup(id,options,&block)  
   output += panel_encode_script(id,options)              		                        
end