我正在使用yii的editable.Editable功能。我从Cannot read property 'editableSuccess' of undefined
以下是我为此目的使用的代码。它会在单击时显示文本字段。但是点击“保存”按钮。我犯了错误。
$this->widget('editable.Editable', array(
'type' => 'text',
'name' => 'user_name',
'text' => 'John',
'url' => 'general/index',
'title' => 'Enter Name',
'placement' => 'right'
));