列表格式显示

热搜词:winrar    ftp   office   photoshop   输入法   ghost   win7  

09编程开发 - 分类

广告招商中......
联系方式!

编程工具 - 时间排序 更多...
    编程工具 - 点击排序 更多...
      编程工具 - 大小排序 更多...
        作者

         

        最近发布的软件 更多>>

        首页 >> 09编程开发>> 编程工具>>Angular Deckgrid(专用仿Masonry布局的类库) 发布者:admin >> 本人发布的更多软件

        广告招商中...... 联系方式!

        Angular Deckgrid(专用仿Masonry布局的类库) 

             
        软件厂家: 官方网站:
        大小: 语言:
        类型: 类别:
        更新时间: 运行环境:
        ;开始下载地址
        软件标签: angular

        angular deckgrid 是一个数据网格用angularjs的一部分,需要的朋友欢迎下载。该指令不依赖于视觉展示,所有的响应和美观都依赖于你的 css 文件。如果你现在选择使用angular.js作为你的开发框架的话,实现类似masonry的网格布局效果将会变得更加简单,今天介绍的轻量级类库angular-deckgrid能够帮助你快速的生成类似的魔术布局效果。



        安装教程

        一. 安装

        1. bower install --save angular-deckgrid

        2. 添加代码到你的html

        <script src="<your-bower-components>/angular-deckgrid/angular-deckgrid.js"></script>

        3. 添加到你的angular模块中:

        angular.module(“your.module“, [

        “akoenig.deckgrid“

        ]);

        使用教程

        定义声明:

        <div deckgrid source="photos" cardtemplate="templates/deckgrid-card.html" class="deckgrid"></div>

        定义数据结构:

        $scope.photos = [

        id: “p1“, “title“: “a nice day!“, src: "http://lorempixel.com/300/400/",

        id: “p2“, “title“: “puh!“, src: "http://lorempixel.com/300/400/sports",

        id: “p3“, “title“: “what a club!“, src: "http://lorempixel.com/300/400/nightlife"

        ];

        定义 cardtemplate:

        <div class="a-card">

        <h1>{{card.title}}</h1>

        <img src="" data-ng-src="{{card.src}}">

        </div>

        为了更好的设计响应式的页面,你可以选择使用如下来代码来定义不同设备或者显示器上的展示行为:

        @media screen and (max-width: 480px){

        .deckgrid[deckgrid]::before {

        content: “1 .column.column-1-1“;

        }

        .deckgrid .column-1-1 {

        width: 100%;

        }

        }

        更新日志

        0.6.0版本

        打开:[修正]我们需要一个解决方案以防止结合的模型innerhtml模板

        0.5.0版本

        升级用angularjs的依赖bower.json(v1.3.0)。

        改变集合比较触发重画。

        转自美元的手表以watchcollection美元为了获得更多的性能。

        移植普通未定义检查用angularjs标准功能。


        本页Html网址:/htmlsoft/58236.html

        本页aspx网址:/soft.aspx?id=58236&bianhao=20240101_020538_620309&kind1=09编程开发&kind2=编程工具

        上一篇:PostScript(语言编程)

        下一篇:visual basic 6.0

        增加   


        相关评论        新窗口打开查看评论