Bootstrap Editable Widget Alone Not Works

when trying to use the code




$this->widget('bootstrap.widgets.TbEditableField', array(

'type' => 'text',

'model' => $model,

'attribute' => 'client_file_name',

'url' => $this->createUrl('site/editable'), //url for submit data

));



the error:

Property "Bootstrap.enableJS" is not defined.

in /protected/extensions/bootstrap/widgets/TbEditableField.php(282)