- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 yii 的新手,我正在尝试按照主页中的描述安装助推器,但没有成功。
扩展有效,我使用“bootstrap.gii”生成了 CRUD,但我拥有经典的蓝图主题。有我的 View 输出:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="en" />
<!-- blueprint CSS framework -->
<link rel="stylesheet" type="text/css" href="/thouraya_booster/css/screen.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="/thouraya_booster/css/print.css" media="print" />
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="/thouraya_booster/css/ie.css" media="screen, projection" />
<![endif]-->
<link rel="stylesheet" type="text/css" href="/thouraya_booster/css/main.css" />
<link rel="stylesheet" type="text/css" href="/thouraya_booster/css/form.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/thouraya_booster/assets/b50f179f/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/thouraya_booster/assets/b50f179f/css/bootstrap-responsive.css" />
<link rel="stylesheet" type="text/css" href="/thouraya_booster/assets/b50f179f/css/bootstrap-yii.css" />
<link rel="stylesheet" type="text/css" href="/thouraya_booster/assets/b50f179f/css/jquery-ui-bootstrap.css" />
<script type="text/javascript" src="/thouraya_booster/assets/f74bdb93/jquery.js"></script>
<script type="text/javascript" src="/thouraya_booster/assets/b50f179f/js/bootstrap.bootbox.min.js"></script>
<script type="text/javascript" src="/thouraya_booster/assets/b50f179f/js/bootstrap.js"></script>
<title>My Web Application</title>
</head>
我尝试手动添加 bootsrtap 主题,因为它曾经与 chris 的 bootstrap 扩展一起使用,但我收到此错误消息 Bootstrap 及其行为没有名为“register”的方法或闭包。
我试图通过 <?php echo Yii::app()->bootstrap->registerCoreCss(); ?>
手动修改 layouts/main.php 交换蓝图加载 css|但它不起作用
我什至尝试了 chmod777
因为如果对某些 css 文件的访问被拒绝,然后扩展将用 yii 的默认文件替换它。
这是我的配置文件的样子:
...
// preloading 'log' component
'preload'=>array(
'log',
'bootstrap',
),
// autoloading model and component classes
'import'=>array(
'application.models.*',
'application.components.*',
),
'modules'=>array(
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'root',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'),
'generatorPaths' => array(
'bootstrap.gii'
),
),
),
// application components
'components'=>array(
'bootstrap' => array(
'class' => 'ext.bootstrap.components.Bootstrap',
'responsiveCss' => true,
),
...
我不知道我是否遗漏了什么地方。
最佳答案
我遇到了完全相同的问题,这是我解决它的方法:
附言喜欢你的头像...
关于YiiBooster 主题不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14468373/
我是 yii 的新手,我正在尝试按照主页中的描述安装助推器,但没有成功。 扩展有效,我使用“bootstrap.gii”生成了 CRUD,但我拥有经典的蓝图主题。有我的 View 输出:
感谢阅读,我想知道如何安装 YiiBooster ,我需要安装吗 YiiBootstrap 首先?我想手动安装它,将它提取到扩展文件夹并配置 main.php 是否足够,或者我缺少什么? 还有我怎样才
我想要按钮链接到另一个网页,我在我的 View 文件中使用以下代码: $this->widget('booster.widgets.TbButton',array( 'context'
我开始使用 yiibooster 在 gridview simple add 上进行就地编辑 $columns[] = array( 'name' => $field->na
我正在尝试使用 Yiibooster 使 TbEditableColumn 工作。我已按照此处的说明进行操作 http://yii-booster.clevertech.biz/components.
我正在使用 Yiibooster 的 TBselect2 小部件。我的观点代码是: $this->widget( 'bootstrap.widgets.TbSelect2',
我是一名优秀的程序员,十分优秀!