You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
Actually I just went through with installing the Yii Bootstrap plugin and using the "bootstrap" form now and that seems to make it work. I just thought I didn't have to do that since the installation instructions say that you can also manually include the bootstrap css and js, but for me that didn't seem to work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've installed the editable extension in my Yii 1.1.16
I have the following configuration in the main.php:
'editable' => array(
'class' => 'editable.EditableConfig',
'form' => 'yii_bootstrap', //form style: 'bootstrap', 'jqueryui', 'plain'
'mode' => 'inline', //mode: 'popup' or 'inline'
'defaults' => array( //default settings for all editable elements
'emptytext' => 'Click to edit'
),
),
But in my header I see that no the file bootstrap-editable.css is not loaded. I see that on your demo site (http://x-editable.demopage.ru/?r=site/widgets) the following is loaded
/assets/44a2aaba/css/bootstrap-editable.css
How can I get that to load the same way on my site?
The text was updated successfully, but these errors were encountered: