DotNetNuke实现图片滚动

简介: 来源:http://www.nestwood.com/default.aspx?tabid=63 说明:支持十几种展示效果,非常棒! LinkImage Module Created by Wilan P.

来源:http://www.nestwood.com/default.aspx?tabid=63

说明:支持十几种展示效果,非常棒!

LinkImage Module
Created by Wilan P. Bigay

Introduction
This is my first module created that is to be released to the public. This module is a hybrid of the core Link and Image module.


Features.

  • 1. Display images as links.
  • 2. Vertical list display of images.
  • 3. Horizontal list display of images.
  • 4. Slideshow
  • 5. Transition effects can be specified from list.
  • 6. Delay interval for the slideshow can be specified in milliseconds.
  • 7. Single Random Image display. The module chooses an image to display at random.
  • 8. Show images as thumbnails.
  • 9. Scrolling effect when viewed as list.
  • 10. CSS applicable classes.
    • a. linkimage_list_cell - applied to the cell table containing the image and description when the image is viewed in a list
    • b. linkimage_image - applied to the image itself.
    • c. linkimage_image_description - applied to the description of the image when shown.
    • d. linkimage_slideshow_div - applied to the div tag that contains the image when viewed as either slide show or random.

 本地下载:http://files.cnblogs.com/DotNetNuke/Nestwood.LinkImagePA.zip

目录
相关文章
并发和并行以及他们的区别
并发:         并发指的是多个任务交替执行的能力,这些任务可能不是同时执行,而是通过快速切换在不同任务之间来实现“同时执行”的效果。在多核处理器上,多个线程可以真正同时执行,而在单核处理器上,线程之间通过时间片轮转实现并发。         所以当谈论并发的时候一定要加个单位时间,也就是说单位时间内并发量是多少?离开了单位时间其实是没有意义的。 并行:         并行指的是多个任务同时执行的能力,每个任务都在独立的CPU上执行。并行通常用于同时处理独立任务,这些任务可以同时执行,而不需要相互等待或协同工作。 两者区别:         关键区别在于并发强调任务在时间上交替执行
281 0
|
JSON 达摩院 Java
大模型时代下的文档智能 | 文档解析(大模型版)
文档智能(Document Mind)是基于阿里巴巴达摩院技术打造的多模态文档识别与理解引擎,提供通用文档智能、行业文档智能和文档自学习能力,满足各类智能文档处理需求。尤其在企业中,它能有效处理文本、图片、扫描件等多种非结构化文档,释放数据价值。本文将介绍文档智能的应用场景、产品架构及其核心功能——文档解析(大模型版),并展示其在线体验与API接口调用方法。
|
数据采集 Python
Python爬虫系列13-采集快手短视频官网数据
读书不是唯一出路,但学习一定是。 有些人忙碌的活着,有些人努力的拼搏,有些人随意挥霍青春,人生百态,各有不同。
1000 0
Python爬虫系列13-采集快手短视频官网数据
|
SQL Java 数据库连接
mybatis多表查询
mybatis多表查询
在Static控件上显示图片
在Static控件上显示图片
111 0
|
JavaScript
利用JS筛选数组方法一
利用JS筛选数组方法一
利用JS筛选数组方法一
Python input 将输入的多个数据变成数组list(输入多个省份)
Python input 将输入的多个数据变成数组list(输入多个省份)
Python input 将输入的多个数据变成数组list(输入多个省份)
|
存储 缓存 Python
用Python的 __slots__ 节省9G内存
我们曾经提到,Oyster.com的Python web服务器怎样利用一个巨大的Python dicts(hash table),缓存大量的静态资源。我们最近在Image类中,用仅仅一行 slots 代码,让每个6G内存占用的服务进程(共4个),省出超过2G来。
331 0
用Python的 __slots__ 节省9G内存
|
SQL 关系型数据库 MySQL
开发指南—DDL语句—分区表语法—DROP TABLE
您可以使用DROP TABLE语法删除指定表。
101 0