码迷,mamicode.com
首页 >  
搜索关键字:后台管理模板 bootstrap angularjs 管理后台    ( 14218个结果
Bootstrap 模态框(也可以说的弹出层)
最近在尝试使用bootstrap的模态框使用模态框主要要引入一下几个js和css:bootstrap.cssjquery.1.9.1.js(这个可以灵活选择)bootstrap.jshtml页面的写法如下: 在写模态框的时候使用的class主要有:modal hide fade inm...
分类:其他好文   时间:2014-05-17 15:40:10    阅读次数:300
andorid 控件 Bootstrap3.0风格的控件 精美UI控件库
Bootstrap是Twitter推出的一个开源的用于前端开发的工具包。它由Twitter的设计师Mark Otto和Jacob Thornton合作开发,是一个CSS/HTML框架。Bootstrap提供了优雅的HTML和CSS规范,它即是由动态CSS语言Less写成。Bootstrap一经推出后颇受欢迎,一直是GitHub上的热门开源项目,包括NASA的MSNBC(微软全国广播公司)的Br...
分类:其他好文   时间:2014-05-13 13:48:12    阅读次数:370
bootstrap_12菜单栏
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 11:58:21    阅读次数:335
AngularJS学习---Routing(路由) & Multiple Views(多个视图) step 7
1.切换分支到step7,并启动项目git checkout step-7npm start2.需求:在步骤7之前,应用只给我们的用户提供了一个简单的界面(一张所有手机的列表),并且所有的模板代码位于index.html文件中。下一步是增加一个能够显示我们列表中每一部手机详细信息的页面。可以先看一....
分类:Web程序   时间:2014-05-13 10:48:33    阅读次数:443
AngularJS学习---更多模板(More Templating) step 8
1.切换分支amosli@amosli-pc:~/develop/angular-phonecat$ git checkout step-8 #切换分支amosli@amosli-pc:~/develop/angular-phonecat$ npm start #启动项目2.需求:将step 7 中...
分类:Web程序   时间:2014-05-13 10:27:48    阅读次数:452
AngularJS学习--- 过滤器(filter),格式化要显示的数据 step 9
1.切换目录,启动项目git checkout step-9npm start2.需求:格式化要显示的数据.比如要将true-->yes,false-->no,这样相互替换.3.效果:4.代码实现:这里主要是使用filter过滤器来进行数据过滤,这里只是在前端进行数据过滤,原始数据是不发生变化的.$...
分类:Web程序   时间:2014-05-13 10:00:08    阅读次数:399
bootstrap_07_表格类
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 05:03:20    阅读次数:251
bootstrap_10图片
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 03:47:28    阅读次数:422
bootstrap_08_表单
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 03:30:05    阅读次数:250
bootstrap_09按钮_表单
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 03:13:38    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!