Re: enable javascript/ajax inside views files

2008-01-30 Thread Novice Programmer
core helpers are in the cake's core folder(look in core directory lib/views/helpers). you need to insert the code block in the code block function of javascript helper. codeBlock("new HelpBalloon({ title: 'Mouseover Balloon', content: 'This balloon was

enable javascript/ajax inside views files

2008-01-29 Thread monstercake
hi all, im trying to add the help balloons inside a view file here they are http://www.beauscott.com/2006/08/19/ajax-enabled-help-balloons i added the files inside js/helpbuttons in a layout file i added this within the tags print $javascript->link('helpbuttons/lib/prototype/prototype.js'); pr