Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

bootstrap-editable.css not loading in header #133

Open
nima1981 opened this issue Apr 20, 2015 · 3 comments
Open

bootstrap-editable.css not loading in header #133

nima1981 opened this issue Apr 20, 2015 · 3 comments
Assignees
Labels

Comments

@nima1981
Copy link

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?

@Julian-B90
Copy link
Collaborator

What kind of version du you have installed from the editable extension?

@Julian-B90 Julian-B90 self-assigned this Apr 24, 2015
@nima1981
Copy link
Author

1.3.1

@nima1981
Copy link
Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants