摘要:
https://blog.csdn.net/cenyol/article/details/43639189 https://www.jb51.net/article/122093.htm https://www.cnblogs.com/llxpbbs/articles/9882316.html ht 阅读全文
摘要:
使用kartik v/yii2 widget fileinput上传插件 1、非ActiveForm表单实现;参考:https://www.kancloud.cn/curder/yii/247772 2、组件DetailView;参考:https://demos.krajee.com/detail 阅读全文
摘要:
1、composer查看全局设置:composer config -gl 2、查看已存在的包:composer info [***] or composer show [***] 3、搜索包:composer search *** 4、安装包:composer require或者composer i 阅读全文
摘要:
报错: 在Yii安装目录下执行composer任一命令时,报错: The "yiisoft/yii2-composer" plugin was skipped because it requires a Plugin API version ("1.0.0") that does not match 阅读全文
摘要:
在bootstrap中实现元素居中的方法主要有这几种: 1.加类.text center(子元素居中) 2.加类.center block(自身居中) 3.利用bootstrap中列偏移的概念。例如:col md offset 2(外边距向右偏移两列) 阅读全文
摘要:
1、简述以下常见标签的语义以及默认的display值:p, li, ul, form, b,img,这几个dispaly值的区别是什么? 2、写一个布局:要求:整体尺寸等于浏览器窗口的尺寸,设置最小高度和最小宽度, 顶栏高度固定50px, 侧栏宽度固定200px, 内容部分占据剩余的空间, 如图: 阅读全文
摘要:
在label标签中添加control label属性后,label标签就变成了可控制的标签,可以通过不同的属性值来控制当前控件的状态。 Bootstrap默认情况下,control label的文本采用右对齐方式。这种方式在Form中如果含有checkbox等控件情况下,实际对齐方式很难看。可以将其 阅读全文
摘要:
根据依赖,框架会先加载jquery.js,然后是yii.js,最后是视图加载的js。 在视图页面上,引入js、css的方式有以下两种: 1.以注册脚本方式 1.1 使用registerJs()、registerCss() 注册内联脚本: <?php $this->registerJs(" $(fun 阅读全文
摘要:
此日期插件功能还可以,用着挺顺手,推荐一下。 阅读全文