Re: CakePHP 1.3 error in command: this-Html-link( $this-Html-image(cal.png) ... ,

2010-08-18 Thread Dr. Loboto
$options = $this-Html-link( $this-Html-image(cal.png), 'cal.png', array( 'onClick' = return showCalendar('. $htmlAttributes['id']. ', '. $this-format. '); return false;, 'escape' = false ) ); On Aug 18, 1:56 am, Tom

CakePHP 1.3 error in command: this-Html-link( $this-Html-image(cal.png) ... ,

2010-08-17 Thread Tom
I got error in this code (cakePHP 1.3): $options = $this-Html-link( $this-Html-image(cal.png), 'cal.png', array('onClick'=return showCalendar('. $htmlAttributes['id'].', '.$this-format.'); return false;), array('escape'=false)); please help