This is code for exicuting message() method from dialog class how can i use the code for executing this method
<?php CHtml::Button('Upload', array('submit' =>array(Dialog::message('Upload resume', $message))));?>
Page 1 of 1
On Button Event suggest code for exitcute the dialog box
#2
Posted 21 December 2012 - 08:32 AM
You forgot echoing of CHtml::Button:
<?php echo CHtml::Button('Upload', array('submit' =>array(Dialog::message('Upload resume', $message))));?>
Share this topic:
Page 1 of 1

Help











